/* Main CSS*/
.sec-one .tie-row.main-content-row {
  margin: auto !important;
}
.sec-one .content-only {
    margin-top: 0;
}
.page-subtitle {
    font-size: 20px;
}
.page-description {
    margin-top: 20px;
}
hr {
    margin: 25px auto !important;
}
.half-box p {
    text-align: justify;
}
.toptitle {
    color: #747480;
    font-size: 18px;
}
.flex img, .faq img {
    margin-top: 60px;
}

/* HomePage */
.sec-one .container .page-intro {
    margin-top: 60px;
}
.sec-one .container {
    border-radius: 15px;
    --tw-gradient-to: #0000;
    --tw-gradient-from: #0440ff2e;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, #00000008);
    background-image: linear-gradient(-175deg, var(--tw-gradient-stops));
}
.order-btn,
.portfolio-btn,
.order-plan-btn,
.services-btn,
.about-btn,
.contact-btn,
.blue-portfolio-btn,
.preview-btn {
    margin: 10px 0 0 5px;
}
.portfolio-btn,
.about-btn,
.contact-btn,
.preview-btn {
    background: #1c1c1c;
}
.portfolio-btn:hover,
.about-btn:hover,
.contact-btn:hover,
.preview-btn:hover {
    background: #000;
}
.project-list {
    font-weight: 600;
}
.project-list ul li {
    line-height: 2;
}
.blob-profile {
    margin-top: 25px !important;
    border: 3px solid #fff;
    border-top-left-radius: 60% 60%;
    border-top-right-radius: 100% 75%;
    border-bottom-right-radius: 100% 90%;
    border-bottom-left-radius: 65% 100%;
    transition: 1s;
}
#yearsCounter,
#projectCounter,
#portfolioCounter {
    direction: ltr !important;
    display: inline-flex !important;
    justify-content: flex-end !important;
    vertical-align: baseline;
    margin-left: 2px;
}

.digit-slot {
    display: inline-block;
    width: 0.62em;
    text-align: center;
}
.customer-logo {
  display: inline-block;
  vertical-align: middle;
}
.customer-logo img {
  border-radius: 30px;
  margin: auto -7px;
  border: 2px solid #26f;
  transition: transform 0.5s ease;
}
.customer-logo img:hover {
  z-index: 99999999999;
  position: sticky;
  transform: scale(1.1);
  transition: 0.3s;
}
.customer-logo span {
  display: block;
  color: #2e60ff;
  font-size: 13px;
  line-height: 2.1;
}
.sec-one .page-description {
    margin-top: 15px !important;
    text-align: justify;
}
.portfolio-page {
    text-align: center;
    margin-bottom: 30px;
}
.sec-one .one_fourth,
.sec-one .one_third {
    text-align: center;
}
.sec-one .one_fourth h5 {
    color: #2e60ff;
    font-size: 22px;
}
.sec-one .one_fourth p,
.sec-one .one_third p {
    font-weight: 800;
}
.sec-one .one_fourth,
.sec-one .one_third {
    border-left: 1px dashed #d3ddff;
}
.sec-one .one_fourth.last,
.sec-one .one_third.last {
    border-left: unset;
}
.sec-one .one_third a, .page-id-23 .sec-one .one_fourth a {
  display: inline-block;
}
.flex-box {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-top: 40px;
}
.flex h2,
.service-price h2,
.skills h2 {
    text-align: center;
    margin-bottom: 20px;
}
.head-line {
    width: 150px;
    height: 3px;
    position: relative;
    overflow: hidden;
    background: #d6e8ff;
    margin: -15px auto 40px auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.head-line:before {
    content: "";
    position: absolute;
    left: -50%;
    height: 3px;
    width: 35%;
    background: #26f;
    -webkit-animation: lineAnim 1s linear infinite;
    -moz-animation: lineAnim 1s linear infinite;
    animation: lineAnim 2s linear infinite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border-right: 5px solid #fff;
    border-left: 5px solid #fff;
}
@keyframes lineAnim {
    0% {
        left: -70%;
    }
    50% {
        left: 30%;
        width: 90%;
    }
    100% {
        left: 100%;
        width: 100%;
    }
}
.flex .one_third {
    margin-bottom: 30px;
}
.home-service .half-box h2 {
    position: relative;
    width: max-content;
}
.home-service .service-detail {
    padding-top: 20px;
}
.flex .one_third.tie-columns h3, .flex .one_half.tie-columns h4 {
  position: relative;
}
.flex .one_third.tie-columns h3:after, .flex .one_half.tie-columns h4:after, .home-service .half-box h2:after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background-color: #007bff;
  left: 0;
  bottom: 0;
  transition: width 0.3s ease;
}
.flex .one_third.tie-columns:hover h3:after, .flex .one_half.tie-columns:hover h4:after, .home-service .half-box:hover h2:after {
  width: 100%;
}
.flex .one_third.tie-columns p, .flex .one_half.tie-columns p, .home-service .half-box p {
  transition: transform 0.3s ease;
}
.flex .one_third.tie-columns:hover p, .flex .one_half.tie-columns:hover p, .home-service .half-box:hover .service-detail {
  transform: translateY(-10px);
}
.flex .one_third p {
    text-align: justify;
}
.flex-box .box-icon {
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 5px;
    margin-left: 10px;
    font-size: 22px;
    font-weight: 1000;
    border-top-left-radius: 60% 60%;
    border-top-right-radius: 100% 75%;
    border-bottom-right-radius: 100% 90%;
    border-bottom-left-radius: 65% 100%;
}

