﻿

img.seller-samples-carousel__image {
    object-fit: contain;
}

.dropdown-menu {
    right: 0px;
}
a.dropdown-item.it-dropdown-item.it-mega-link {
    font-weight: 300;
}
.wet-surface {
    border-radius: 0 0 25px 25px;
    padding: 20px;
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%, rgb(255 255 255 / 16%) 100%);
}
footer a {
    color: #424242;
}

.blog-hero {
    background: linear-gradient(135deg, #6e40a2 0%, #5d2996 100%);
    color: white;
    padding: 7rem 0;
    height: 300px;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0;
    border-top-left-radius: inherit !important;
    border-bottom-left-radius: inherit !important;
}

.blog-slides img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-slides .single-blog-post {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-slides .blog-post-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog-slides .read-more-btn {
    margin-top: auto;
}

.bg-primary {
    background-color: #4d148c !important;
}

.single-blog-post .blog-post-content h3 {
    font-size: 16px;
}

h1.my-4.sub-hero::after {
    content: 'در شهرک های صنعتی';
    color: #e45528;
    font-size: 20px;
    position: absolute;
    top: -51px;
    width: 180px;
    right: calc(50% + 5px);
}

h1.my-4.sub-hero::before {
    content: 'با';
    color: #e45528;
    font-size: 25px;
    position: absolute;
    top: -135px;
    width: 180px;
    text-align: right;
    left: calc(50% - -24px);
}

.single-blog-post .blog-post-content p {
    font-size: 14px;
    max-height: 80px;
    overflow: hidden; 
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.text-primary {
    color: black !important;
}

.blog-meta {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 1rem 1.5rem;
    border: 1px solid rgba(255,255,255,0.2);
}


a.btn.btn-primary.mx-3.mt-2.mt-md-0:hover {
    color: #f4f4f4 !important;
}
    .blog-content h1, .blog-content h2, .blog-content h3,
    .blog-content h4, .blog-content h5, .blog-content h6 {
        color: #2c3e50;
        font-weight: 700;
        margin-top: 2rem;
        margin-bottom: 1rem;
        line-height: 1.3;
    }



    .blog-content h1 {
        font-size: 2.2rem;
    }

.blog-content h2 {
    font-size: 1.8rem;
    border-bottom: 3px solid #ff6200;
    padding-bottom: 0.5rem;
}

    .blog-content h3 {
        font-size: 1.5rem;
        color: #34495e;
    }

    .blog-content h4 {
        font-size: 1.3rem;
    }

    .blog-content p {
        line-height: 1.8;
        margin-bottom: 1.5rem;
        color: #444;
        font-size: 1rem;
    }

    .blog-content img {
        border-radius: 15px;
        box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        margin: 2rem 0;
        transition: transform 0.3s ease;
    }

        .blog-content img:hover {
            transform: scale(1.02);
        }

    .blog-content blockquote {
        background: #f8f9fa;
        border-left: 5px solid #3498db;
        padding: 1.5rem;
        margin: 2rem 0;
        border-radius: 0 10px 10px 0;
        font-style: italic;
        color: #555;
    }

    .blog-content ul, .blog-content ol {
        margin: 1.5rem 0;
        padding-right: 2rem;
    }

    .blog-content li {
        margin-bottom: 0.5rem;
        line-height: 1.7;
    }

    .blog-content code {
        background: #f1f3f4;
        padding: 0.2rem 0.4rem;
        border-radius: 4px;
        font-family: 'Courier New', monospace;
        color: #e74c3c;
    }

    .blog-content pre {
        background: #2c3e50;
        color: white;
        padding: 1.5rem;
        border-radius: 10px;
        overflow-x: auto;
        margin: 2rem 0;
    }

.meta-item {
    display: inline-flex;
    align-items: center;
    margin-left: 1.5rem;
    font-size: 0.9rem;
}

    .meta-item i {
        margin-left: 0.5rem;
    }

.breadcrumb-nav {
    background: rgba(248,249,250,0.9);
    padding: 1rem 0;
    margin-bottom: 2rem;
}

    .breadcrumb-nav .breadcrumb {
        background: none;
        margin-bottom: 0;
    }

.share-buttons {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    margin-top: 3rem;
}

.share-btn {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    margin: 0 0.5rem;
    border-radius: 50px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

    .share-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    }

    .share-btn.twitter {
        background: #1da1f2;
    }

    .share-btn.linkedin {
        background: #0077b5;
    }

    .share-btn.telegram {
        background: #0088cc;
    }

.author-info {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    border-radius: 15px;
    margin-top: 3rem;
    text-align: center;
}

.back-to-blog {
    position: fixed;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    background: #3498db;
    color: white;
    padding: 1rem;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(52,152,219,0.3);
    z-index: 1000;
    transition: all 0.3s ease;
}

    .back-to-blog:hover {
        background: #2980b9;
        transform: translateY(-50%) scale(1.1);
        color: white;
    }

@@media (max-width: 768px) {
    .blog-hero {
        padding: 2rem 0;
    }



    .blog-content {
        margin: -2rem 1rem 2rem;
        padding: 2rem 1.5rem;
        border-radius: 15px;
    }

    .meta-item {
        margin-left: 1rem;
        margin-bottom: 0.5rem;
    }

    .back-to-blog {
        display: none;
    }

    .blog-content h1 {
        font-size: 1.8rem;
    }

    .blog-content h2 {
        font-size: 1.5rem;
    }
}

.content-animation {
    animation: fadeInUp 0.8s ease-out;
}

@@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/
.partner-area .item a img {
    max-height: 100px;
}

.crake-nav nav .navbar-nav li a {

    font-size: 15px;

}

@media (min-width: 992px) {
    .dropdown:hover > .dropdown-menu {
        background: #ffffffe3;
    }

    h1.my-4.sub-hero::after {

        top: -55px;
        right: calc(50% + 122px);
    }

    .dropdown-menu.mega-menu.it-mega-menu {
        margin-top: -15px;
    }
}

.footer-area .single-footer-widget p {
    text-align: justify;
    color: #424242;
}

.single-services h3 {
    font-size: 13px;
}

.footer-area .single-footer-widget h3 {
    font-size: 20px;
}

.section-title h2 {
    font-size: 28px;

}

.footer-area .single-footer-widget ul.list li a:hover {
    color: #ff6200 ;
    padding-left: 7px;
}


.main-banner {
    min-height: 100vh;
    height: auto;
}

.main-banner.marketing-home {
    height: auto;
    min-height: 100vh;
    background: #000000 url("/assets/img/IndustialSlide.jpg") center/cover no-repeat;
}

.main-banner.marketing-home .d-table,
.main-banner.marketing-home .d-table-cell {
    height: 100%;
}

.main-banner.marketing-home .d-table-cell {
    padding: 130px 0 100px;
}

    .main-banner.marketing-home .hero-content img {
        max-width: 350px;
        height: auto;
    }

.main-banner.marketing-home .hero-content h1 {
    line-height: 1.7;
}

@media (max-width: 991px) {
    .main-banner.marketing-home {
        min-height: 0;
    }

    .main-banner.marketing-home .d-table,
    .main-banner.marketing-home .d-table-cell {
        height: auto;
    }

    .main-banner.marketing-home .d-table-cell {
        padding: 110px 0 80px;
    }

    .main-banner.marketing-home .hero-content {
        font-size: 1.2em !important;
    }

    .main-banner.marketing-home .hero-content img {
        max-width: 60%;
    }

    h1.my-4.sub-hero::before,
    h1.my-4.sub-hero::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .main-banner.marketing-home .d-table-cell {
        padding: 90px 0 60px;
    }

    .main-banner.marketing-home .hero-content {
        font-size: 1rem !important;
    }
}


.title-link::after {
    content: "";
    display: block !important;
    width: 8px;
    height: 25px;
    margin-right: 0px;
    background-color: #ff6200;
    float: right;
    border-left: 5px solid #efedf8;
    padding: 0px;
}


.crake-nav.marketing-navbar {
    background: transparent;
    height: 85px;
    padding-top: 3px;
}

    .crake-nav.marketing-navbar.is-sticky {
        background: #4d148c !important;
        height: 75px;
    
    }

    .crake-nav.marketing-navbar nav .navbar-nav li a{
        color:white 
    }


.crake-nav nav .navbar-nav li a {
    margin: 0 13px;

}

#searchResults a {
    font-size: 15px;
    text-align: right;
    font-weight: bold;
}

.services-area a {
    width: 100%;
}

.btn:focus {
    color: white !important;
    background: transparent
}

.crake-nav.marketing-navbar nav .navbar-nav li a:hover, .crake-nav.marketing-navbar nav .navbar-nav li a:focus, .crake-nav.marketing-navbar nav .navbar-nav li a.active {
    color: #ff6200 !important;
    background: transparent;
}



        .crake-nav.marketing-navbar nav .navbar-nav li a::before {
            display:none !important;
        }

a.navbar-brand {
    position: relative;
    top: -7px;
}

    .btn-primary {
    background-color: #ff6200 !important;
    transition: none !important;
}

    .btn-primary:hover {
        box-shadow: 0 0 0 2px #e45528;
        background-color: #e45528 !important;
        transform: none !important;
        transition:none !important;
    }

.hero-content {
    text-align: center;
    color: white;
    font-size: 2em !important;
}

.main-banner.marketing-home .hero-content h1 {
    color: white !important;
    position: relative;
    top:15px;
}

.nav-tabs .nav-link.active {
    background: #4d148c !important;
    color: white !important;
    position: relative;
    bottom: 15px;
    border-color: #4d148c;
    height: 120px;
    border-radius: 10px;
    font-weight: bold;
}

.nav-tabs .nav-link {
    position: relative;
    bottom: 6px;
    aspect-ratio: 1;
    border-color: transparent;
    font-size: 15px;
    height: 100px;
    border-radius: 0px;
    font-family: IRANSansfanum;
    cursor:pointer;
}
h1, h2, h3, h4,p,li {
    font-family: IRANSansfanum;
}

.what-we-do li {
    font-size: 14px;
    font-weight: 400;
    padding-right: 10px;
    padding-bottom: 10px;
}

.badge-primary {
   background-color: #4d148c;
}
.single-services .icon {
    background: white;
    border-radius: 10px !important;
    color:black;
}


.single-services {
    -webkit-box-shadow: 0 0 3px 0 rgb(255 98 0);
    box-shadow: 0 0 3px 0 rgb(255 98 0);
    text-align: center;
}

    .single-services:hover .icon {
        background: transparent;
    }


.blog-area {
    background: none !important;
}



    .copyright-area p, .copyright-area a {
        color: white !important;
    }



.blog-area .owl-theme .owl-nav [class*=owl-]:hover {
    color: #ff6200 !important;
}

.back-to-top::after {
    border-bottom: 20px solid #ff6200;
}

ol.breadcrumb.breadcrumb-custom {
    background: #e9ecef96;
    border-radius: 25px;
}

.breadcrumb-item a {
    color: #ffffff;
}
.breadcrumb-item a:hover {
    color: #dc5907;
}



@media (min-width: 992px) {



    #header {
        /*margin-bottom: 85px;*/
    }

    .col-12.col-md-3.menu-col {
        border-left: 2px solid #ff6200;
    }

    .topMenu{
        max-width:1600px !important;
    }
}
.btn-link:hover {

    text-decoration: none;

}
.profile-dropdown-mobile {
    margin-left: 15px;
}

.breadcrumb-item {
    margin: 0 auto;
}
@media (max-width: 992px) {


    h1.my-4.sub-hero::before {
        content: 'با';
        color: #e45528;
        font-size: 25px;
        position: absolute;
        top: -128px;
        width: 180px;
        text-align: right;
        left: calc(50% - -5px);
    }

    .navbar-collapse {
        margin-top: -18px;
    }
    nav.navbar.navbar-expand-md.navbar-dark {
        padding-left: 0px;
    }
    .container.topMenu {
        padding: 0px;
    }

    .navbar-brand img {
        width: auto !important;
            height: auto;
        max-height: 70px;
        margin-top: 2px;
        margin-right: -18px;
    }

    h1 {
        font-size: 3vw !important;
    }

    .navbar-toggler{
        margin-top:15px;
    }

    a.navbar-brand {
        right: 82px;
        position: absolute;
        top: 9px;
        margin: 0px;
        padding: 0px;
        width: 150px;
    }
}



.copyright-area {
    padding: 10px 0;
    margin-top: 25px;
    border-top: none;
    font-size: 12px;
}

    .copyright-area p, .copyright-area a {
        font-size: 12px;
    }


@media (min-width: 992px) {
    .dropdown:hover > .mega-menu {
        display: block;
    }
}


@media (min-width: 992px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
    }
}

