body {
    font-family: Arial, sans-serif;
}

.main-content {
    margin-top: 150px;
    padding-top: 20px;
}

.sticky-header {
    padding: 20px;
    width: 100%;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    background-color: #000;
    overflow: visible !important;
}



.login-btn {
    background: #fff;
    padding: 5px 20px;
    border: none;
    color: #593cff;
    font-size: 18px;
    border-radius: 30px;
}
.sticky-header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #212121;
    /* Optional darker background when sticky */
}

.sticky-header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: visible !important;
    position: relative;
}

.sticky-header nav .logo {
    width: 150px;
}
.dropdown-item {
    color: #ffffff;
    cursor: pointer;
}
.sticky-header nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.sticky-header nav > ul > li{
 margin: 0 5px;
}

.sticky-header nav ul li a {
    color: #fff;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 16px;
    transition: all .3s ease-in-out;
}


.toggle-button {
    display: none;
    /* Hidden by default */
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
}

@media (max-width: 767px) {
    .nav-links {
        display: none;
        /* Hide links */
        flex-direction: column;
        /* Stack links */
        position: absolute;
        top: 60px;
        /* Adjust as needed */
        right: 0;
        background: white;
        /* Background color */
        width: 100%;
        z-index: 10;
        /* Bring to front */
    }

    .nav-links.active {
        display: flex;
        /* Show links when active */
    }

    .toggle-button {
        display: block;
        /* Show toggle button */
    }
    #google_translate_element{
        display: none;  
    }
    .sticky-header nav .logo{
        width: 100px;
    }
}

.sticky-header nav ul li a:hover,
.sticky-header nav ul li a.active {
    background-color: #ffffff;
    color: #5765c1;
}

.search-area {
    padding: 40px 0 20px;
    position: relative;
    overflow: visible !important;
    z-index: 100 !important;
}

.home-v2-search {
    position: relative;
    overflow: visible !important;
    z-index: 100 !important;
}

.sidebar-area {
    padding: 40px 0 50px;
}

.sidebar-area .card .other-ditel svg {
    width: 25px;
    height: 25px;
}

.search {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: visible !important;
    z-index: 100 !important;
}

.dropdown {
    max-width: 200px;
}

.search-bar {
    display: flex;
    align-items: center;
    max-width: 600px;
    margin: 10px;
    border-radius: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    width: 600px;
    position: relative;
    overflow: visible !important;
    z-index: 99999 !important;
}

.search-bar input {
    border: none;
    padding: 10px 15px;
    border-radius: 30px 0 0 30px;
}

.search-bar input:focus {
    outline: none;
}

.search-bar button {
    border: none;
    padding: 10px;
    border-radius: 0 30px 30px 0;
    transition: background-color 0.3s ease;
}

.search-bar button:hover {
    background-color: #0056b3;
}

.search-bar i {
    color: white;
}



/* footer */

footer {
    background-color: #333;
    color: #f1f1f1;
    padding: 20px 0;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-section {
    flex: 1;
    min-width: 200px;
    margin: 15px;
}

.footer-section h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-section p,
.footer-section a {
    font-size: 14px;
    color: #d1d1d1;
    text-decoration: none;
}

.footer-section a:hover {
    color: #ffdd57;
}

.footer-bottom {
    text-align: center;
    padding-top: 10px;
    font-size: 12px;
    color: #999;
    border-top: 1px solid #444;
}

@media (max-width: 600px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-section {
        margin-bottom: 20px;
    }
}

.sticky-sidebar .swiper-slide:not(:hover) img {
    filter: none;
}


.sticky-sidebar {
    position: sticky;
    top: 60px;
    background-color: #FAFAFA;
    padding: 20px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
    height: auto;
}

.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 10px;
    border-radius: 10px !important;
}

/* Image styling */
.card-img img {
    width: 100%;
    /* height: 216px; */
    object-fit: contain;
    object-position: top;
    /* border-radius: 8px; */
}

/* Content styling */
.card-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.card-content a {
    font-weight: bold;
    color: #593cff;
    font-size: 20px;
    text-decoration: none;
}