/* Coffee CSS*/
.sec-coffee h3 {
    margin: 80px auto auto;
}
.sec-coffee p {
    margin-top: 20px;
}
.sec-coffee a, .online-order {
    background: #6f4e37;
}
.sec-coffee a:hover, .online-order:hover {
    background: #4c2509;
}
.coffee {
    color: #6f4e37;
    }
.coffee-flex {
    display: inline-block;
    }
.coffee-flex .coffee-price {
    font-weight: 800;
}
    
.box-icon.blue {
    color: #fff;
    background: #26f;
}
.box-icon.number {
    color: #26f;
    background: #d6e8ff;
}

.service-price .one_third,
.service-price .one_half {
    margin-top: 20px;
    margin-left: 2%;
    padding: 20px 0;
    border: 2px dashed #dfebfa;
    background: #f7f9ff;
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease;
}
.service-price .one_third:hover {
    transform: translateY(-10px);
}
.service-price .one_third {
    width: 31.3%;
}
.service-price .one_third h3,
.service-price .one_half h3 {
    margin: 10px auto;
}
.price-row {
    margin: 10px auto 30px auto;
    position: relative;
}
.price-row hr::before {
  content: "";
  right: -10px;
  bottom: -10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  display: block;
}
.price-row hr::after {
  content: "";
  left: -10px;
  bottom: -10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  display: block;
}
.pricing-flex {
    display: flex;
    justify-content: center;
}
.service-price .duration {
    background: #d6e8ff;
    color: #26f;
    font-size: 13px;
    padding: 0 10px;
    display: block;
    width: max-content;
    margin: 15px auto;
    border-radius: 30px;
}
.price-row .prices {
    font-weight: 1000;
    font-size: 30px;
    /* margin: 0 5px; */
    color: #26f;
}
.price-row p {
    color: #444;
    padding-top: 20px;
    font-weight: 700;
}
.price-row hr {
    width: 70%;
    border-style: dashed;
}
.service-price .tie-list-shortcode ul {
    margin-bottom: unset;
}
.service-price .one_third .tie-list-shortcode.checklist ul li,
.service-price .one_third .tie-list-shortcode.cons ul li,
.service-price .one_third .tie-list-shortcode.starlist ul li {
    text-align: right;
    line-height: 2;
}
.tie-list-shortcode.checklist ul li:before {
    color: #26f;
}
.service-price strong {
    font-size: 13px;
    font-weight: 500;
    background: #d6e8ff;
    padding: 1px 8px;
    border-radius: 30px;
    color: #26f;
}
.portfolio h2:before {
    background: #fff !important;
}