/* Mega menu styling */
.mega-menu {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    padding: 1rem;
    background: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    top:75px;
}

    .mega-menu .col {
        /*min-width: 200px;*/
    }

    /* Remove default list styles in mega menu */
    .mega-menu ul {
        list-style: none;
        padding-left: 0;
    }

    .mega-menu a {
        display: block;
        padding: 5px 0 !important;
        color: #333 !important;
        text-decoration: none;
        text-align:right;
    }

        .mega-menu a:hover {
            color: #007bff !important;
        }

#userDropdown:hover {
    color: #ebebeb !important
}

.bg-success {
    color: #e7e7e7;
    padding: 5px 10px;
}

button.close {
    margin: auto -1rem -1rem -1rem !important;
}


.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Enterprise UI refresh */
:root {
    --it-ink-900: #0b1f3a;
    --it-ink-800: #4d148c;
    --it-ink-700: #1c3558;
    --it-slate-700: #374151;
    --it-slate-600: #4b5563;
    --it-slate-500: #64748b;
    --it-slate-300: #cbd5e1;
    --it-slate-200: #e2e8f0;
    --it-slate-100: #f1f5f9;
    --it-sand-50: #f8fafc;
    --it-accent: #f59e0b;
    --it-accent-strong: #ea580c;
    --it-accent-soft: #ffedd5;
    --it-shadow-lg: 0 22px 48px rgba(15, 23, 42, 0.18);
    --it-shadow-md: 0 14px 30px rgba(15, 23, 42, 0.14);
    --it-shadow-sm: 0 6px 14px rgba(15, 23, 42, 0.08);
    --it-radius-xl: 22px;
    --it-radius-lg: 16px;
    --it-radius-md: 12px;
    --it-radius-sm: 8px;
}