.card-content p {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.other-ditel {
    display: flex;
    justify-content: start;
    gap: 10px;
    align-items: center;
}

.other-ditel svg {
    fill: #666;
    width: 16px;
    height: 16px;
}

.sort-number {
    display: grid;
    justify-content: end;
    align-items: center;
    text-align: center;
}

.sort-number svg {
    fill: #666;
    width: 18px;
    height: auto;
}

.btn {
    background-color: #593cff !important;
    color: #fff !important;
    border: none;
    padding: 7px 22px;
    font-size: 13px;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

/* .btn:hover {
    background-color: #0056b3;
} */

.arrow-up {
    display: grid;
}

.arrow-up svg {
    width: 24px;
    height: 24px;
}

.arrow-up span {
    display: flex;
    justify-content: center;
    align-items: center;
}


.btn-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-b0tton .btn {
    padding: 10px 20px;
    border-radius: 40px;
}

.snooth-by-list {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.verticle-card-slider {
  height: 380px; 
  overflow: hidden;
  position: relative;
}
.swiper-slide .item {
    height: 111px;
    width: 100%;
}

.swiper-slide .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.verticle-card-slider .swiper-slide {
    height: auto !important;
}

.sticky-sidebar .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sticky-sidebar .slider-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 10px 15px;
    background-color: #ffffff;
    color: #000000;
    border: none;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s;
}

.sticky-sidebar .swiper-slide:hover .slider-button {
    opacity: 1;
}

.sticky-sidebar .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    /* Make each slide take full width */
}

.sticky-sidebar .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.slider-verticle-card .card-img img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}



footer {
    background: #1E1E1E;
    padding-top: 74px;
    padding-bottom: 64px;
}

footer .logo {
    width: 25%;
}

footer h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

footer .linklist {
    color: #fff;
    display: block;
    margin-bottom: 20px;
    text-decoration: none
}

footer .linklist svg {
    width: 30px;
    height: 30px;
    margin-right: 16px;
}

.footer-btn {
    padding: 14px 30px;
    text-align: center;
    border-radius: 25px;
    line-height: 1.3;
    color: #fff;
    background: #593cff;
    border: none;
}

.timing {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.links-list li a {
    color: #fff;
    margin-bottom: 15px;
    display: inline-block;
    opacity: 0.5;
    text-decoration: none;
}

.links-list li a:hover {
    opacity: 1;

}

.copyright-bar {
    background: #1E1E1E;
}

.social-list {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.copyright-text {
    color: #fff;
    margin-bottom: 0;
}

.border-bar {
    border-top: 1px solid #636363;
    padding: 20px 0;
}

.showing-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.showing-area .dropdown button {
    font-size: 16px;
}

.prising-modal {
    display: flex;
    align-items: center;
    justify-content: left;
}

.prising-modal h6 {
    font-weight: 700;
    margin: 0
}

.prising-modal p {
    margin: 0 0 0 5px;
    color: #fff;
    background-color: #868686;
    border-radius: 10px;
    padding: 4px 10px;
}

.free-img {
    margin-left: 10px;
}

.free-img img {
    width: 24px;
}

.tag {
    display: flex;
    margin: 10px 0;
}

.tag h6 {
    font-weight: 700;
}

.tag p {
    margin: 0 0 0 5px;
    color: #fff;
    background-color: #868686;
    border-radius: 10px;
    padding: 5px;
}

.description-btn svg {
    margin: 0 0 0 5px;
    width: 20px;
    fill: #fff;
}

.description-btn2 {
    margin: 0 0 0 5px;
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid #000 !important;
}

.description-btn2:hover {
    background-color: #593cff !important;
    color: #fff !important;
    border: none;
    padding: 7px 22px;
    font-size: 13px;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.share {
    text-align: center;
    margin: 20px 0 0 0;
}

.share h4 {
    font-weight: 700;
}

.share svg {
    width: 50px;
    background: #0056b3;
    padding: 10px 10px;
    border-radius: 8px;
    fill: #fff;
}

section.grab-area {
    padding: 40px 0;
}
.grab-content {
    padding:30px 30px 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
@media (min-width: 1024px){
    .grab-content {
        padding:30px 30px 30px 54px;
    }
}
.grab-content h3 {
    font-size: 40px;
    margin-bottom: 30px;
}
.grab-img {
    background-color: #969696;
}
.grab-content input#email-input {
    height: 63px;
}

.grab-img img {
    max-width: 100%;
    padding: 10px;
}


.description {
    overflow: hidden;
    padding: 10px;
    border-radius: 10px !important;
}

.grab-card {
    background-color: #f3f3f3;
}

/* .grab-heding {
    width: 60%;
    font-size: 38px !important;
} */

.description .other-ditel svg {
    width: 20px;
    height: 20px;
}








.header {
    background: #f2f2f2;
    color: #000;
}

.header nav ul li a {
    color: #000;
}

.header.sticky nav ul li a {
    color: #fff;
    /* Font color when sticky */
}

.header.sticky nav ul li a:hover {
    color: #5765c1;
}


.header.sticky nav ul li a.active {
    color: #5765c1;
}


.faq-section {
    padding: 150px 0 80px 0;
}

.faq-section .accordion {
    width: 100%;
}

.accordion-button:not(.collapsed) {
    /* background-color: #c5e5d8;*/
    background-color: #e9fff3;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:before {
    content: "";
    position: absolute;
    right: 0.75rem;
    top: 1.25rem;
    height: 2px;
    width: 1rem;
    background-color: #4f8f70;
}

.accordion-button.collapsed:after {
    content: "";
    position: absolute;
    right: 1.1875rem;
    top: 0.8125rem;
    height: 1.0625rem;
    width: 0.125rem;
    border-style: none;
    background-color: #4f8f70;
}

.faq-section .accordion-button h5 {
    color: #4f8f70;
    margin-right: 13px;
}

.accordion-body {
    background-color: #e9fff3;
}

ul {
    list-style-type: none;
    list-style-type: disc;
    margin-left: 20px;
}

ul li {
    margin-bottom: 5px;
}

.accordion-body ol {
    counter-reset: step-counter;
    list-style-type: none;
    padding-left: 0;
}

.accordion-body ol>li {
    counter-increment: step-counter;
    margin-bottom: 10px;
}

.accordion-body ol>li::before {
    content: "Steps " counter(step-counter) ": ";
    font-weight: bold;
}









#wrapper {
    padding-left: 0;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    position: fixed;
    left: 0;
    width: 250px;
    height: 100%;
    background: #000;
    overflow-y: auto;
    transition: all 0.5s ease;
    transform: translateX(-100%);
}

#wrapper.toggled #sidebar-wrapper {
    transform: translateX(0);
}

#page-content-wrapper {
    position: relative;
    padding: 15px 0 15px 0;
    transition: all 0.5s ease;
}