.portfolio .the-section-title a:hover,
.seo-portfolio .the-section-title a:hover,
.support-portfolio .the-section-title a:hover {
    color: #1c1c1c !important;
}
.seo-portfolio .the-section-title a,
.support-portfolio .the-section-title a {
    color: #fff;
}
.portfolio .tie-slick-dots li,
.portfolio-slick .tie-slick-dots li {
    width: 3%;
}
.portfolio .tie-slick-dots .slick-active button,
.portfolio .tie-slick-dots button:hover,
.portfolio-slick .tie-slick-dots .slick-active button,
.portfolio-slick .tie-slick-dots button:hover {
    background: #fff;
}
.portfolio .tie-slick-dots button,
.portfolio-slick .tie-slick-dots button {
    height: 3px;
    width: 30px;
    border-radius: 0;
}
.tie-slick-dots .slick-active button,
.tie-slick-dots button:hover,
.portfolio-slick .tie-slick-dots .slick-active button,
.portfolio-slick .tie-slick-dots button:hover {
    background: #ccc;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.skill {
    margin-top: 30px
}
.skill .left-skill {
    float: left;
}
.meter {
    top: 0;
    height: 5px;
    position: relative;
    background: #d6e8ff;
}
.meter>span {
    display: block;
    height: 100%;
    background: #26f;
    position: relative;
    overflow: visible;
}
.meter>span:after {
    content: "";
    position: absolute;
    left: -5px;
    bottom: -3px;
    background: #26f;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    animation: pulse-animation 1.9s infinite;
}
@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgb(34, 102, 255);
    }
    100% {
        box-shadow: 0 0 0 7px rgba(0, 0, 0, 0);
    }
}
/* Webdesign Page */
.j-showcase-wrap.box.shadow {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 35px auto 45px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #e6ecf2;
    overflow: hidden;
    direction: rtl;
    text-align: right;
    width: 100%;
    box-sizing: border-box;
}

/* Sidebar Columns (Desktop) */
.j-section-intro {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 32px auto;
    padding: 0 16px;
}

.j-intro-badge {
    display: inline-block;
    padding: 6px 14px;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    color: #0056fb;
    background: rgba(0, 86, 251, 0.08);
    border: 1px solid rgba(0, 86, 251, 0.15);
    border-radius: 50px;
}

.j-intro-title {
    margin: 0 0 12px 0;
    font-size: 26px;
    font-weight: 800;
    color: #0f172a;
}

.j-intro-desc {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #64748b;
}
.j-showcase-sidebar {
    flex: 0 0 320px;
    background: #fbfcfd;
    border-left: 1px solid #edf2f7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px;
    gap: 8px;
    box-sizing: border-box;
}

/* Tab Item */
.j-tab-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
    border: 1px solid transparent;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    box-sizing: border-box;
}

/* Neutralize any unwanted p tags injected by WordPress inside nav */
.j-tab-nav p {
    display: contents !important;
    margin: 0 !important;
    padding: 0 !important;
}

.j-tab-nav:hover {
    background: #f1f5f9;
}

.j-tab-nav.active {
    background: #ffffff;
    border-color: #dbe4ee;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.05);
}

.j-nav-ico {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #eff6ff;
    color: #0056fb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.22s ease;
}

.j-tab-nav.active .j-nav-ico {
    background: #0056fb;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 86, 251, 0.22);
}

.j-nav-txt {
    display: flex;
    flex-direction: column;
    line-height: 1.35;
    flex-grow: 1;
}

.j-nav-txt strong {
    color: #0f172a;
    margin-bottom: 3px;
}

.j-tab-nav.active .j-nav-txt strong {
    color: #0056fb;
}

.j-nav-txt span {
    color: #64748b;
    line-height: 1.35;
    font-size: 0.85em;
}

/* Arrow indicator: Always pinned to far-left in RTL */
.j-acc-arrow {
    display: none;
    margin-right: auto !important;
    margin-left: 0 !important;
    font-style: normal;
    color: #94a3b8;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.j-mobile-drawer {
    display: none;
}

/* Panel Area (Desktop) */
.j-showcase-panel {
    flex: 1;
    padding: 40px 38px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    min-height: 569px;
}