body {
    background: radial-gradient(1100px 520px at 90% -20%, rgba(245, 158, 11, 0.14), transparent 60%),
        radial-gradient(900px 480px at -10% 15%, rgba(14, 116, 144, 0.12), transparent 55%),
        var(--it-sand-50);
    color: var(--it-ink-900);
    font-family: dana, IRANSansfanum, IRANSans, sans-serif;
    line-height: 1.85;
    scroll-padding-top: 110px;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--it-ink-900);
    font-weight: 700;
    letter-spacing: -0.2px;
}

p {
    color: var(--it-slate-600);
}

a {
    color: var(--it-ink-900);
}

a:hover,
a:focus {
    color: var(--it-accent-strong);
}

.container {
    max-width: 1280px;
}

.site-main {
    position: relative;
    z-index: 1;
}

.btn {
    border-radius: 999px;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-primary {
    background: linear-gradient(135deg, var(--it-accent) 0%, var(--it-accent-strong) 100%) !important;
    border: none;
    box-shadow: 0 12px 24px rgba(234, 88, 12, 0.25);
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(234, 88, 12, 0.3);
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary .show > .btn-primary.dropdown-toggle {
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(234, 88, 12, 0.24);
}

.btn-outline-light {
    border-radius: 999px;
}

.form-control,
input.form-control,
select.form-control,
textarea.form-control {
    border-radius: var(--it-radius-md);
    border: 1px solid var(--it-slate-200);
    padding: 12px 16px;
    background: #fff;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.05);
}

.form-control:focus {
    border-color: var(--it-accent);
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.2);
}

#header {
    position: sticky;
    top: 0;
    z-index: 1200;
}