#page-content-wrapper svg{
    fill: #ffffff;
    width: 22px !important;
}

.toggle-button {
    display: none;
    /* Hidden by default */
    font-size: 30px;
    /* Size of the hamburger icon */
    cursor: pointer;
}




#sidebar {
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    /* Initially hidden */
}

#sidebar[style*="display: block"] {
    transform: translateX(0);
    /* Show when visible */
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    /* border-bottom: 1px solid #47748b; */
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-decoration: none;

}

#sidebar ul li a svg{
    width: 16px;
    fill: #fff;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

.faq-section h2{
    font-size: 42px;
}
svg.liked {
    fill: #593cff;
}
.other-details {
    margin-top: 20px;
}

.bg{
    background: #593cff;
}
ul.dropdown-menu {
    display: none !important;
}
ul.dropdown-menu.show{
    display: inline !important;
    background: #593cff;
}
.mr-10{
	margin-right:10px;
}
.information-hd {
    padding: 25px 0 60px;
    background: #593cff;
}
.sidebar-area .card .other-ditel .sort-number a {
    margin-bottom: -11px;
}
.ai-tool-image {
  position: relative;
  width: 100%;
  padding-bottom: 100%; /* 16:9 ratio => 9 / 16 = 0.5625 */
  overflow: hidden;
}
.card-content .other-ditel a {
    font-size: unset;
}
.ai-tool-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
h5#total-tools {
    color: #737373;
}

/* Home V2 */
.home-v2-section {
    background-color: #f6f6f8;
}

.home-v2-toolbar {
    background: #fff;
    border: 1px solid #e0e3eb;
    border-radius: 16px;
    padding: 16px 24px;
    margin-bottom: 32px;
    box-shadow: 0 12px 35px rgba(24, 34, 63, 0.08);
}

.home-v2-dropdown .btn,
.home-v2-sort .btn {
    border-radius: 12px;
    border-color: #e0e3eb;
    color: #181f3d;
    font-weight: 600;
    padding: 10px 20px;
    background-color: #fff;
}