.j-tab-view {
    display: none;
    width: 100%;
    position: relative;
    z-index: 2;
    animation: jAppleFade 0.3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.j-tab-view.active {
    display: block;
}

@keyframes jAppleFade {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

.j-view-bg-watermark {
    position: absolute;
    left: -20px;
    top: -15px;
    width: 220px;
    height: 220px;
    color: #0056fb;
    opacity: 0.04;
    pointer-events: none;
    user-select: none;
    z-index: 1;
    transform: rotate(-10deg);
}

.j-view-header {
    position: relative;
    z-index: 2;
}

.j-view-pill {
    display: inline-block;
    color: #0056fb;
    background: #eff6ff;
    border: 1px solid rgba(0, 86, 251, 0.18);
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 14px;
    margin-top: 0;
    font-size: 0.85em;
}

.j-view-header h3 {
    margin: 0 0 12px 0;
    line-height: 1.35;
    color: #0f172a;
}

.j-view-header p {
    color: #64748b;
    line-height: 1.8;
    margin: 0 0 32px 0 !important;
}

/* 4-Point Grid */
.j-view-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.j-view-point {
    background: #fbfcfd;
    border: 1px solid #eef2f6;
    border-radius: 14px;
    padding: 18px 16px;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.j-view-point:hover {
    border-color: rgba(0, 86, 251, 0.25);
    background: #ffffff;
    box-shadow: 0 8px 20px -4px rgba(15, 23, 42, 0.04);
    transform: translateY(-2px);
}

.j-view-point h5 {
    margin: 0 0 8px 0;
    color: #0f172a;
    line-height: 1.4;
    position: relative;
    padding-right: 14px;
}

.j-view-point h5::before {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0056fb;
}

.j-view-point p {
    margin: 0;
    color: #556987;
    line-height: 1.65;
    font-size: 0.9em;
}

/* =======================================================
   Mobile & Tablet Responsive Styling
   ======================================================= */
@media (max-width: 900px) {
    .j-section-intro {
        margin-bottom: 24px;
    }

    .j-intro-title {
        font-size: 20px;
    }

    .j-intro-desc {
        font-size: 13px;
    }
    .j-showcase-wrap.box.shadow {
        flex-direction: column;
        border-radius: 16px;
        margin: 25px auto 35px;
    }

    .j-showcase-sidebar {
        flex: auto;
        border-left: none;
        padding: 12px;
        gap: 10px;
    }

    .j-showcase-panel {
        display: none !important;
        min-height: auto;
    }

    .j-tab-nav {
        background: #ffffff;
        border: 1px solid #e2e8f0;
        padding: 14px 16px;
        border-radius: 14px;
    }

    /* Force arrow visible on mobile */
    .j-acc-arrow {
        display: inline-flex !important;
    }

    /* Active Tab Header in Accordion */
    .j-tab-nav.active {
        border-color: #0056fb;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: 1px solid #f1f5f9;
        background: #ffffff;
    }

    .j-tab-nav.active .j-acc-arrow {
        transform: rotate(180deg);
        color: #0056fb;
    }

    /* Mobile Drawer Panel */
    .j-mobile-drawer {
        display: block;
        background: #ffffff;
        border: 1px solid #0056fb;
        border-top: none;
        border-bottom-left-radius: 14px;
        border-bottom-right-radius: 14px;
        padding: 0 16px 20px;
        margin-top: -10px;
        margin-bottom: 4px;
        box-sizing: border-box;
    }

    .j-mobile-drawer:empty {
        display: none;
    }

    .j-mobile-drawer .j-tab-view {
        display: block !important;
        animation: none;
    }

    .j-mobile-drawer .j-view-pill {
        margin-top: 18px;
        margin-bottom: 12px;
    }

    .j-mobile-drawer .j-view-header h3 {
        margin-bottom: 10px;
    }

    .j-mobile-drawer .j-view-header p {
        margin-bottom: 22px;
    }

    .j-mobile-drawer .j-view-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .j-mobile-drawer .j-view-point {
        padding: 14px;
    }

    .j-mobile-drawer .j-view-bg-watermark {
        display: none;
    }
}

/* Resume Page*/
.tac {
        text-align: center;
    }
.cw {
    color: #fff;
}
.resume .one_third {
    background: #2266ff;
    border-radius: 5px;
}
.res-side {
    padding: 50px 0;
}
.res-side img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: block;
    text-align: center;
    margin: 0 auto 15px auto;
}
.res-side a {
    color: #fff;
}
    .res-side a:hover {
    color: #000;
}
.res-side h2 {
    font-size: 22px;
}
.res-content {
    padding: 10px 20px;
    color: #fff;
}
.res-content .res-title {
    margin: 30px auto 10px auto;
    line-height: 2;
    font-size: 16px;
    font-weight: 800;
}
.res-content p {
    margin-bottom: 8px;
}
.res-detail .right, .exp-detail .right {
    text-align: right;
    font-weight: 700;
}
.res-detail .left, .exp-detail .left {
    float: left;
    text-align: left;
}
.two_third span {
    /*padding-left: 15px;*/
}
.exp-container {
    /*max-height: 300px;*/
    overflow-y: auto;
    box-sizing: border-box;
}
.exp-detail:not(.gray) {
    margin-top: 30px;
}
.exp-title h3 {
    margin: 40px auto 10px auto;
    font-size: 20px;
    font-weight: 800;
    color: #2266ff;
}
.exp-title.first h3 {
    margin-top: 0;
}
.exp-title.last {
    margin: 40px auto 10px auto;
}
.exp-detail.gray .right, .exp-detail.gray .left, .exp-detail.gray .left a {
    color: #6a6a6a !important;
    font-weight: 400;
}
.exp-detail.gray .left a:hover {
    color: #2266ff !important;
}
.exp-detail.gray .left a:before {
    content: "\F08E";
    font-weight: 400;
    font-family: 'tiefonticon';
    margin-right: 5px;
}
.exp-btn span {
    display: inline-block;
    margin: 1px 2px;
    padding: 1px 10px;
    line-height: 2;
    border-radius: 5px;
    background: #212a3e;
    color: #fff;
}

/*
======================================
Child pages CSS
======================================
*/
.swp-feature-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 10px 0;
}

.swp-pill {
    align-self: flex-start;
    display: inline-block;
    padding: 4px 12px;
    font-size: 11.5px;
    font-weight: 700;
    color: #2e60ff;
    background: rgba(46, 96, 255, 0.08);
    border: 1px solid rgba(46, 96, 255, 0.16);
    border-radius: 50px;
    margin-bottom: 12px;
}

.swp-feature-block h3 {
    margin: 0 0 12px 0;
    font-size: 21px;
    font-weight: 850;
    color: #1c1c1c;
    line-height: 1.45;
}

.swp-feature-block p {
    margin: 0 0 20px 0;
    font-size: 14px;
    color: #4b5563;
    line-height: 1.8;
}

.swp-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.swp-feature-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    font-weight: 600;
    color: #1f2937;
}