.crake-nav.marketing-navbar {
    background: transparent !important;
    backdrop-filter: blur(0);
    border-bottom: 1px solid transparent;
    padding: 8px 0;
    height: auto;
    transition: background 0.25s ease, border-color 0.25s ease, backdrop-filter 0.25s ease;
}

    .crake-nav.marketing-navbar.is-sticky {
        background: rgb(77 20 140) !important;
        backdrop-filter: blur(14px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

.navbar {
    padding: 8px 0;
}

.navbar-brand img {
    max-height: 46px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.2));
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.35);
}

.crake-nav.marketing-navbar nav .navbar-nav li a {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 14px;
    padding: 4px;
    border-radius: 999px;
    margin: 0 6px;
}

.crake-nav.marketing-navbar nav .navbar-nav li a:hover,
.crake-nav.marketing-navbar nav .navbar-nav li a:focus,
.crake-nav.marketing-navbar nav .navbar-nav li a.active {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.12);
}

.crake-nav.marketing-navbar .dropdown-menu .dropdown-item,
.crake-nav.marketing-navbar .dropdown-menu .it-dropdown-item,
.crake-nav.marketing-navbar .dropdown-menu .it-mega-link,
.crake-nav.marketing-navbar .dropdown-menu .it-mega-title {
    color: var(--it-ink-900) !important;
}