.home-v2-dropdown .dropdown-menu,
.home-v2-sort .dropdown-menu {
    border-radius: 12px;
    border: 1px solid #e0e3eb;
    box-shadow: 0 14px 40px rgba(24, 34, 63, 0.12);
    z-index: 99999 !important;
    position: absolute !important;
}

/* Fix for search dropdown z-index */
.home-v2-search-dropdown {
    position: relative !important;
    z-index: 99999 !important;
    overflow: visible !important;
}

.home-v2-search-dropdown .dropdown-menu,
.home-v2-category-menu {
    position: absolute !important;
    z-index: 99999 !important;
    top: 100% !important;
    left: 0 !important;
    margin-top: 5px !important;
    min-width: 200px !important;
    overflow: visible !important;
    transform: translate3d(0, 0, 0) !important;
    max-height: none !important;
}

.home-v2-search-dropdown.show .dropdown-menu,
.home-v2-search-dropdown .dropdown-menu.show {
    display: block !important;
    z-index: 99999 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.home-v2-dropdown .dropdown-item.active,
.home-v2-dropdown .dropdown-item:active,
.home-v2-sort .dropdown-item.active,
.home-v2-sort .dropdown-item:active {
    background-color: #593cff;
    color: #fff;
}

.home-v2-tools-count {
    font-weight: 600;
    color: #737b9a;
}

.home-v2-view-toggle .btn-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid #e0e3eb;
    color: #737b9a;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-v2-view-toggle .btn-icon.active {
    background: #593cff;
    color: #fff;
    border-color: #593cff;
}

.home-v2-card {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e0e3eb;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(24, 34, 63, 0.08);
    display: flex;
    flex-direction: column;
}

.home-v2-card-image {
    position: relative;
    padding-top: 65%;
    background: #f2f3f7;
}

.home-v2-card-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-v2-card-body {
    padding: 24px;
    flex: 1;
}