.swp-check-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: rgba(46, 96, 255, 0.1);
    color: #2e60ff;
    flex-shrink: 0;
    border-top-left-radius: 60% 60%;
    border-top-right-radius: 100% 75%;
    border-bottom-right-radius: 100% 90%;
    border-bottom-left-radius: 65% 100%;
}

.swp-pillar-callout-sec {
    margin: 45px 0 25px 0;
}

.swp-pillar-callout {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 26px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.swp-callout-content h3 {
    margin: 0 0 6px 0;
    font-size: 16px;
    font-weight: 800;
    color: #1c1c1c;
}

.swp-callout-content p {
    margin: 0;
    font-size: 13.5px;
    color: #4b5563;
    line-height: 1.7;
}

.swp-callout-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    background: #1c1c1c;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s ease;
}

.swp-callout-btn:hover {
    opacity: 0.9;
}
/* Mobile & Tablet CSS*/
@media (min-width: 768px) {
    .faq .main-content-row > .main-content {
        display: flex;
        align-items: stretch;
    }
    .faq .first-half-box {
        float: none !important;
        display: flex;
        flex-direction: column;
    }
    .faq .first-half-box .container-wrapper,
    .faq .first-half-box .mag-box-container,
    .faq .first-half-box .entry {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        height: 100%;
        margin-bottom: 0;
    }
    .faq .first-half-box .entry p {
        margin: 0;
        width: 100%;
    }
    .faq .second-half-box {
        float: none !important;
    }
    .faq .half-box-clearfix {
        display: none !important;
    }
}