.crake-nav.marketing-navbar .dropdown-menu .dropdown-item:hover,
.crake-nav.marketing-navbar .dropdown-menu .it-dropdown-item:hover,
.crake-nav.marketing-navbar .dropdown-menu .it-mega-link:hover {
    color: var(--it-ink-900) !important;
    background: var(--it-slate-100);
}

.dropdown-menu {
    border-radius: var(--it-radius-lg);
    border: 1px solid var(--it-slate-200);
    box-shadow: var(--it-shadow-md);
    padding: 8px;
}

.dropdown > .dropdown-menu {
    margin-top: 6px;
}

.dropdown > .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
}

.dropdown-item {
    border-radius: var(--it-radius-sm);
    padding: 10px 14px !important;
    color: var(--it-ink-900) !important;
}

.dropdown-item:hover {
    background: var(--it-slate-100);
    color: var(--it-ink-900) !important;
}

.it-navbar {
    gap: 12px;
}

.it-nav {
    align-items: center;
    gap: 6px;
}

.it-dropdown {
    min-width: 240px;
    background: #fff;
    text-align: right;
}

.it-dropdown .it-dropdown-item {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--it-ink-900) !important;
}

.it-dropdown .it-dropdown-item + .it-dropdown-item {
    margin-top: 2px;
}

.it-dropdown .dropdown-divider {
    border-color: var(--it-slate-200) !important;
}

.city-dropdown {
    min-width: 260px;
    padding: 10px;
    background: #fff;
    right:0px;
}

.city-dropdown .city-item {
    font-weight: 700;
    color: var(--it-ink-900) !important;
    background: var(--it-slate-100);
}

.city-dropdown .dropdown-submenu > .dropdown-menu {
    border-radius: var(--it-radius-lg);
    box-shadow: var(--it-shadow-md);
    padding: 8px;
}

.mega-menu {
    border-radius: var(--it-radius-lg);
    border: 1px solid var(--it-slate-200);
    box-shadow: var(--it-shadow-lg);
    top: 84px;
}

.mega-menu a:hover {
    color: var(--it-accent-strong) !important;
}

.it-mega-menu {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: var(--it-radius-xl);
    border: 1px solid var(--it-slate-200);
    box-shadow: var(--it-shadow-lg);
    padding: 18px 20px;
    background: #fff;
    top: calc(100% - 4px) !important;
    margin-top: 0;
}

.dropdown.position-static > .it-mega-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
}

.it-mega-menu .row {
    row-gap: 16px;
}

.it-mega-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--it-ink-900) !important;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.it-mega-title::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--it-accent);
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.15);
}

.it-mega-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 0;
}

.it-mega-item {
    flex: 0 0 50%;
}

.it-mega-link {
    font-size: 12px;
    color: var(--it-slate-600) !important;
}

.it-mega-link:hover {
    color: var(--it-ink-900) !important;
}

.it-mega-link .icofont-arrow-left {
    color: var(--it-accent);
    font-size: 12px;
}

.title-link::after {
    display: none !important;
}

.menu-col {
    border-left: 1px solid var(--it-slate-200);
}

.col-12.col-md-3.menu-col {
    border-left: 1px solid var(--it-slate-200);
}

.topMenu {
    max-width: 1320px !important;
}

.main-banner.marketing-home {
    position: relative;
    min-height:100vh;
    overflow: hidden;
}

.main-banner.marketing-home .d-table-cell {
    position: relative;
    overflow: hidden;
}

.main-banner.marketing-home .d-table-cell::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
}

.main-banner.marketing-home .d-table-cell::after {
    content: "";
    position: absolute;
    inset: -30% -10% auto auto;
    width: 480px;
    height: 480px;
    z-index: 0;
}