.home-v2-badges {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.home-v2-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.home-v2-badge.model {
    background: #e9f2ff;
    color: #246bfd;
}

.home-v2-badge.category {
    background: #fff0f6;
    color: #ff4d8a;
}

.home-v2-card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.home-v2-card-title a {
    color: #181f3d;
    text-decoration: none;
}

.home-v2-card-title a:hover {
    color: #593cff;
}

.home-v2-card-desc {
    color: #5e6783;
    margin-bottom: 16px;
}

.home-v2-card-meta {
    font-size: 13px;
    font-weight: 600;
    color: #737b9a;
    margin-bottom: 0;
}

.home-v2-card-footer {
    padding: 20px 24px;
    border-top: 1px solid #e0e3eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}
img.home-v2-verified {
    height: 60px;
    width: 50%;
}

.home-v2-card-actions {
    display: flex;
    gap: 12px;
}

.home-v2-date {
    font-size: 13px;
    color: #737b9a;
    font-weight: 600;
}

.home-v2-upvote {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    position: relative;
}

.home-v2-upvote-btn {
    border: 1px solid #e0e3eb;
    background: #fff;
    color: #181f3d;
    font-weight: 600;
    border-radius: 999px;
    padding: 8px 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.home-v2-upvote-btn i {
    color: #737b9a;
}

.home-v2-upvote-btn:hover {
    border-color: #593cff;
    color: #593cff;
}

.home-v2-upvote-btn:hover i {
    color: #593cff;
}

.home-v2-upvote-btn.liked {
    background: #593cff;
    border-color: #593cff;
    color: #fff;
}

.home-v2-upvote-btn.liked i {
    color: #fff;
}

.home-v2-upvote-count {
    font-weight: 700;
    color: #181f3d;
}

.home-v2-verified {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 56px;
    height: auto;
    z-index: 2;
}

.home-v2-tooltip {
    position: absolute;
    bottom: calc(100% + 12px);
    right: 0;
    background: rgba(24, 31, 61, 0.95);
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    opacity: 0;
    pointer-events: none;
    transform: translateY(6px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    box-shadow: 0 12px 30px rgba(24, 34, 63, 0.25);
    white-space: nowrap;
}

.home-v2-tooltip.show {
    opacity: 1;
    transform: translateY(0);
}

.home-v2-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 16px;
    border-width: 6px;
    border-style: solid;
    border-color: rgba(24, 31, 61, 0.95) transparent transparent transparent;
}

.btn-home-v2 {
    padding: 12px 36px;
    border-radius: 999px;
    background: #593cff;
    border: none;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.btn-home-v2:hover {
    background: #4029c9;
    color: #fff;
}

@media (max-width: 767.98px) {
    .home-v2-toolbar {
        padding: 16px;
    }

    .home-v2-upvote {
        width: 100%;
        justify-content: space-between;
        margin-left: 0;
    }

    .home-v2-tooltip {
        left: 0;
        right: auto;
    }

    .home-v2-tooltip::after {
        right: auto;
        left: 16px;
    }

    .home-v2-card-body {
        padding: 20px;
    }

    .home-v2-card-footer {
        padding: 16px 20px;
    }
}

/* Container Protection and Content Overflow Prevention */
.page-details, .information-content {
    max-width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.page-details * {
    max-width: 100% !important;
    box-sizing: border-box;
}

.page-details img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 10px auto;
}

.page-details table {
    width: 100% !important;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 15px 0;
}

.page-details td, 
.page-details th {
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding: 8px;
    border: 1px solid #ddd;
    vertical-align: top;
}

.page-details iframe,
.page-details embed,
.page-details object,
.page-details video {
    max-width: 100% !important;
    height: auto !important;
}

.page-details pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-x: auto;
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #e9ecef;
    margin: 15px 0;
}

.page-details code {
    word-wrap: break-word;
    background-color: #f8f9fa;
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 0.9em;
}

/* Fix for any inline styles that might cause overflow */
.page-details [style*="width"] {
    max-width: 100% !important;
}

.page-details [style*="min-width"] {
    min-width: auto !important;
}

/* Responsive container adjustments */
@media (max-width: 768px) {
    .page-details {
        padding: 0 15px;
    }
    
    .page-details table {
        font-size: 0.9em;
    }
    
    .page-details td, 
    .page-details th {
        padding: 6px;
    }
}

/* Ensure container stays within bounds */
.container, .container-fluid {
    max-width: 100%;
    overflow-x: hidden;
}

/* Additional protection for content that might break layout */
.information-hd + section {
    overflow-x: hidden;
}

.information-hd + section .row {
    margin-left: 0;
    margin-right: 0;
}

.information-hd + section .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
}
/* Fix for dropdown menu z-index issues */
.nav-item.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 9999 !important;
    top: 100% !important;
    left: 0 !important;
    background-color: #000 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 5px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
    min-width: 200px !important;
    padding: 10px 0 !important;
    margin-top: 5px !important;
}

.dropdown-menu .dropdown-item {
    color: #ffffff !important;
    padding: 8px 20px !important;
    text-decoration: none !important;
    display: block !important;
    transition: all 0.3s ease !important;
    border: none !important;
    background: none !important;
}

.dropdown-menu .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}

.dropdown-menu .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    outline: none !important;
}

/* Ensure dropdown shows on hover/click */
.nav-item.dropdown:hover .dropdown-menu,
.nav-item.dropdown .dropdown-menu.show {
    display: block !important;
    z-index: 9999 !important;
}

/* Additional z-index boost for Bootstrap dropdowns */
.dropdown-menu.show {
    z-index: 9999 !important;
}

/* Make sure the entire navigation area has proper layering */
.sticky-header {
    z-index: 1050 !important;
}

.sticky-header .dropdown-menu {
    z-index: 9999 !important;
}

/* Fix for any content that might interfere */
.main-content,
section,
.container {
    position: relative;
    z-index: 1;
}

/* Ensure page content doesn't interfere with dropdowns */
body > * {
    position: relative;
    z-index: auto;
}

.sticky-header,
.sticky-header * {
    z-index: 1050;
}

.dropdown-menu {
    z-index: 9999 !important;
}
/* Additional fixes for dropdown z-index issues */
.navbar-nav .dropdown-menu {
    position: absolute !important;
    z-index: 9999 !important;
    transform: none !important;
}

/* Override any Bootstrap z-index conflicts */
.navbar {
    z-index: 1050 !important;
}

.navbar .dropdown-menu {
    z-index: 9999 !important;
}

/* Ensure dropdowns appear above all content */
.dropdown-menu {
    position: absolute !important;
    will-change: transform !important;
    top: 100% !important;
    left: 0px !important;
    transform: translate3d(0px, 0px, 0px) !important;
    z-index: 9999 !important;
}

/* Fix for any potential overlay issues */
.sticky-header .container {
    position: relative;
    z-index: 1051;
    overflow: visible !important;
}