@media only screen and (max-width:575px) {
    .sec-one .container {
        margin: 0 5px;
    }
    .resume .container {
        margin-top: -30px;
    }
    .sec-one .container .page-intro {
        margin-top: -20px;
    }
    .sec-one .page-description {
        text-align: unset;
    }
    #footer #block-9 .button {
        float: unset !important;
    }
    .sec-one .one_fourth,
    .sec-one .one_third {
        border-left: unset;
        border-bottom: 1px dashed #d3ddff;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    .sec-one .one_fourth {
        width: 50% !important;
    }
    /*.sec-one .one_fourth.last,*/
    /*.sec-one .one_third.last {*/
    /*    border-bottom: unset;*/
    /*}*/
    .home-service img,
    .faq img {
        display: none !important;
    }
    .service-price .pricing-flex {
        display: block;
    }
    .portfolio .tie-slick-dots li,
    .portfolio-slick .tie-slick-dots li {
        width: 4%;
    }
    .portfolio .tie-slick-dots button,
    .portfolio-slick .tie-slick-dots button {
        width: 14px !important;
        border-radius: 0;
    }
    .portfolio .tie-slick-dots button:hover,
    .portfolio-slick .tie-slick-dots button:hover {
        background: #ccc;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    .exp-title.first {
        margin-top: 40px;
    }
    .sec-coffee h3 {
        margin-top: auto;
    }
    /**
    * Reverse first and second half-box blocks on mobile.
    */
    .sec-one .main-content {
        display: flex;
        flex-direction: column;
    }
    .sec-one .first-half-box {
        order: 2;
    }
    .sec-one .second-half-box {
        order: 1;
    }
    .sec-one .half-box-clearfix {
        display: none;
    }
    .sec-one .main-content > .block-custom-content {
        order: 3;
    }
    #ContactWidget {
        right: 10px;
        bottom: 45px;
    }
    .contact-panel {
        right: 0;
        bottom: 68px;
        width: 320px;
    }
    .swp-pillar-callout {
        flex-direction: column;
        text-align: center;
    }
    /**
    * Reverse first and second half-box images on mobile for ".two-box" block.
    */
    .two-box .main-content-row > .main-content {
        display: flex;
        flex-direction: column;
    }
    .two-box .half-box-clearfix {
        display: none !important;
    }
    .two-box .main-content > .mag-box:nth-child(1) { order: 1; }
    .two-box .main-content > .mag-box:nth-child(2) { order: 2; }
    .two-box .main-content > .mag-box:nth-child(4) { order: 4; }
    .two-box .main-content > .mag-box:nth-child(5) { order: 3; }
    .two-box .main-content > .mag-box:nth-child(7) { order: 5; }
    .two-box .main-content > .mag-box:nth-child(8) { order: 6; }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .sec-one .container {
        margin: 0 10px;
        width: unset;
    }
    .sec-one .container .page-intro {
        padding-right: unset;
    }
    .sec-one .page-description {
        text-align: unset;
    }
    #footer #block-9 .button {
        float: unset !important;
    }
    .sec-one .one_fourth,
    .sec-one .one_third {
        border-left: unset;
        border-bottom: 1px dashed #d3ddff;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    .portfolio .tie-slick-dots li,
    .portfolio-slick .tie-slick-dots li {
        width: 4%;
    }
    .portfolio .tie-slick-dots button,
    .portfolio-slick .tie-slick-dots button {
        width: 25px !important;
        border-radius: 0;
    }
}
@media(prefers-reduced-motion:reduce){
    .contact-ring,.working-content strong i:after,.contact-panel{animation:none}
    .contact-toggle,.contact-icon,.contact-item,.item-icon,.arrow{transition:none;}
}