.main-banner.marketing-home .d-table-cell > .container {
    position: relative;
    z-index: 1;
}

.hero-content {
    text-align: center;
    display: grid;
    gap: 18px;
    max-width: 880px;
    margin: 0 auto;
    animation: heroRise 0.7s ease;
}

.hero-content img {
    max-width: 240px;
    margin: 0 auto;
    filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.35));
}

.main-banner.marketing-home .hero-content h1 {
    font-size: clamp(20px, 2.2vw, 30px);
    color: #fff !important;
    line-height: 1.8;
    position: relative;
}



.hero-form-card {
    backdrop-filter: blur(10px);
    width: 100%;
}

.main-banner.marketing-home .ai-hero-home__field {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 14px;
    padding: 8px 12px;
}

.main-banner.marketing-home .ai-hero-home__input {
    color: #fff !important;
    font-size: 15px;
    background: transparent !important;
    padding: 8px 12px;
}

.main-banner.marketing-home .ai-hero-home__input::placeholder {
    color: rgba(255, 255, 255, 0.65) !important;
}

.main-banner.marketing-home .ai-hero-home__actions {
    justify-content: center;
    margin-top: 12px;
}

.it-hero-submit {
    border-radius: 14px !important;
    transform: none !important;
}

.it-hero-submit:hover,
.it-hero-submit:focus,
.it-hero-submit:active,
.it-hero-submit:not(:disabled):not(.disabled).active {
    transform: none !important;
}

@media (min-width: 992px) {
    .main-banner.marketing-home .hero-form-card form {
        display: flex;
        align-items: stretch;
        gap: 10px;
    }

    .main-banner.marketing-home .ai-hero-home__field {
        flex: 1;
        padding: 6px 12px;
    }

    .main-banner.marketing-home .ai-hero-home__actions {
        margin-top: 0;
        align-items: stretch;
    }

    .main-banner.marketing-home .ai-hero-home__actions .btn {
        height: 100%;
        padding: 10px 22px;
    }

    .main-banner.marketing-home .ai-hero-home__actions .btn.it-hero-submit {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-banner.marketing-home .hero-form-card form {
        display: flex;
        align-items: stretch;
        gap: 10px;
    }

    .main-banner.marketing-home .ai-hero-home__field {
        flex: 1;
        padding: 6px 12px;
        min-height: 52px;
        display: flex;
        align-items: center;
    }

    .main-banner.marketing-home .ai-hero-home__actions {
        margin-top: 0;
        align-items: stretch;
    }

    .main-banner.marketing-home .ai-hero-home__actions .btn.it-hero-submit {
        min-height: 52px;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
}




.what-we-do {
    position: relative;
    background: linear-gradient(180deg, rgba(248, 250, 252, 0.5), rgba(255, 255, 255, 0.95));
}

.what-we-do ul {
    list-style: none;
    padding-right: 0;
}

.what-we-do li {
    position: relative;
    padding-right: 22px;
    margin-bottom: 10px;
    color: var(--it-slate-600);
}

.what-we-do li::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0.55em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--it-accent);
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.15);
}

.what-we-do img {
    border-radius: var(--it-radius-lg);
    
}

.section-title h2 {
    font-size: clamp(22px, 2.1vw, 34px);
    color: var(--it-ink-900);
}

.section-title .bar {
    background: linear-gradient(90deg, var(--it-accent), var(--it-accent-strong));
    height: 3px;
    width: 70px;
}

.services-area {
    background: #340f5e !important;
}

.services-area .section-title h2 {
    color: #fff;
}

.services-area .section-title .bar {
    background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.4));
}