.sticky-header nav {
    position: relative;
    z-index: 1052;
}

.sticky-header .nav-item.dropdown {
    position: relative;
    z-index: 1053;
}

.sticky-header .dropdown-menu {
    position: absolute !important;
    z-index: 9999 !important;
}
/* Final fix to ensure dropdowns always appear on top */
.dropdown-menu,
.dropdown-menu.show {
    z-index: 99999 !important;
    position: absolute !important;
    display: block !important;
}

/* Prevent any page content from interfering */
.main-content,
section,
.container,
.row,
.col-md-12 {
    z-index: 1 !important;
}

/* Ensure header and navigation have the highest priority */
.sticky-header,
.sticky-header *,
.navbar,
.navbar * {
    z-index: 1050 !important;
}

.dropdown-menu {
    z-index: 99999 !important;
}
/* ============================================
   HERO SLIDER STYLES - FRESH IMPLEMENTATION
   ============================================ */

/* Hero Slider Wrapper */
.slider-wrapper {
    padding: 40px 0 30px;
    background: #593cff;
    margin-top: 0;
    position: relative;
    z-index: 10;
}

/* Hero Slider Container */
.custom-slider-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0;
}

/* Hero Slider Main */
.custom-slider {
    width: 100%;
    height: 450px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.custom-slider .swiper-wrapper {
    align-items: stretch;
}

/* Hero Slider Individual Slides */
.custom-slider .swiper-slide {
    height: auto;
    display: flex;
}

.custom-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
}

.custom-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: 15px;
}

.custom-slide:hover img {
    transform: scale(1.05);
}

/* Hero Slider Overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 15px;
}

.custom-slide:hover .overlay {
    opacity: 1;
}

.overlay-button {
    background: #fff;
    color: #593cff;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: inline-block;
}

.overlay-button:hover {
    background: #593cff;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Hero Slider Navigation Arrows */
.custom-slider .swiper-button-next,
.custom-slider .swiper-button-prev {
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.custom-slider .swiper-button-next:after,
.custom-slider .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

.custom-slider .swiper-button-next:hover,
.custom-slider .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: translateY(-50%) scale(1.1);
}

.custom-slider .swiper-button-next {
    right: 20px;
}

.custom-slider .swiper-button-prev {
    left: 20px;
}

/* Hero Slider Pagination */
.custom-slider .swiper-pagination {
    bottom: 20px;
    z-index: 10;
}

.custom-slider .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    transition: all 0.3s ease;
}

.custom-slider .swiper-pagination-bullet-active {
    background: #fff;
    transform: scale(1.2);
}

/* Hero Slider Responsive */
@media (max-width: 768px) {
    .custom-slider {
        height: 350px;
    }
    
    .slider-wrapper {
        padding: 30px 0 20px;
    }
    
    .custom-slider .swiper-button-next,
    .custom-slider .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    
    .custom-slider .swiper-button-next:after,
    .custom-slider .swiper-button-prev:after {
        font-size: 16px;
    }
    
    .custom-slider .swiper-button-next {
        right: 10px;
    }
    
    .custom-slider .swiper-button-prev {
        left: 10px;
    }
    
    .overlay-button {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .custom-slider {
        height: 280px;
    }
    
    .custom-slider .swiper-button-next,
    .custom-slider .swiper-button-prev {
        width: 35px;
        height: 35px;
    }
    
    .custom-slider .swiper-button-next:after,
    .custom-slider .swiper-button-prev:after {
        font-size: 14px;
    }
    
    .custom-slider .swiper-button-next {
        right: 8px;
    }
    
    .custom-slider .swiper-button-prev {
        left: 8px;
    }
}

/* ============================================
   SIDEBAR SLIDER STYLES - FRESH IMPLEMENTATION
   ============================================ */

.verticle-card-slider {
    height: 380px;
    overflow: hidden;
    position: relative;
    padding: 0 40px;
}

.verticle-card-slider .swiper-wrapper {
    height: 100%;
}

.verticle-card-slider .swiper-slide {
    height: auto;
    display: flex;
}

.verticle-card-slider .swiper-slide .item {
    height: 111px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.verticle-card-slider .swiper-slide .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.verticle-card-slider .swiper-slide .item:hover img {
    transform: scale(1.05);
}

.sticky-sidebar .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sticky-sidebar .slider-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 8px 12px;
    background-color: #ffffff;
    color: #000000;
    border: none;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    z-index: 5;
    text-decoration: none;
    display: inline-block;
}

.sticky-sidebar .swiper-slide:hover .slider-button {
    opacity: 1;
}

.sticky-sidebar .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Sidebar Slider Navigation Arrows - Vertical Slider */
.verticle-card-slider .swiper-button-next,
.verticle-card-slider .swiper-button-prev {
    color: #593cff;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.verticle-card-slider .swiper-button-next:after,
.verticle-card-slider .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
}

.verticle-card-slider .swiper-button-next {
    top: 0;
    bottom: auto;
}

.verticle-card-slider .swiper-button-prev {
    bottom: 0;
    top: auto;
}

.verticle-card-slider .swiper-button-next:hover,
.verticle-card-slider .swiper-button-prev:hover {
    background: #593cff;
    color: #fff;
    box-shadow: 0 4px 12px rgba(89, 60, 255, 0.3);
    transform: translateX(-50%) scale(1.1);
}

/* Sidebar Slider Responsive */
@media (max-width: 768px) {
    .verticle-card-slider {
        padding: 0 35px;
    }
    
    .verticle-card-slider .swiper-button-next,
    .verticle-card-slider .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    
    .verticle-card-slider .swiper-button-next:after,
    .verticle-card-slider .swiper-button-prev:after {
        font-size: 14px;
    }
}

/* ============================================
   SIMILAR TOOLS SLIDER STYLES
   ============================================ */

.similar-tools-slider-container {
    position: relative !important;
    margin: 0 auto !important;
    max-width: 100% !important;
}

.similar-tools-slider {
    overflow: hidden !important;
    padding: 0 50px !important;
}

.similar-tools-slider .swiper-slide {
    height: auto !important;
    display: flex !important;
}

.similar-tools-slider .home-v2-card {
    width: 100% !important;
    margin: 0 !important;
}

/* Navigation arrows for similar tools slider */
.similar-tools-next,
.similar-tools-prev {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 40px !important;
    height: 40px !important;
    background: #593cff !important;
    border-radius: 50% !important;
    color: white !important;
    border: none !important;
    cursor: pointer !important;
    z-index: 10 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    font-size: 16px !important;
}

.similar-tools-next:hover,
.similar-tools-prev:hover {
    background: #4a2de0 !important;
    transform: translateY(-50%) scale(1.1) !important;
}

.similar-tools-next {
    right: 10px !important;
}

.similar-tools-prev {
    left: 10px !important;
}

.similar-tools-next::after,
.similar-tools-prev::after {
    font-family: 'Font Awesome 6 Free' !important;
    font-weight: 900 !important;
}

.similar-tools-next::after {
    content: '\f054' !important; /* fa-chevron-right */
}

.similar-tools-prev::after {
    content: '\f053' !important; /* fa-chevron-left */
}

/* Responsive adjustments for similar tools slider */
@media (max-width: 768px) {
    .similar-tools-slider {
        padding: 0 35px !important;
    }
    
    .similar-tools-next,
    .similar-tools-prev {
        width: 35px !important;
        height: 35px !important;
        font-size: 14px !important;
    }
    
    .similar-tools-next {
        right: 5px !important;
    }
    
    .similar-tools-prev {
        left: 5px !important;
    }
}

@media (max-width: 576px) {
    .similar-tools-slider {
        padding: 0 30px !important;
    }
    
    .similar-tools-next,
    .similar-tools-prev {
        width: 30px !important;
        height: 30px !important;
        font-size: 12px !important;
    }
}

/* ============================================
   CLEAN Z-INDEX MANAGEMENT
   ============================================ */

/* Main content and sections */
.main-content {
    position: relative !important;
    z-index: 1 !important;
}

/* Header and navigation */
.sticky-header {
    position: fixed !important;
    z-index: 1050 !important;
    overflow: visible !important;
}

.sticky-header nav {
    z-index: 1051 !important;
    overflow: visible !important;
}

.sticky-header .nav-item.dropdown {
    position: relative !important;
    z-index: 1052 !important;
    overflow: visible !important;
}

/* Dropdown menus - highest priority */
.nav-item.dropdown .dropdown-menu {
    position: absolute !important;
    z-index: 99999 !important;
    top: 100% !important;
    left: 0 !important;
    display: none !important;
    min-width: 200px !important;
    padding: 10px 0 !important;
    margin: 2px 0 0 !important;
    background-color: #000 !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
}

.nav-item.dropdown:hover .dropdown-menu,
.nav-item.dropdown .dropdown-menu.show {
    display: block !important;
}

.nav-item.dropdown .dropdown-item {
    display: block !important;
    padding: 10px 20px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    background-color: transparent !important;
    transition: background-color 0.3s ease !important;
}

.nav-item.dropdown .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}