.single-services {
    background: #fff;
    border-radius: var(--it-radius-lg);
    border: 1px solid var(--it-slate-200);
    box-shadow: var(--it-shadow-sm);
    padding: 22px 16px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.single-services:hover {
    transform: translateY(-4px);
    box-shadow: var(--it-shadow-md);
}

.single-services .icon {
    background: var(--it-sand-50);
    border-radius: 14px !important;
    padding: 12px;
    border: 1px solid var(--it-slate-200);
}

.single-services h3 {
    font-size: 14px;
    color: var(--it-ink-900);
}

.blog-area {
    background: transparent !important;
}

.blog-grid {
    row-gap: 24px;
}

.single-blog-post {
    border-radius: var(--it-radius-lg);
    border: 1px solid var(--it-slate-200);
    box-shadow: var(--it-shadow-sm);
    overflow: hidden;
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.single-blog-post:hover {
    transform: translateY(-4px);
    box-shadow: var(--it-shadow-md);
}

.single-blog-post .post-image img {
    border-radius: 0;
    height: 220px;
    object-fit: fill;
}

.single-blog-post .blog-post-content {
    padding: 18px 20px 22px;
}

.single-blog-post .blog-post-content h3 {
    font-size: 16px;
    color: var(--it-ink-900);
}

.blog-hero {
    background: linear-gradient(135deg, #4a1387 0%, #4b1487 55%, #55228d 100%);
    color: #fff;
    padding: 6.5rem 0 4rem;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}


.blog-hero h1 {
    color: #fff;
    font-size: clamp(24px, 2.6vw, 40px);
}

.breadcrumb-custom {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    padding: 8px 16px;
}

.breadcrumb-item a {
    color: #fff;
}

.blog-content {
    border-radius: var(--it-radius-xl);
    padding: 32px;
    padding-top: 0px;
}

.blog-content h2 {
    border-bottom: 3px solid var(--it-accent);
}

.offer-wall {
    padding: 40px 0 80px;
}

.offer-filter-card {
    background: #fff;
    border-radius: var(--it-radius-lg);
    box-shadow: var(--it-shadow-sm);
    padding: 20px;
    margin-bottom: 24px;
}

.offer-filter {
    display: grid;
    grid-template-columns: 2fr 1fr auto;
    gap: 16px;
    align-items: end;
}

.offer-filter-actions {
    display: flex;
    gap: 10px;
}

.offer-card {
    background: #fff;
    border-radius: var(--it-radius-lg);
    box-shadow: var(--it-shadow-sm);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.offer-card__media {
    height: 180px;
    background-size: cover;
    background-position: center;
}

.offer-card__media--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0b1f3a, #174a6b);
    color: #fff;
    font-weight: 600;
}

.offer-card__body {
    padding: 18px 20px 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.offer-card__meta,
.offer-details__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.offer-chip {
    background: var(--it-accent-soft);
    color: var(--it-ink-900);
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
}

.offer-chip.outline {
    background: transparent;
    border: 1px solid var(--it-slate-200);
    color: var(--it-slate-600);
}

.offer-card__price,
.offer-details__price {
    font-weight: 600;
    color: var(--it-ink-800);
}

.offer-card__tags,
.offer-details__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.offer-card__tags span,
.offer-details__tags span {
    background: var(--it-slate-100);
    color: var(--it-ink-800);
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 12px;
}

.offer-card__cta {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid var(--it-slate-200);
    color: var(--it-ink-900);
    font-weight: 600;
}

.offer-card__cta:hover {
    background: var(--it-ink-800);
    color: #fff;
}

.offer-empty {
    background: #fff;
    border-radius: var(--it-radius-lg);
    box-shadow: var(--it-shadow-sm);
    padding: 28px;
    text-align: center;
    color: var(--it-slate-600);
}

.offer-details__card {
    background: #fff;
    border-radius: var(--it-radius-xl);
    box-shadow: var(--it-shadow-md);
    overflow: hidden;
}

.offer-details__media {
    height: 320px;
    background-size: cover;
    background-position: center;
}

.offer-details__content {
    padding: 24px;
}

.offer-details__desc {
    color: var(--it-slate-600);
    line-height: 1.9;
    white-space: pre-line;
}

.offer-spec-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    background: var(--it-slate-100);
    border-radius: var(--it-radius-md);
    padding: 14px;
    color: var(--it-ink-900);
}

.offer-details__form {
    padding: 22px;
}

.offer-details__form h4 {
    margin-bottom: 16px;
}

.offer-note {
    background: var(--it-slate-100);
    color: var(--it-slate-600);
    border-radius: var(--it-radius-md);
    padding: 12px 14px;
}

@media (max-width: 991px) {
    .offer-filter {
        grid-template-columns: 1fr;
    }

    .offer-details__media {
        height: 240px;
    }
}

.footer-area {
    background: linear-gradient(135deg, #4d148c 0%, #401372 100%) !important;
    color: #e2e8f0;
}

.footer-area .single-footer-widget p,
.footer-area .single-footer-widget h3,
.footer-area .single-footer-widget ul.list li,
.footer-area .single-footer-widget ul.list li a,
.copyright-area p,
.copyright-area a {
    color: #e2e8f0 !important;
}

.footer-area .single-footer-widget ul.list li a:hover {
    color: var(--it-accent) !important;
    padding-left: 7px;
}

.footer-area .social-list li a {
    color: #fff;
    opacity: 0.85;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer-area .social-list li a:hover {
    opacity: 1;
    transform: translateY(-2px);
}

.footer-area .social-list i {
    color: #fff;
}

.wet-surface {
    background: rgba(255, 255, 255, 0.06);
    border-radius: var(--it-radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-area {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.back-to-top {
    background: var(--it-accent);
    color: #fff;
    border-radius: 999px;
    padding: 12px 20px;
    box-shadow: var(--it-shadow-sm);
    width: auto;
    height: auto;
}

.back-to-top::before,
.back-to-top::after {
    content: none !important;
    display: none !important;
    border: 0;
}

.bg-primary {
    background-color: var(--it-ink-800) !important;
}

.badge-primary {
    background-color: var(--it-ink-800);
}

@keyframes heroRise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-content {
        animation: none;
    }
    .single-blog-post,
    .single-services {
        transition: none;
    }
}

@media (max-width: 991px) {
    .crake-nav.marketing-navbar {
        padding: 4px 0;
    }

    .navbar-brand {
       
        margin-right: 0;
        margin-left: auto;
    }

    .navbar-brand img {
        max-height: 40px;
    }

    .navbar-toggler {
        margin-top: 0;
    }

    .navbar-collapse {
        background: rgba(11, 31, 58, 0.98);
        border-radius: var(--it-radius-lg);
        padding: 12px 10px;
        margin-top: 12px;
        box-shadow: var(--it-shadow-md);
        max-height: calc(100vh - 110px);
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: rgba(255, 255, 255, 0.25) transparent;
    }

    .navbar-collapse::-webkit-scrollbar {
        width: 6px;
    }

    .navbar-collapse::-webkit-scrollbar-track {
        background: transparent;
    }

    .navbar-collapse::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.25);
        border-radius: 999px;
    }

    .navbar-collapse .navbar-nav {
        width: 100%;
    }

    .navbar-collapse .nav-item {
        width: 100%;
    }

    .navbar-collapse .nav-item + .nav-item {
        margin-top: 6px;
    }

    .navbar-collapse .nav-link {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 14px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.08);
        color: #fff !important;
    }

    .navbar-collapse .nav-link:hover,
    .navbar-collapse .nav-link:focus {
        background: rgba(255, 255, 255, 0.16);
    }

    .navbar-collapse .dropdown-menu {
        position: static;
        float: none;
        width: 100%;
        margin-top: 6px;
        box-shadow: none;
        border-radius: 14px;
    }

    .navbar-collapse .it-dropdown {
        min-width: 100%;
        padding: 8px;
    }

    .navbar-collapse .it-mega-menu {
        max-width: 100%;
        padding: 12px;
        position: static;
        margin-top: 6px;
        box-shadow: none;
    }

    .navbar-collapse .city-dropdown .dropdown-submenu > .dropdown-menu {
        position: static;
        margin-top: 6px;
        box-shadow: none;
    }

    .main-banner.marketing-home .d-table-cell {
        padding: 110px 0 80px;
    }

    .main-banner.marketing-home .hero-content h1 {
        font-size: clamp(22px, 5vw, 32px) !important;
    }

    .it-mega-menu {
        max-width: 100%;
        padding: 14px;
    }

    .it-mega-item {
        flex: 0 0 100%;
    }

    .it-dropdown {
        min-width: 100%;
    }

    .blog-content {
        padding: 24px;
        margin-top: -40px;
    }
}

@media (max-width: 767px) {
    .hero-content img {
        max-width: 180px;
    }
    .blog-hero {
        padding: 5rem 0 3rem;
    }
    .single-blog-post .post-image img {
        height: 190px;
    }
}

.footer-area .single-footer-widget .logo img {
    background: #ffffffc2;
    padding: 5px;
    border-radius: 15px;
}

.crake-nav nav .navbar-nav li {
    padding: 0px;
}

a.btn.btn-outline-light {
    color: black;
}