/* Search area dropdowns */
.home-v2-search-dropdown,
.home-v2-dropdown,
.home-v2-sort {
    position: relative !important;
    z-index: 99999 !important;
    overflow: visible !important;
}

.home-v2-search-dropdown .dropdown-menu,
.home-v2-dropdown .dropdown-menu,
.home-v2-sort .dropdown-menu {
    position: absolute !important;
    z-index: 99999 !important;
    overflow: visible !important;
}

/* Ensure containers don't clip content */
.container,
.search-area,
.home-v2-search {
    overflow: visible !important;
}

/* ============================================
   COMPREHENSIVE DROPDOWN Z-INDEX FIX
   ============================================ */

/* Ensure sticky-header and all its children allow dropdowns to overflow */
.sticky-header,
.sticky-header *,
.sticky-header .container,
.sticky-header nav,
.sticky-header nav ul {
    overflow: visible !important;
}

/* Navigation dropdowns - highest priority */
.sticky-header .nav-item.dropdown {
    position: relative !important;
    overflow: visible !important;
    z-index: 1053 !important;
}

.sticky-header .nav-item.dropdown .dropdown-menu {
    position: absolute !important;
    z-index: 99999 !important;
    top: 100% !important;
    left: 0 !important;
    display: none !important;
    overflow: visible !important;
    min-width: 200px !important;
}

.sticky-header .nav-item.dropdown:hover .dropdown-menu,
.sticky-header .nav-item.dropdown .dropdown-menu.show {
    display: block !important;
    z-index: 99999 !important;
}

/* Search area dropdowns - ensure they're above content */
.home-v2-search-dropdown {
    position: relative !important;
    z-index: 99999 !important;
    overflow: visible !important;
}

.home-v2-search-dropdown .dropdown-menu,
.home-v2-category-menu {
    position: absolute !important;
    z-index: 99999 !important;
    top: 100% !important;
    left: 0 !important;
    margin-top: 5px !important;
    overflow: visible !important;
    min-width: 200px !important;
    transform: translate3d(0, 0, 0) !important;
    max-height: none !important;
}

/* Ensure Bootstrap dropdown show class works */
.home-v2-search-dropdown.show .dropdown-menu,
.home-v2-search-dropdown .dropdown-menu.show {
    display: block !important;
    z-index: 99999 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Filter dropdowns in toolbar */
.home-v2-dropdown,
.home-v2-sort {
    position: relative !important;
    z-index: 99999 !important;
    overflow: visible !important;
}

.home-v2-dropdown .dropdown-menu,
.home-v2-sort .dropdown-menu {
    position: absolute !important;
    z-index: 99999 !important;
    overflow: visible !important;
}

/* Ensure main content doesn't interfere */
.main-content,
.main-content * {
    position: relative !important;
    z-index: 1 !important;
    overflow: visible !important;
}

/* Sliders need proper z-index to be visible */
.slider-wrapper,
.custom-slider-container,
.custom-slider,
.swiper,
.swiper-wrapper,
.swiper-slide,
.similar-tools-slider-container,
.similar-tools-slider {
    position: relative !important;
    z-index: 10 !important;
    overflow: visible !important;
}

/* Sections and containers should not clip sliders or dropdowns */
section,
.container {
    position: relative !important;
    z-index: 1 !important;
    overflow: visible !important;
}

/* Ensure search area container doesn't clip dropdowns */
.search-area .container,
.home-v2-search .container {
    overflow: visible !important;
    position: relative !important;
    z-index: 100 !important;
}

/* Bootstrap dropdown override */
.dropdown-menu {
    z-index: 99999 !important;
    position: absolute !important;
    overflow: visible !important;
}

.dropdown.show .dropdown-menu {
    display: block !important;
    z-index: 99999 !important;
}


footer .col-md-4.mb-4.mb-md-0 img {
    max-width: 100px !important;
}