/*!
Theme Name: icreationslab
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: icreationslab
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

icreationslab is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
     ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
     ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
html body {
    margin: 0 !important;
    background: #FCFBFA;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
     ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
     ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
     ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*, *::before, *::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body, button, input, select, optgroup, textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

a {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul, li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover, a:focus, a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul, .main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul, .main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width:37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }

}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post, .page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content, .entry-content, .entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/*Theme css*/
@font-face {
    font-family: 'Urbanist';
    src: url('./fonts/Urbanist-Regular.ttf') format('truetype');    /* Các thuộc tính khác tùy chọn */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Urbanist-Bold';
    src: url('./fonts/Urbanist-Bold.ttf') format('truetype');    /* Các thuộc tính khác tùy chọn */
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: Urbanist;
    letter-spacing: 0.02em;
}

a:hover {
    color: #F37322;
    transition: all .2s;
}

.container {
    padding-left: 60px;
    padding-right: 60px;
}

#masthead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    background: #fff;
    height: 72px;
}

.site-title a {
    display: block;
}

#masthead #site-navigation #mega-menu-wrap-menu-1 a.mega-menu-link {
    color: #3A3735;
    font-size: 16px;
    font-weight: 400;
    background: none;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    color: #F37322 !important;
}

#masthead #site-navigation #mega-menu-wrap-menu-1 a.mega-menu-link:focus {
    background: none !important;
}

#masthead .header-right a {
    text-decoration: none;
    width: 155px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    border-radius: 23px;
    background: #3A3735;
    font-weight: 700;
}

#fake-header {
    height: 72px;
    width: 100%;
}

#footer {
    display: flex;
    justify-content: space-between;
    color: #FBFAF9;
    font-size: 14px;
}

#footer .footer-item-content.navigation li a {
    font-weight: normal;
    font-family: 'Urbanist-Bold';
}

#footer .footer-title {
    margin-top: 0;
    color: #FBFAF9;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

#footer .footer-title:after {
    content: '';
    background: #F37322;
    height: 2px;
    width: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer ul a {
    text-decoration: none;
    color: #EBE7E5;
    padding: 6px 0;
    display: block;
}

#footer ul a:hover {
    color: #F37322;
}

#footer #left-footer {
    width: 33%;
    background: #1D1C1B;
    padding-top: 60px;
    padding-bottom: 60px;
}

#footer #right-footer {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #000000;
    flex-grow: 1;
    display: flex;
}

#footer #right-footer .col-3 {
    width: 25%;
    min-width: 130px;
}

#footer #right-footer .col-7 {
    flex-grow: 1;
}

#footer #right-footer .col-7 .footer-item-content {
    display: flex;
    flex-wrap: wrap;
}

#footer #right-footer .col-7 .footer-item-content ul {
    width: 45%;
    margin-bottom: 40px;
}

#footer #right-footer .col-7 .footer-item-content ul:nth-child(2n+1) {
    width: 55%;
}

#footer #right-footer .col-7 .footer-item-content ul li.title {
    font-weight: bold;
    padding-bottom: 5px;
}

#left-footer form {
    position: relative;
}

#left-footer form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 100px 100px 0;
    background: none;
    border: none;
    cursor: pointer;
}

.control-input {
    position: relative;
}

input[type="text"], input[type="email"] {
    height: 52px;
    border-radius: 100px;
    width: 100%;
    padding: 14px 20px;
    font-size: 16px;
    outline: none;
    border: none;
    font-weight: 500;
}

input[type="text"]+label, input[type="email"]+label {
    color: #B0B0B0;
    font-size: 16px;
    position: absolute;
    left: 20px;
    top: 14px;
    font-weight: 500;
}

.contact-info-content {
    margin-top: 40px;
}

#footer #left-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#footer .footer-social {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

#footer .footer-social li:not(:last-child) {
    margin-right: 14px;
}

#footer .footer-social li a {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #383838;
    border-radius: 100%;
}

.footer-contact-info li {
    display: flex;
}

.footer-contact-info li:not(last-child) {
    margin-bottom: 10px;
}

.footer-contact-info li:first-child span:last-child {
    margin-top: -3px;
}

.footer-contact-info li img {
    margin-right: 10px;
}

.sign-up-form button {
    margin-right: 2px;
}

.control-input label {
    transition: all 0.05s;
}

.control-input.focus label {
    visibility: hidden;
}

.home-slide-wrap {
    background: #FDF9F8 url('./images/banner-bg.png');
    padding: 60px 0;
    background-size: cover;
}

.home-slide .image-slide {
    max-width: 500px;
}

.container-c {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.home-slide .swiper-pagination {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    bottom: auto !important;
    width: auto !important;
    display: flex !important;
    align-items: center !important;
}

.home-slide .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 100px;
    border: 1px solid #F37322;
    background: none;
    opacity: 1;
    margin: 0 6px;
}

.home-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #F37322;
    width: 32px;
    height: 6px;
    box-sizing: border-box;
}

.content-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1120px;
    margin: 0 auto;
}

.content-slide .des-slide {
    font-size: 48px;
    color: #1D1C1B;
    font-weight: 700;
    line-height: 60px;
}

.content-slide .des-slide h3,.content-slide .des-slide h1 {
    margin: 0;
    padding-bottom: 12px;
}

.content-slide .des-slide h3.color,
.content-slide .des-slide h1.color,.des-slide div.color {
    color: #F37322;
    font-weight: 500;
    font-size: 1.17em;
}

.content-slide  .action-slide {
    padding-top: 25px;
}

.content-slide  .action-slide a {
    background: #3A3735;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 146px;
    height: 48px;
    border-radius: 100px;
}

.mega-menu-column ul.mega-sub-menu .widget_custom_html h4 {
    order: 2;
    font-size: 20px !important;
    text-transform: capitalize !important;
}

.mega-menu-column ul.mega-sub-menu li:not(.widget_custom_html) a.mega-menu-link {
    font-size: 14px !important;
    text-transform: capitalize !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu ul.mega-sub-menu .mega-menu-item:not(.widget_custom_html) {
    padding: 0 0 10px 16px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu ul.mega-sub-menu .mega-menu-item:not(.widget_custom_html) .mega-menu-link {
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 16.8px;
}

#footer #left-footer {
    min-width: 325px;
}

.content-slide  .action-slide {
    display: flex;
}

.content-slide  .action-slide .btn-1 {
    background: transparent;
    color: #444;
    border: 1px solid #444;
    margin-right: 20px;
    width: 172px;
    box-sizing: border-box;
}

.content-slide .action-slide .btn-1:after {
    margin-left: 8px;
    content: '';
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 20px;
    height: 20px;
    display: block;
    background: url('./images/icons/bnt-1-down.svg') no-repeat center center;
}

.feature-services ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-services ul li {
    display: flex;
    flex-direction: column;
}

.feature-services ul li div {
    background: #fff;
    padding: 40px;
    border: 1px solid #FEE6D7;
    border-radius: 18px;
    flex-grow:1;
}

.feature-services ul li div strong {
    font-size: 20px;
}

.feature-services ul li div span {
    display: block;
}

.feature-services ul li:last-child div {
    margin: 0;
}

.feature-services ul li img {
    width: 92px;
    height: 92px;
    margin-bottom: -12px;
    z-index: 2;
    margin-left: 40px;
}

.tab-hs {
    display: flex;
    flex-direction: column;
}

.tab-hs ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tab-hs a {
    display: block;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    transition: all .3s;
    outline: none;
}

.tab-hs a.active .circle {
    width: 50px;
    height: 50px;
}

.tab-hs a.active .text {
    font-size: 16px;
    font-weight: 700;
}

#view-all-services a {
    display: block;
    padding: 10px 15px;
    background-color: #0073aa;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.content-hs ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 item trên 1 hàng */
    gap: 40px; /* Khoảng cách giữa các item và giữa các hàng */
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.content-hs >div:not(#content-hs-1):not(.tab-service-mobile) {
    display: none;
}

.content-hs li {
    background-color: #FFFFFF0A;
    padding: 20px;
    padding-bottom: 40px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #FFFFFF14;
}

.content-hs li img {
    max-width: 200px;
    margin-bottom: 15px;
}

.content-hs li h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 10px;
}

.content-hs li span {
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    color: #D5CFCC;
}

.content-hs li {
    position: relative;
}

.content-hs li a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.home-services {
    background: url('./images/bg-agency.png') no-repeat top left;
    background-size: cover;
    overflow: hidden;
}

.main-home-services {
    display: flex;
    align-items: flex-start;
}

.home-services {
    padding-bottom: 60px;
}

.top-home-services {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 60px 0;
}

.top-home-services h3,
.top-home-services h2 {
    font-size: 64px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 76.8px;
    width: 440px;
}

.top-home-services div {
    width: calc(100% - 505px);
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    text-align: left;
}

.content-hs {
    flex: 1; /* Chiếm toàn bộ chiều rộng còn lại */
    margin-right: 60px; /* Khoảng cách giữa content và tab */
    width: calc(100% - 168px);
}

.tab-hs {
    display: flex;
    flex-direction: column;
    align-items: center; /* Căn giữa các item */
    width: 108px;
}

.content-hs ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px; /* Thêm khoảng cách giữa các mục */
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.content-hs ul li {
    width: calc(33.33333% - 80px/3); /* Mỗi mục chiếm 1/3 chiều rộng */
    box-sizing: border-box;
}

.content-hs ul li:nth-child(3n+1) {
    margin-left: 0;
}

.tab-hs li:last-child .line {
    display: none;
}

.tab-hs a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #fff;
}

.tab-hs a .circle {
    width: 0;
    height: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; /* Màu chữ bên trong chấm tròn */
    font-size: 16px;
    font-weight: bold;
    transition: all .3s;
}

.tab-hs a .text {
    font-size: 16px;
    font-weight: 600;
    line-height: 25.6px;
    text-align: center;
    color: #FFFFFFA3;
    transition: all .1s;
}

.tab-hs a .line {
    height: 35px;
    width: 1px;
    margin: 20px 0;
    background: url('./images/icons/line.svg') repeat center center
}

.circle img {
    width: 0;
    transition: all 0.3s;
}

.tab-hs a.active .circle {
    margin-bottom: 10px;
}

.tab-hs a.active .circle img {
    width: 100%;
}

.tab-hs a.active .text {
    color: #F37322;
}

#view-all-services {
    margin-top: 42px; /* Khoảng cách trên cùng cho nút "View all" */
}

#view-all-services a {
    display: block;
    padding: 10px 15px;
    width: 108px;
    height: 43px;
    border-radius: 100px;
    background: #F37322;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.why-choose-us.container-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.left-wcs{
    min-height: 300px;
}
.left-wcs, .right-wcs {
    width: calc(50% - 30px); /* Trừ 30px để tạo khoảng cách 60px */
}

.right-wcs ul {
    list-style-type: none;
    padding: 0 0 0 60px;
    margin: 0;
}

.right-wcs ul li h4 {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.right-wcs ul li h4:after {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background: url('./images/icons/down-2.svg') no-repeat center center;
}

.right-wcs ul li.active h4:after {
    background: url('./images/icons/down-1.svg') no-repeat center center !important;
}

.right-wcs ul li h4:before {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    background: url('./images/icons/tick.svg') no-repeat center center;
}

.right-wcs ul li p {
    display: none;
    padding-left: 60px;
}

.right-wcs ul li.active p {
    display: block;
}

.why-choose-us {
    padding: 60px 0;
}

.right-wcs h3,
.right-wcs h2 {
    color: #1D1C1B;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    margin-top: 0;
    margin-bottom: 40px;
}

.right-wcs p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    margin-bottom: 40px;
}

.right-wcs ul li {
    margin-bottom: 40px;
}

.right-wcs ul li h4 {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.02em;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0 0 20px;
}

.right-wcs ul li h4:before {
    margin-right: 20px;
}

.right-wcs ul li h4:after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translatey(-50%);
}

.feedback .swiper {
    padding-bottom: 120px;
}

.feedback .swiper-scrollbar {
    left: 50% !important;
    transform: translatex(-50%) !important;
    background: #FCD4C3 !important;
    bottom: 60px !important;
    height: 3px !important;
    width: 311px !important;
}

.swiper-scrollbar-drag {
    background: #F37322 !important;
    height: 3px !important;
}

.feedback h3,
.feedback h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #1D1C1B;
}

.feedback .swiper-wrapper {
    padding-top: 40px;
}

.feedback .swiper-slide .box-option {
    background:url('./images/icons/feedback_bg.svg') no-repeat top left;
    min-height: 125px;
    padding: 40px 40px 90px 40px;
    width: 348px;
    box-sizing: border-box;
    position: relative;
}

.feedback .swiper-slide.swiper-slide-active+.swiper-slide .box-option {
    background: url('./images/icons/feedback_shadow.svg') no-repeat top left;
}

.feedback .swiper-slide .box-option .c-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 16.8px;
    color: #938982;
    margin-bottom: 20px;
}

.feedback .swiper-slide .box-option .des-option {
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 25.6px;
    letter-spacing: 0.02em;
    color: #3A3735;
}

.feedback .swiper-slide .reviewer {
    text-align: center;
    margin-top: -30px;
    z-index: 2;
    position: relative;
}

.feedback .swiper-slide .reviewer h4 {
    margin: 0 0 4px;
    color: #3A3735;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: 0.02em;
}

.feedback .swiper-slide-active+.swiper-slide {
    transform: translateY(-40px) !important;
}

.feedback .swiper-slide {
    transition: all 0.3s;
}

.feedback .swiper-slide .reviewer span {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #938982;
}

.portfolio {
    background: url("./images/bg-agency.png") repeat top left;
}

.content-portfolio > div {
    display: none;
    min-height: 400px;
}

.content-portfolio > div.active {
    display: block;

}

.content-portfolio .swiper-slide img {
    border-radius: 20px;
}

.right-tp .tab {
    cursor: pointer;
    padding: 11px 20px;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #938982;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 25.6px;
    text-align: center;
}

.right-tp ul {
    margin: 0;
    padding: 0;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}

.right-tp .tab:last-child {
    margin-right: 0;
}

.right-tp .tab.active {
    background-color: #ddd;
    border: 1px solid #F37322;
    background: hsl(0deg 0% 100% / 6%);
}

.portfolio {
    padding: 80px 20px;
}

.title-portfolio {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}

.title-portfolio .left-tp {
    width: calc(50% - 40px);
}

.page-template-portfolio-template .right-tp ul {
    gap: 20px;
}

.page-template-portfolio-template .right-tp .tab {
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-portfolio .left-tp h3,
.title-portfolio .left-tp h2 {
    color: #fff;
    margin: 0 0 40px;
    padding: 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 76.8px;
    letter-spacing: 0.02em;
    text-align: left;
}

.title-portfolio .left-tp span {
    color: #FBFAF9;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
}

.title-portfolio .right-tp {
    width: calc(50% - 40px);
}

.content-portfolio .swiper-slide h4 {
    color: #FBFAF9;
    font-size: 16px;
    font-weight: 700;
    line-height: 25.6px;
    margin: 12px 0 0;
    padding: 0;
}

.right-tp .tab.view-all {
    background: #F37322;
    border-color: #F37322;
}

.right-tp .tab.view-all a {
    text-decoration: none;
    color: #FBFAF9;
}

.content-portfolio .swiper {
    padding-bottom: 60px;
}

.content-portfolio .swiper-scrollbar {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    background: #FFFFFF1A !important;
}

.cta-section {
    background: #000;
    padding: 60px 20px;
    overflow: hidden;
}

.cta-section .container-c {
    display: flex;
    justify-content: space-between;
}

.cta-section .container-c > div {
    width: calc(50% - 20px);
}

.cta-section .container-c > div.left-container {
    display: flex;
    justify-content: space-between;
}

.cta-section .container-c > div.left-container .textbox {
    background: linear-gradient(180deg, #FAAA78 0%, #F37322 100%);
    padding: 40px;
    border-radius: 20px 20px 20px 100px;
    box-sizing: border-box;
}

.cta-section .container-c > div.left-container .textbox h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    color: #fff;
    margin: 0;
}

.cta-section .container-c > div.left-container .numberism {
    width: 140px;
}

.cta-section .container-c > div.left-container .numberism ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.cta-section .container-c > div.left-container .numberism ul li {
    height: 131px;
    width: 100%;
    border-radius: 20px;
    padding: 20px;
}

.cta-section .container-c > div.left-container .numberism ul li strong {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    display: block;
}

.cta-section .container-c > div.left-container .numberism ul li span {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
}

.cta-section .container-c > div.left-container .numberism ul li:nth-child(1) {
    background: linear-gradient(120.97deg, #FA6728 1.26%, #5F24DE 57.56%);
    color: #fff;
}

.cta-section .container-c > div.left-container .numberism ul li:nth-child(2) {
    background: #242425;
    color: #fff;
}

.cta-section .container-c > div.left-container .numberism ul li:nth-child(3) {
    background: #fff;
    color: #000;
}

.cta-section .container-c > div.left-container .numberism ul li:not(:last-child) {
    margin-bottom: 20px;
}

.cta-section .container-c > div.left-container .textbox {
    flex-grow: 1;
    margin-left: 40px;
}

.gform_validation_errors {
    display: none !important;
}

.gform_fields input, .gform_fields textarea, .gform_fields select {
    height: 48px !important;
    border-radius: 12px !important;
    border: 1px solid #FEE6D7 !important;
    outline: none !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 25.6px !important;
    color: #938982 !important;
    box-shadow: none !important;
    opacity: 1 !important;
}

.gform_fields textarea {
    min-height: auto !important;
    height: 132px !important;
    padding: 52px 20px !important;
    box-sizing: border-box !important;
}

.cta-section form {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
}

.cta-section form input[type="submit"] {
    padding: 12px 24px !important;
    border-radius: 100px !important;
    width: 100% !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 19.2px !important;
    text-align: center !important;
    color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #F37322 url('./images/icons/sent-btn.svg') no-repeat center center !important;
    height: 48px !important;
}
.content-section-blog{
    min-height: 400px;
}
.content-section-blog .blog-tab {
    display: none;
}

.content-section-blog .blog-tab:first-child {
    display: block;
}

.tab-blog {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-blog li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    cursor: pointer;
    color: #938982;
    margin-right: 5px;
    border-radius: 100px;
    height: 48px;
    box-sizing: border-box;
    border: 1px solid #EBE7E5;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
}

.tab-blog li:not(:last-child) {
    margin-right: 20px;
}

.tab-blog li.active {
    color: #F37322;
    border: 1px solid #F37322;
    font-weight: 600;
}

.blog-tab-item .thumb-img img {
    max-width: 100%;
    height: auto;
}

.blog-section .btn-vew-all-blog {
    margin: 40px 0 60px;
}

.blog-section .btn-vew-all-blog a {
    text-align: center;
    background: #F37322;
    width: 200px;
    height: 48px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    border-radius: 100px;
}

.blog-section .tab-blog {
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}

.blog-section .thumb-img {
    border-radius: 20px;
    overflow: hidden;
}

.blog-section .thumb-img img {
    display: block;
    width: 100%;
}

.blog-section .post-infor {
    margin: 20px 0 12px;
    color: #F37322;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    display: flex;
    width: 100%;
    align-items: center;
}

.blog-section .post-infor .date {
    display: flex;
    align-items: center;
}

.blog-section .post-infor .date:before {
    content: '';
    display: flex;
    margin: 0 12px;
    font-size: 14px;
    background: url('./images/icons/dotted.svg') no-repeat center center;
    width: 4px;
    height: 17px;
}

.blog-section .post-title {
    margin: 0 0 12px;
}

.blog-section .post-title a {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.02em;
    text-align: left;
    text-decoration: none;
    color: #1A1A1A;
}

.blog-section .short-ds {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #667085;
}

.blog-section .container-c > h3,.blog-section .container-c > h2 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    text-align: center;
}

.blog-section .swiper-slide {
    position: relative;
}

.blog-section .swiper-slide > a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.customers .swiper {
    padding-bottom: 120px;
}

.customers h4 {
    text-align: center;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #4A4A4A;
    margin-bottom: 40px;
}

.customers .swiper-scrollbar {
    left: 50% !important;
    transform: translatex(-50%) !important;
    background: #FCD4C3 !important;
    bottom: 60px !important;
    height: 3px !important;
    width: 311px !important;
}

.feature-services {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

.feature-services .container-c {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 34px;
    width: 100%;
}

.gform-theme--foundation .gform_fields {
    gap: 12px !important;
}

.gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {
    margin-top: 40px;
}

.page-template-portfolio-template #primary {
    background: #1D1C1B url(./images/bg-port.png) no-repeat top left;
    background-size: contain !important;
    padding: 0;
}

.page-template-portfolio-template .portfolio {
    background: none;
}

.page-template-portfolio-template #masthead {
    background: #1D1C1B;
}

.page-template-portfolio-template .site-main .entry-title {
    margin: 0;
}

.page-template-portfolio-template #masthead #site-navigation #mega-menu-wrap-menu-1 a.mega-menu-link {
    color: #938982;
}

.page-template-portfolio-template #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    background: url("./images/icons/down-3.svg");
    width: 16px;
    height: 16px;
    top: 4px;
}

.page-template-portfolio-template .entry-title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    text-align: left;
    padding-top: 60px;
    margin-bottom: 40px;
}

.page-template-portfolio-template .entry-title img {
    width: 45px;
    display: inline-block;
}

.page-template-portfolio-template .entry-content > * {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: justify;
}

.page-template-portfolio-template .entry-content p {
    margin: 0;
    padding: 0;
}

.page-template-portfolio-template .entry-content .portfolio {
    padding: 0;
    margin-top: 40px;
}

.page-template-portfolio-template  .content-portfolio {
    padding-bottom: 60px;
}

.page-template-portfolio-template .entry-content .title-portfolio .right-tp {
    width: 100%;
}

.page-template-portfolio-template .entry-content .content-portfolio > div.active {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    box-sizing: border-box;
}

.page-template-portfolio-template .entry-content .content-portfolio > div.active .swiper-slide-item {
    width: calc((100% / 3) - (80px / 3));
            animation: fadeInSlideUp 0.6s ease forwards;
}

.page-template-portfolio-template .entry-content .content-portfolio > div.active .swiper-slide-item  img {
    width: 100%;
}

.page-template-portfolio-template .entry-content .content-portfolio img {
    border-radius: 20px;
}

.page-template-portfolio-template .swiper-slide-item {
    margin-bottom: 20px;
}

.page-template-portfolio-template .swiper-slide-item h4 {
    margin: 12px 0 0;
}

.load-more {
    font-family: Urbanist;
    width: 162px;
    height: 48px;
    background: #F37322;
    border-radius: 100px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    display: block;
    cursor: pointer;
    padding: 0;
}

.contact-with-phone {
    background: linear-gradient(180deg, #F37322 0%, #FAA772 100%);
}

.contact-with-phone .container-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    min-height: 172px;
    padding: 0 20px;
}

.contact-with-phone .container-c h3 {
    margin: 0;
    padding: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
    color: #FBFAF9;
}

.contact-with-phone .container-c .right-cwp {
    display: flex;
    align-items: center;
}

.contact-with-phone .container-c .right-cwp > span {
    font-size: 16px;
    font-weight: 600;
    line-height: 25.6px;
    display: block;
    margin: 0 20px;
    color: #FBFAF9;
}

.contact-with-phone .container-c .right-cwp a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 25.6px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 155px;
    height: 52px;
    border-radius: 100px;
    background: #3A3735;
}

.contact-with-phone .container-c form .gform_footer {
    display: none;
}

.contact-with-phone .container-c form input {
    height: 52px !important;
    width: 360px !important;
    border-radius: 100px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 25.6px !important;
    letter-spacing: 0.02em !important;
    color: #B0B0B0 !important;
    padding: 13px 20px !important;
}

.page-template-portfolio-template .entry-content {
    margin-top: 40px;
}

.page-template-contact-template .entry-title {
    margin-top: 60px;
    margin-bottom: 40px;
    padding: 0;
    text-align: center;
}

.page-template-contact-template .entry-title span {
    font-size: 48px;
    font-weight: 500;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #1D1C1B;
}

.page-template-contact-template .entry-title strong {
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #F37322;
}

.page-template-contact-template .entry-title * {
    display: block;
}

.page-template-contact-template .contact-infor {
    margin-bottom: 60px;
}

.page-template-contact-template .contact-infor ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 80px;
}

.page-template-contact-template .contact-infor ul li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 214px;
}

.page-template-contact-template .contact-infor ul li img {
    margin-bottom: 20px;
}

.page-template-contact-template .contact-infor ul li span {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
    margin-bottom: 20px;
}

.page-template-contact-template .contact-action {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
}

.page-template-contact-template .contact-action > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.page-template-contact-template .contact-action > div img {
    display: block;
}

.page-template-contact-template .contact-action > div h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #3A3735;
    margin: 30px 0;
    padding: 0;
}

.page-template-contact-template .contact-action > div a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 52px;
    width: 200px;
    border-radius: 100px;
    color: #fff;
}

.page-template-contact-template .contact-action > div a img {
    display: block;
    margin-right: 8px;
}

.page-template-contact-template .contact-action .call-now a {
    background: #F37322;
}

.page-template-contact-template .contact-action .get-form a {
    background: #3A3735;
}

.page-template-contact-template #enquiry_form {
    padding: 60px 20px;
    background: linear-gradient(180deg, #F37322 0%, #FAA772 100%);
}

.page-template-contact-template #enquiry_form .gform-body {
    background: #fff;
    border-radius: 32px;
    padding: 40px;
}

.page-template-contact-template #enquiry_form h3,
.page-template-contact-template #enquiry_form h2 {
    color: #FBFAF9;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.page-template-contact-template #enquiry_form .des-form {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
    max-width: 480px;
    width: 100%;
    margin: 0 auto 40px;
}

.page-template-contact-template #enquiry_form textarea {
    display: block !important;
    padding: 14px 20px !important;
    height: 180px !important;
    box-sizing: border-box !important;
}

.page-template-contact-template #enquiry_form .ginput_counter {
    display: none;
}

.page-template-contact-template #enquiry_form .gform_footer {
    display: flex;
    justify-content: center;
    margin: 40px 0 0;
}

.page-template-contact-template #enquiry_form .gform_footer input {
    background: #3A3735 url('./images/icons/enquiry-btn.svg') no-repeat center;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
    text-align: center;
    border-radius: 100px;
    width: 200px;
    height: 52px;
    color: transparent;
}

.page-template-about-us-template .entry-content {
    margin: 0;
    padding: 0;
}

.page-template-about-us-template header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 80px;
}

.page-template-about-us-template header h1 {
    width: 50%;
}

.page-template-about-us-template header > div:not(.site-branding):not(.header-right) {
    width: 50%;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: justify;
    color: #3A3735;
}
.site-branding
,.site-branding *{
    height: 100%;
    display: block;
        width: auto;
    max-width: fit-content;
}
.page-template-about-us-template .entry-title {
    margin: 0;
    padding: 0;
}

.page-template-about-us-template .entry-title span {
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    color: #F37322;
    display: block;
    margin-bottom: 20px;
}

.page-template-about-us-template .entry-title strong {
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    color: #1D1C1B;
}

.page-template-about-us-template .our-services {
    background: url('./images/bg-service.png') no-repeat left center;
    background-size: cover !important;
    max-width: 1320px;
    margin: 60px auto;
    border-radius: 40px;
    padding: 60px 20px;
}

.page-template-about-us-template .our-services .container-c {
    display: flex;
    gap: 80px;
}

.page-template-about-us-template .our-services .container-c > div {
    width: 50%;
}

.page-template-about-us-template .our-services .ds-s {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: justify;
    margin-bottom: 60px;
}

.page-template-about-us-template .our-services .right-our-services ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.page-template-about-us-template .our-services .right-our-services ul li {
    display: flex;
    border-bottom: 1px solid #FFFFFF14;
    padding-bottom: 40px;
    position: relative;
}

.page-template-about-us-template .our-services .right-our-services ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.page-template-about-us-template .our-services .right-our-services ul li .icon-next {
    position: absolute;
    top: calc(50% - 20px);
    right: 0;
    transform: translatey(-50%);
}

.page-template-about-us-template .our-services .right-our-services ul li .thumb-s {
    width: 80px;
    height: 80px;
    background: #FFD0D01A;
    padding: 12px 19px;
    border-radius: 20px;
    object-fit: scale-down;
}

.page-template-about-us-template .our-services .right-our-services ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.02em;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 20px;
}

.page-template-about-us-template .our-services {
    position: relative;
}

.page-template-about-us-template .our-services .left-our-services img {
    position: absolute;
    bottom: -100px;
    max-width: 520px;
}

.page-template-about-us-template .mission-statement .container-c {
    margin-top: 154px;
    display: flex;
    gap: 60px;
}

.page-template-about-us-template .mission-statement .container-c .left {
    width: 336px;
}

.page-template-about-us-template .mission-statement .container-c .left h3,
.page-template-about-us-template .mission-statement .container-c .left h2 {
    color: #1D1C1B;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}

.page-template-about-us-template .mission-statement .container-c .left img {
    width: 50px;
}

.page-template-about-us-template .mission-statement .container-c .left .des-miss {
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    color: #3A3735;
    text-align: justify;
}

.page-template-about-us-template .mission-statement .container-c .right {
    width: calc(100% - 396px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.page-template-about-us-template .mission-statement .container-c .right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    background: url('./images/icons/Rectangle.png') no-repeat center center;
    background-size: contain !important;
    padding: 60px 0;
}

.page-template-about-us-template .mission-statement .container-c .right ul li {
    width: calc(50% - 20px);
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.page-template-about-us-template .mission-statement .container-c .right ul li:nth-child(3), .page-template-about-us-template .mission-statement .container-c .right ul li:nth-child(4) {
    margin-bottom: 0;
}

.page-template-about-us-template .mission-statement .container-c .right ul li .order {
    display: block;
    color: #F37322;
    margin-left: 40px;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
    margin-bottom: 10px;
}

.page-template-about-us-template .mission-statement .container-c .right ul li .text {
    box-shadow: 1px 10px 17.9px 0 #FFF;
    padding: 20px 40px;
    border-radius: 20px;
    color: #3A3735;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    flex-grow: 1;
}

.page-template-about-us-template .our_vision {
    height: 570px;
    color: #FBFAF9;
    margin-top: 160px;
}

.page-template-about-us-template .our_vision h3,
.page-template-about-us-template .our_vision h2 {
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    text-align: left;
}

.page-template-about-us-template .our_vision .ds-our-vision {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: justify;
}

.page-template-about-us-template .our_vision .container-c {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.page-template-about-us-template .our_vision .content_our_vision {
    background: linear-gradient(180deg, #FAAA78 0%, #F37322 100%);
    padding: 40px;
    border-radius: 40px;
    border: 6px solid #fff;
    max-width: 726px;
    width: 100%;
    margin-top: -100px;
}

.page-template-about-us-template .our_team {
    background: url('./images/meet-our-team.png') no-repeat center center;
    background-size: cover !important;
}

.page-template-about-us-template .our_team .container-c {
    padding-top: 80px;
    display: flex;
    gap: 60px;
}

.page-template-about-us-template .our_team .container-c .left {
    width: 336px;
}

.page-template-about-us-template .our_team .container-c .left .ds-our_team {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    color: #3A3735;
}

.page-template-about-us-template .our_team .container-c .left .ds-our_team * {
    text-align: justify;
}

.page-template-about-us-template .our_team .container-c .left h3,
.page-template-about-us-template .our_team .container-c .left h2 {
    color: #1D1C1B;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}

.page-template-about-us-template .our_team .container-c .left img {
    width: 50px;
}

.page-template-about-us-template .our_team .container-c .right {
    width: calc(100% - 396px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.page-template-about-us-template .our_team .container-c .right .member_our_team {
    height: 100%;
}

.page-template-about-us-template .our_team .container-c .right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.page-template-about-us-template .our_team .container-c .right ul li {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.page-template-about-us-template .our_team .container-c .right ul li img {
    display: block;
}

.page-template-about-us-template .our_team .container-c .right ul li:nth-child(1) {
    margin-bottom: 160px;
}

.page-template-about-us-template .our_team .container-c .right ul li:nth-child(2) {
    margin-bottom: 80px;
}

.page-template-about-us-template .our_team .container-c .right ul li:nth-child(3) {
    justify-content: flex-start;
    margin-top: 80px;
}

.page-template-about-us-template .our_team .container-c .right ul li:nth-child(4) {
    justify-content: flex-start;
    margin-top: 160px;
}

.page-template-about-us-template .core_values {
    padding: 60px 20px 120px 20px;
    background: url('./images/core-value.png') no-repeat center center;
    background-size: cover !important;
}

.page-template-about-us-template .core_values h3,
.page-template-about-us-template .core_values h2 {
    margin: 0;
    padding: 0;
    color: #1D1C1B;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    text-align: center;
}

.page-template-about-us-template .core_values .core_values_detail ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

.page-template-about-us-template .core_values .core_values_detail ul li {
    width: calc((100% / 3) - 40px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}

.page-template-about-us-template .core_values .core_values_detail ul li:nth-child(2) {
    justify-content: flex-end;
    margin-bottom: -60px;
}

.page-template-about-us-template .core_values .core_values_detail ul li .value-item {
    border: 4px solid #FFFFFF;
    background: #FFFFFF7A;
    border-radius: 20px;
    padding: 40px;
}

.page-template-about-us-template .core_values .core_values_detail ul li .value-item h4 {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    color: #3A3735;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: 0.02em;
    text-align: center;
}

.page-template-about-us-template .core_values .core_values_detail ul li .value-item .ds-core_value {
    color: #3A3735;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: justify;
}

.page-template-about-us-template .philosophy .top {
    height: 1076px;
    position: relative;
    background: #000;
    padding: 60px 20px;
}

.page-template-about-us-template .philosophy .top:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url('./images/col1.png') no-repeat center center;
    background-size: cover !important;
}

.page-template-about-us-template .philosophy .top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background: linear-gradient(180deg, #FAAA78 0%, #F37322 100%);
}

.page-template-about-us-template .philosophy .top .philosophy-item {
    width: 50%;
    height: 100%;
    z-index: 1;
}

.page-template-about-us-template .philosophy .top .philosophy-item:nth-child(2) * {
    float: right;
    color: #3A3735 !important;
}

.page-template-about-us-template .philosophy .top .philosophy-item h4,
.page-template-about-us-template .philosophy .top .philosophy-item h3 {
    margin: 0;
    padding: 0;
    color: #FBFAF9;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    text-align: left;
}

.page-template-about-us-template .philosophy .top .philosophy-item .ds-core_value {
    color: #FBFAF9;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: justify;
}

.page-template-about-us-template .philosophy .top .philosophy-item > * {
    max-width: 400px;
}

.page-template-about-us-template .philosophy .container-c {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.page-template-about-us-template .philosophy .container-c .img {
    width: 100%;
}

.page-template-about-us-template .philosophy .container-c .img img {
    max-width: 800px;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translatex(-50%);
    z-index: 1;
}

.page-template-about-us-template .bottom {
    max-width: 800px;
    margin: 0 auto;
    padding: 120px 0 60px 0;
    text-align: center;
}

.page-template-about-us-template .bottom h4,
.page-template-about-us-template .bottom h3,
.page-template-about-us-template .bottom h2 {
    color: #1D1C1B;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}

.page-template-about-us-template .bottom .ds-core_value {
    color: #3A3735;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: justify;
    margin-bottom: 40px;
}

.page-template-about-us-template .bottom a {
    background: #F37322;
    color: #FBFAF9;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 155px;
    height: 48px;
    border-radius: 100px;
    margin: 0 auto;
}

.page-template-about-us-template .entry-title {
    margin-top: 60px;
}

body.services_template .featured-image {
    max-width: 800px;
    margin: 60px auto 0;
}

body.services_template .featured-image img {
    display: block;
}

body.services_template .entry-title {
    margin: 0;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 60px;
    text-align: center;
}

body.services_template .entry-title span {
    display: block;
    color: #F37322;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    text-align: center;
}

body.services_template .entry-title strong {
    color: #1D1C1B;
    font-size: 48px;
    font-weight: 500;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    text-align: center;
}

body.services_template .service-block .container-b {
    display: flex;
    flex-wrap: wrap;
}

.container-b {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

body.services_template .service-block .cat-block h4,
body.services_template .service-block .cat-block h2 {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #fff;
}

body.services_template .service-block .cat-block .ds-block {
    color: #FBFAF9;
    font-size: 16px;
    font-weight: 500;
    line-height: 25.6px;
    letter-spacing: 0.02em;
    text-align: left;
}

body.services_template .service-block .post-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

body.services_template .service-block .post-block ul li {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

body.services_template .service-block .post-block ul.col3 {
    gap: 20px;
}

body.services_template .service-block .post-block ul.col3 li {
    width: calc(100% / 3 - 40px / 3);
}

body.services_template .service-block .service-item {
    padding: 20px 40px;
    border-radius: 20px;
    border: 2px solid #FFFFFF;
}

body.services_template .service-block .service-item h4 {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    color: #3A3735;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.02em;
    text-align: left;
}

body.services_template .service-block .service-item > a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #00000014;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    text-decoration: none;
    margin-top: 20px;
    transition: all 0.2s;
}

body.services_template .service-block .service-item > a:hover {
    color: #F37322;
}

body.services_template .service-block.style1 .service-item {
    background: #FFFFFFCC;
}

body.services_template .service-block.style1 .cat-block {
    width: 400px;
}

body.services_template .service-block.style1 .cat-block .cc-cat {
    width: 100%;
    position: relative;
    border-radius: 60px;
    background: linear-gradient(180deg, #FAAA78 0%, #F37322 100%);
    padding: 60px 60px 160px;
}

body.services_template .service-block.style1 .cat-block .img-block-s {
    position: absolute;
    bottom: -110px;
    left: 50%;
    transform: translatex(-50%) !important;
}

body.services_template .service-block.style1 .cat-block .img-block-s img {
    display: block;
    max-width: 240px;
}

body.services_template .service-block.style1 .post-block {
    width: calc(100% - 460px);
    margin-left: 60px;
}

body.services_template .service-block.style1 {
    background: url('./images/service-style1.png') no-repeat top center;
    background-size: cover !important;
}

body.services_template .service-block .service-item > a {
    position: relative;
}

body.services_template .service-block .service-item > a img {
    transition: all 0.2s;
}

body.services_template .service-block .service-item > a:hover img {
    opacity: 0;
}

body.services_template .service-block .service-item > a:hover img.hover {
    opacity: 1;
}

body.services_template .service-block .service-item > a img.hover {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

body.services_template .service-block.style1 .post-block ul.col3 li:first-child {
    margin-top: 80px;
}

body.services_template .service-block.style1 .post-block ul.col3 li:last-child {
    margin-bottom: 80px;
    justify-content: flex-end;
}

body.services_template .service-block.style2 {
    padding-top: 0;
    background: #1D1C1B url('./images/digital-bg.png') no-repeat top center;
    background-size: cover !important;
}

body.services_template .service-block.style2 * {
    color: #FBFAF9;
}

body.services_template .service-block.style2 .cat-block {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    transform: translateX(10px);
}

body.services_template .service-block.style2 .cc-cat {
    background: linear-gradient(180deg, #78A4FA 0%, #2250F3 100%);
    padding: 80px 60px 80px 140px;
    border-radius: 0 0 60px 60px;
    max-width: 910px;
    position: relative;
    margin-bottom: 60px;
}

body.services_template .service-block.style2 .img-block-s {
    position: absolute;
    left: -115px;
    top: 50%;
    transform: translatey(-50%) !important;
}

body.services_template .service-block.style2 .img-block-s img {
    display: block;
    max-width: 270px;
}

body.services_template .service-block.style2 .post-block {
    width: 100%;
}

body.services_template .service-block.style2 .service-item {
    background: #FFFFFF14;
    border: 1px solid #FFFFFF0A;
}

body.services_template .service-block.style2 .service-item h4 {
    color: #FBFAF9;
}

body.services_template .service-block.style2 .service-item a {
    color: #FFFFFF5C;
}

body.services_template .service-block.style2 .service-item a:hover {
    color: #F37322;
}

body.services_template .service-block.style3 {
    background: url('./images/design-print-bg.png') no-repeat left center;
    background-size: cover !important;
    padding-top: 195px;
}

body.services_template .service-block.style3 {
    justify-content: space-between;
}

body.services_template .service-block.style3 .cat-block {
    order: 2;
    width: 400px;
    margin-left: 60px;
}

body.services_template .service-block.style3 .cat-block .cc-cat {
    width: 100%;
    position: relative;
    border-radius: 60px;
    background: linear-gradient(180deg, #8946F6 0%, #5822F3 100%);
    padding: 60px 60px 160px;
}

body.services_template .service-block.style3 .post-block ul.col2 li {
    width: calc(50% - 10px);
}

body.services_template .service-block.style3 .post-block {
    width: calc(100% - 460px);
}

body.services_template .service-block.style3 .post-block ul {
    gap: 20px;
    justify-content: flex-start;
}

body.services_template .service-block.style3 .post-block .service-item {
    background: #FFFFFFCC;
}

body.services_template .service-block.style3 .post-block .service-item h4 {
    color: #3A3735;
}

body.services_template .service-block.style3 .post-block .service-item .ds-s {
    color: #3A3735;
}

body.services_template .service-block.style3 .cat-block .cc-cat {
    padding-top: 150px;
    padding-bottom: 60px;
}

body.services_template .service-block.style3 .cat-block .cc-cat .img-block-s {
    position: absolute;
    top: -110px;
    left: 68px;
    transform: translatex(0) !important;
}

body.services_template .service-block.style3 .cat-block .cc-cat .img-block-s img {
    display: block;
    max-width: 225px;
}

body.services_template .service-block.style4 {
    background: linear-gradient(180deg, #FA78E5 0%, #F322EB 100%);
    max-width: 1235px;
    flex-direction: column;
    padding: 60px;
    margin: 60px auto;
    transform: translatex(-42.5px);
    border-radius: 60px;
    position: relative;
    padding-right: 175px;
}

body.services_template .service-block.style4 .img-block-s {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: -85px;
}

body.services_template .service-block.style4 .cat-block {
    width: 100%;
}

body.services_template .service-block.style4 .cat-block h4,
body.services_template .service-block.style4 .cat-block h2 {
    margin-bottom: 10px;
}

body.services_template .service-block.style4 .post-block ul {
    width: 100%;
}

body.services_template .service-block.style4 .post-block ul li {
    width: 100%;
}

body.services_template .service-block.style4 .post-block ul li .service-item {
    border: none;
    padding: 0;
}

body.services_template .service-block.style4 .post-block ul li .service-item h4 {
    color: #fff;
    margin-bottom: 10px;
}

body.services_template .service-block.style4 .post-block ul li .service-item .ds-s {
    color: #FBFAF9;
}

body.services_template .service-block.style4 .post-block ul li .service-item > a {
    margin-top: 40px;
    color: #FFFFFF5C;
}

body.services_template .service-block.style4 .post-block ul li .service-item > a:hover {
    color: #F37322;
}

body.services_template .service-block {
    padding: 60px;
}

body.services_template .service-block > div {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.wrap-service-item {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0 !important;
    border-radius: 20px;
}

.wrap-service-item:hover ~ a {
    color: #F37322 !important;
}

.wrap-service-item:hover ~ a img.hover {
    opacity: 1 !important;
}

body.services_template .service-block .service-item {
    position: relative;
}

body.services_template .service-block.style4 a:hover {
    color: #fff !important;
}

body.services_template .service-block.style4 a:hover .icon-readmore {
    opacity: 1 !important;
}

body.services_template .service-block.style4 a:hover img.hover {
    opacity: 0 !important;
}

body.services_template .service-block.style4 .wrap-service-item:hover ~ a {
    color: #fff !important;
}

body.services_template .service-block.style4 .wrap-service-item:hover ~ a img.hover {
    opacity: 0 !important;
}

.service-template-default.single header#masthead, .service-template-default.single #breadcrumbs, .service-template-default.single #fake-header {
    background: #1D1C1B;
}

.service-template-default.single #masthead #site-navigation #mega-menu-wrap-menu-1 a.mega-menu-link {
    color: #938982;
}

.service-template-default.single #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    background: url("./images/icons/down-3.svg") no-repeat center center;
}

.service-template-default.single .top-head {
    background: #1D1C1B;
    text-align: center;
    color: #FFFFFF;
    padding: 60px;
    min-height: 400px;
}

.service-template-default.single .top-head h4 {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: center;
}

.service-template-default.single .top-head h2,
.service-template-default.single .top-head h1 {
    margin: 0;
    padding: 0;
    color: #F37322;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    text-align: center;
}

#breadcrumbs {
    margin: 0;
    padding: 0 60px;
    min-height: 66px;
    display: flex;
    align-items: center;
}

#breadcrumbs * {
    color: #9D9D9D;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
}

#breadcrumbs a {
    text-decoration: none;
}

#breadcrumbs .breadcrumb_last {
    color: #F37322;
}

.service-template-default.single .banner-service {
    margin-bottom: -306px;
    margin-top: 60px;
}

.service-template-default.single #breadcrumbs .indicator {
    padding: 0 12px 0 6px;
}

.service-template-default.single .content_service_item.type1 {
    display: flex;
    gap: 60px;
    align-items: center;
    padding: 60px 0;
}

.service-template-default.single .content_service_item.type1 > div {
    width: 50%;
}

.service-template-default.single .content_service_item.type1 > div .short_description {
    color: #3A3735;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.02em;
    text-align: justified;
    border: 1px solid #2CB2DD;
    border-radius: 20px;
    padding: 20px 40px;
    background: #F4FBFD;
    margin-bottom: 60px;
}

.service-template-default.single .content_service_item.type1 > div h3 {
    margin: 0;
    padding: 0;
}

.service-template-default.single .content_service_item.type1 > div span {
    margin-bottom: 20px;
    color: #F37322;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
    display: block;
}

.service-template-default.single .content_service_item.type1 > div strong,
.service-template-default.single .content_service_item.type1 > div h2
 {
    color: #1D1C1B;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 40px;
    display: block;
}

.service-template-default.single .content_service_item.type1 > div .des {
    color: #3A3735;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: justify;
}

.service-template-default.single .about-service {
    padding-bottom: 60px;
}

.service-template-default.single .about-service .container-c {
    display: flex;
    align-items: flex-end;
    gap: 60px;
}

.service-template-default.single .about-service .container-c .left {
    width: calc((100% /3) * 2);
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: justify;
}

.service-template-default.single .about-service .container-c .left h3,
.service-template-default.single .about-service .container-c .left h2 {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    color: #1D1C1B;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    text-align: left;
}

.service-template-default.single .about-service .container-c .left p {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.service-template-default.single .about-service .container-c .right {
    width: calc(100% /3);
}

.service-template-default.single .about-service .container-c .right h4 {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    color: #1D1C1B;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: 0.02em;
    text-align: left;
}

.service-template-default.single .about-service .container-c .right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-template-default.single .about-service .container-c .right ul li {
    color: #1D1C1B;
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor:pointer;
}

.service-template-default.single .about-service .container-c .right > a {
    text-decoration: none;
    color: #FBFAF9 !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: center;
    background: #F37322;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    padding: 12px 24px;
    min-height: 48px;
    margin-top: 20px;
}

.service-template-default.single .about-service .container-c .right > a  img {
    display: block;
}

.service-template-default.single .content_service_item.type_5 {
    margin-bottom: 60px;
}

.service-template-default.single .content_service_item.type_5 h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    color: #5228FA;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
}

.service-template-default.single .content_service_item.type_5 ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.service-template-default.single .content_service_item.type_5 ul li {
    width: calc(50% - 30px);
    background: #F4F6FD;
    padding: 20px 40px 20px 44px;
    color: #3A3735;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: justify;
    border-left: 4px solid #8799F5;
    display: flex;
    align-items: center;
    position: relative;
}

.service-template-default.single .content_service_item.type_5 ul li:before {
    content: '';
    background: url('./images/icons/rectangle.svg') no-repeat center center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 20px;
    display: block;
}

.service-template-default.single .content_service_item.type_5 ul li:nth-child(2n) {
    margin-left: 40px;
}

.contact-section form input[type="submit"] {
    padding: 12px 24px !important;
    border-radius: 100px !important;
    width: 100% !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 19.2px !important;
    text-align: center !important;
    color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background: #F37322 url(./images/icons/sent-btn-2.svg) no-repeat center center !important;
    height: 48px !important;
}

.contact-section form {
    background: #fff;
    padding: 40px;
}

.single-service .contact-section {
    padding: 60px 20px;
}

.single-service .contact-section .gform_footer {
    margin-top: 12px !important;
}

.single-service .contact-section .form-container {
    background: #fff;
    display: flex;
    border-radius: 32px;
    overflow: hidden;
}

.single-service .contact-section .form-container .gform_description {
    margin: 0;
    width: 50%;
    background: #FEE6D7;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-service .contact-section .form-container .gform_description img {
    display: block;
}

.single-service .contact-section .form-container form {
    width: 50%;
    padding: 46px 40px;
        display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-section .gform_title {
    visibility: hidden;
    height: 0;
}

.contact-section .gform_title.show {
    visibility: visible;
    height: auto;
}

.single-service .contact-section .gform_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 60px;
}

.single-service .contact-section .gform_title span {
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: center;
    margin-bottom: 20px;
    color: #F37322;
}

.single-service .contact-section .gform_title strong {
    color: #FBFAF9;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    text-align: center;
}

.single-service .get_more_knowledge {
    padding: 60px 0;
}

.single-service .more-knowledge .container-c > h3,
.single-service .more-knowledge .container-c > h2 {
    margin: 0;
    padding: 0;
    color: #1D1C1B;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 60px;
}

.single-service .more-knowledge .container-c ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.single-service .more-knowledge .container-c ul li {
    border-radius: 20px;
    overflow: hidden;
}

.single-service .more-knowledge .container-c ul li > h4,
.single-service .more-knowledge .container-c ul li > h3 {
    background: #FEE6D7;
    margin: 0;
    padding: 20px 60px;
    min-height: 74px;
    display: flex;
    align-items: center;
    color: #1D1C1B;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
}

.single-service .more-knowledge .container-c ul li .content-knowledge {
    position: relative;
    border-radius: 0 0 20px 20px;
    max-height: 406px;
    padding: 20px 60px;
    border: 1px solid #FEE6D7;
    overflow: hidden;
}

.single-service .more-knowledge .container-c ul li .content-knowledge.expanded {
    max-height: 100% !important;
}

.single-service .more-knowledge .container-c ul li .content-knowledge.expanded:after, .single-service .more-knowledge .container-c ul li .content-knowledge.expanded .read-all {
    visibility: hidden;
}

.single-service .more-knowledge .container-c ul li .d-c h5 {
    margin: 0;
    padding: 0;
    color: #1D1C1B;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 20px;
}

.single-service .more-knowledge .container-c ul li .d-c p {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.single-service .more-knowledge .container-c ul li .read-all {
    width: 110px;
    height: 52px;
    padding: 12px 24px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: #F37322;
    color: #FBFAF9;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: 60px;
    z-index: 1;
}

.single-service .more-knowledge .container-c ul li .content-knowledge:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    height: 92px;
}

.single-service .content_service_item.type2 {
    display: flex;
    margin: 60px auto;
    gap: 60px;
}

.single-service .content_service_item.type2 > h3,
.single-service .content_service_item.type2 > h2 {
    margin: 0;
    padding: 0;
    width: 333px;
    color: #1D1C1B;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    text-align: left;
}

.single-service .content_service_item.type2 .features-block {
    width: calc(100% - 333px);
}

.single-service .content_service_item.type2 .features-block ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    background: #F4F6FD;
    padding: 60px;
    border-radius: 20px;
}

.single-service .content_service_item.type2 .features-block ul li {
    width: calc(50% - 20px);
}

.single-service .content_service_item.type2 .features-block ul li img {
    display: block;
    margin-bottom: 10px;
}

.single-service .content_service_item.type2 .features-block ul li h4 {
    margin: 0;
    padding: 0;
    color: #3A3735;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.02em;
    text-align: left;
}

.single-service .content_service_item.type2 .features-block ul li .ds-feature {
    color: #3A3735;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: justify;
}

.service-template-default.single .top-head{
        margin-bottom: 300px;
    }
.service-template-default.single .about-service .container-c .left p:last-child {
    margin-bottom: 0;
}

.service-template-default.single .content_service_item.type_5 ul li.bold_text {
    color: #5228FA;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: center;
    border: none;
    background: none;
}

.service-template-default.single .content_service_item.type_5 ul li.bold_text:before {
    display: none;
}

.service-template-default.single .content_service_item.type3 {
    background: linear-gradient(180deg, #F37322 0%, #FAA772 100%);
    border-radius: 20px;
    padding: 60px 100px;
    margin-bottom: 60px;
}

.service-template-default.single .content_service_item.type3 h3,
.service-template-default.single .content_service_item.type3 h2 {
    color: #FBFAF9;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 0;
    padding: 0;
}

.service-template-default.single .content_service_item.type3 .hosting-package {
    padding: 60px 0 0;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.service-template-default.single .content_service_item.type3 .hosting-package .package-item {
    width: calc((100% / 3));
    background: #FBFAF9;
    border-radius: 20px;
    padding: 20px 40px;
}

.service-template-default.single .content_service_item.type3 .hosting-package .package-item h4 {
    margin: 0;
    padding: 0;
    color: #3A3735;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 30px;
}

.service-template-default.single .content_service_item.type3 .hosting-package .package-item .package_size {
    color: #F37322;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #FEE6D7;
}

.service-template-default.single .content_service_item.type3 .hosting-package .package-item .package_size:after {
    content: 'GB';
    margin-left: 4px;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.02em;
}

.service-template-default.single .content_service_item.type3 .hosting-package .package-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #FEE6D7;
    padding-bottom: 20px;
    margin-bottom: 20px;
    gap: 10px;
}

.service-template-default.single .content_service_item.type3 .hosting-package .package-item ul li {
    display: flex;
    justify-content: space-between;
}

.service-template-default.single .content_service_item.type3 .hosting-package .package-item ul li:first-child span.value {
    color: #F37322;
}

.service-template-default.single .content_service_item.type3 .hosting-package .package-item ul li span.label {
    color: #938982;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: justify;
}

.service-template-default.single .content_service_item.type3 .hosting-package .package-item ul li span.value {
    color: #3A3735;
    font-size: 16px;
    font-weight: 600;
    line-height: 25.6px;
    text-align: justify;
}

.content_service_item.type_4 {
    margin-bottom: 60px;
}

.content_service_item.type_4 .items ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 60px;
    list-style: none;
}

.content_service_item.type_4 .items ul li {
    width: 50%;
}

.content_service_item.type_4 .items ul li .img {
    margin-bottom: 40px;
    border-radius: 20px;
    overflow: hidden;
}

.content_service_item.type_4 .items ul li .img img {
    display: block;
}

.content_service_item.type_4 .items ul li .des {
    color: #3A3735;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: justify;
}

.content_service_item.type_4 .one-item {
    padding-top: 60px;
    display: flex;
    align-items: center;
    gap: 60px;
}

.content_service_item.type_4 .one-item .des {
    width: 333px;
    color: #3A3735;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: justify;
}

.content_service_item.type_4 .one-item .img {
    width: calc(100% - 333px);
    border-radius: 20px;
    overflow: hidden;
}

.content_service_item.type_4 .one-item .img img {
    display: block;
}

.content_service_item.type6 {
    background: #fff;
    padding: 60px 20px;
}

.content_service_item.type6 h3,
.content_service_item.type6 h2 {
    margin: 0;
    padding: 0;
    color: #1D1C1B;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 60px;
}

.content_service_item.type6 .items ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content_service_item.type6 .items ul h4,
.content_service_item.type6 .items ul h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    color: #1D1C1B;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
}

.content_service_item.type6 .items ul .img img {
    display: block;
    border-radius: 20px;
}

.content_service_item.type6 .items ul .des p {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    color: #3A3735;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: justify;
}

.content_service_item.type6 ul {
    display: flex;
    gap: 60px;
}

.content_service_item.type6 ul li {
    width: 50%;
}

.content_service_item.type6 ul li:nth-child(1) .img {
    margin-top: 60px;
}

.content_service_item.type6 ul li:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 60px;
}

.content_service_item.type6 ul li:nth-child(2) .item {
    display: flex;
    gap: 60px;
}

.content_service_item.type6 ul li:nth-child(2) .item .img {
    width: 285px;
}

.content_service_item.type6 ul li:nth-child(2) .item .right {
    width: calc(100% - 285px);
}

.content_service_item.type7 {
    padding: 60px 20px;
    background: #fff;
}

.content_service_item.type7 .container-b > h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 60px;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #1D1C1B;
}

.content_service_item.type7 .mix-blocks {
    display: flex;
    gap: 60px;
}

.content_service_item.type7 .mix-blocks ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.content_service_item.type7 .mix-blocks ul.image_description {
    flex-direction: column;
    gap: 60px;
    width: calc((100% /3) * 2);
}

.content_service_item.type7 .mix-blocks ul.image_description li {
    background: #FBFAF9;
    padding: 60px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.content_service_item.type7 .mix-blocks ul.image_description li > div {
    width: 50%;
}

.content_service_item.type7 .mix-blocks ul.image_description li .left > h4 {
    margin: 0;
    padding: 0;
    color: #1D1C1B;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
    margin-bottom: 20px;
}

.content_service_item.type7 .mix-blocks ul.image_description li .left .des {
    color: #3A3735;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: justify;
}

.content_service_item.type7 .mix-blocks ul.image_description li .left .des p {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.content_service_item.type7 .mix-blocks ul.image_description li .left .des p:last-child {
    margin-bottom: 0;
}

.content_service_item.type7 .mix-blocks ul.image_description li .right img {
    display: block;
    border-radius: 20px;
}

.content_service_item.type7 .mix-blocks ul.listing_with_icon {
    width: calc(100% /3);
}

.content_service_item.type7 .mix-blocks ul.listing_with_icon {
    flex-direction: column;
    gap: 40px;
}

.content_service_item.type7 .mix-blocks ul.listing_with_icon img {
    display: block;
    margin-bottom: 10px;
}

.content_service_item.type7 .mix-blocks ul.listing_with_icon h4,
.content_service_item.type7 .mix-blocks ul.listing_with_icon h3 {
    margin: 0;
    padding: 0;
    color: #3A3735;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.02em;
    text-align: left;
}

.content_service_item.type7 .mix-blocks ul.listing_with_icon .ds-feature {
    color: #3A3735;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: justify;
}

.content_service_item.type7 .mix-blocks ul.listing_with_icon li h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 60px;
    color: #1D1C1B;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    text-align: left;
}

.top-blog {
    background: #FDFAF8;
    padding: 60px 20px;
}

.top-blog .page-header {
    width: 100%;
}

.top-blog .page-title {
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    color: #1A1A1A;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
}

.top-blog > .container-c {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}

.top-blog > .container-c .left {
    width: calc(100% - 400px);
}

.top-blog > .container-c .right {
    width: 320px;
}

.top-blog .post-thumbnail {
    margin-bottom: 32px;
}

.top-blog .post-thumbnail a {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.top-blog .post-thumbnail a img {
    display: block;
    width: 100%;
}

.top-blog .post-meta {
    margin-bottom: 12px;
    color: #F37322;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    text-align: left;
}

.top-blog .post-title {
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.02em;
    text-align: left;
}

.top-blog .post-title a {
    text-decoration: none;
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.02em;
}

.top-blog .post-excerpt {
    color: #667085;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
}

.top-blog .post-excerpt p {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.top-blog .post-excerpt p:last-child {
    margin-bottom: 0;
}

.top-blog .read-more {
    text-decoration: none;
    color: #1D1C1B;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 127px;
    height: 48px;
    border: 1px solid #3A3735;
    border-radius: 100px;
    margin-top: 24px;
    box-sizing: border-box;
}

.custom-sidebar .widget_block {
    margin: 0;
}

.custom-sidebar .wp-block-heading {
    margin: 0;
    padding: 0;
    margin: 20px 0;
    color: #1F1F1F;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
}

.custom-sidebar .widget_custom_categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-sidebar .widget_custom_categories li {
    padding: 10px 0;
}

.custom-sidebar .widget_custom_categories li a {
    text-decoration: none;
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-sidebar .widget_custom_search_widget {
    margin: 0;
    padding: 0;
}

.custom-sidebar .widget_custom_search_widget label {
    display: none;
}

.custom-sidebar .widget_custom_search_widget button {
    display: none;
}

.custom-sidebar .widget_custom_search_widget input {
    height: 48px;
    border-radius: 100px;
    border: 1px solid #EBE7E5;
    color: #938982;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    outline: none;
    padding: 0 24px;
    width: 100%;
}

.search-field::placeholder {
    color: #938982;
}

.custom-sidebar .widget_custom_categories li a span {
    color: #8E8E8E;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
}

.custom-sidebar .widget_featured_posts_by_id ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 32px;
}

.custom-sidebar .widget_featured_posts_by_id ul li {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.custom-sidebar .widget_featured_posts_by_id ul li > a {
    display: block;
    width: 146px;
    height: 91px;
    border-radius: 12px;
    overflow: hidden;
}

.custom-sidebar .widget_featured_posts_by_id ul li > a img {
    width: 100%;
}

.custom-sidebar .widget_featured_posts_by_id ul li .featured-post-title {
    margin: 0;
    padding: 0;
    width: calc(100% - 170px);
    display: flex;
    align-items: center;
}

.custom-sidebar .widget_featured_posts_by_id ul li .featured-post-title a {
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.02em;
    text-align: left;
    text-decoration: none;
}

/* Các phần CSS khác của bạn */
.loading {
    display: none; /* Ẩn biểu tượng loading khi không cần thiết */
    text-align: center;
    margin: 20px 0;
}

.spinner {
    border: 8px solid #f3f3f3; /* Màu nền */
    border-top: 8px solid #3498db; /* Màu spinner */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

.loading p {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}

.blog-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 0 auto;
}

.blog-post {
    width: calc(33.333% - 80px / 3);
    box-sizing: border-box;
}

.blog-post h2 {
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #1A1A1A;
}

.blog-post h2 a {
    text-decoration: none;
    color: #1A1A1A;
}

.blog-post p {
    margin: 0 0 20px;
}

.blog-post p:last-child {
    margin-bottom: 0;
}

.loading {
    display: none;
    text-align: center;
    margin: 20px 0;
    transition: opacity 0.3s ease;
}

.spinner {
    border: 8px solid #FEE6D7;
    border-top: 8px solid #F37322;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

.loading p {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}

#blog-posts.hidden {
    position: relative;
}

#blog-posts.hidden:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.74);
}

.blog-container {
    padding: 60px 20px;
    background: #fff;
    display: none;
}

.all-blogs {
    color: #1A1A1A;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}

#blog-posts .post-thumbnail {
    margin-bottom: 20px;
}

#blog-posts .post-thumbnail a {
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

#blog-posts .post-thumbnail a img {
    display: block;
}

#blog-posts .post-meta {
    color: #F37322;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    margin-bottom: 12px;
}

#blog-posts .post-meta .dot {
    margin: 0 12px;
}

#blog-posts .post-excerpt {
    color: #667085;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
}

#pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20.5px;
    margin-top: 40px;
    gap: 2px;
    border-top: 1px solid #EAECF0;
}

#pagination a, #pagination span {
    text-decoration: none;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    color: #667085;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pagination a.current, #pagination span.current {
    background: #FEE6D7;
    color: #F37322;
}

#pagination a:hover {
    color: #F37322;
}

#pagination {
    position: relative;
}

#pagination .next, #pagination .prev {
    width: 61px;
    position: relative;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 27.5px;
}

#pagination .prev {
    left: 0;
    right: auto;
    width: 85px;
}

#pagination .next img, #pagination .prev img {
    display: block;
}

.site-main.blog .page-title {
    color: #F37322;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 0;
    margin-bottom: 60px;
}

.site-main.blog .title-recent {
    color: #1A1A1A;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
}

.single-post .top-single,.single-portfolio .top-single {
    background: #FDFAF8;
    padding: 0 20px 60px 20px;
}

.single-post .post-thumbnail,.single-portfolio .post-thumbnail {
    margin-bottom: 60px;
}

.single-post .post-thumbnail a,.single-portfolio .post-thumbnail a {
    display: block;
}

.single-post .post-thumbnail img,.single-portfolio .post-thumbnail img {
    display: block;
    width: 100%;
    border-radius: 20px;
}

.single-post .post-meta,.single-portfolio .post-meta {
    color: #938982;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-bottom: 20px;
}

.single-post h2.post-title,.single-portfolio h2.post-title,
.single-post h1.post-title,.single-portfolio h1.post-title {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.single-post h2.post-title,.single-portfolio h2.post-title,
.single-post h1.post-title,.single-portfolio h1.post-title {
    text-decoration: none;
    color: #1F1F1F;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    text-align: left;
}

.single-post .post-excerpt,.single-portfolio .post-excerpt {
    color: #3A3735;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: justify;
}

.single-post .post-excerpt p,.single-portfolio .post-excerpt p {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.single-post .post-excerpt p:last-child,.single-portfolio .post-excerpt:last-child {
    margin-bottom: 0;
}

.single-post .post-content,.single-portfolio .post-content{
    padding: 60px 20px;
 
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
}

.single-post .post-content p,.single-portfolio .post-content p {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

/**.single-post .post-content h2,.single-portfolio .post-content h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.single-post .post-content h3,.single-portfolio .post-content h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}**/

.single-post .post-content h4,.single-portfolio .post-content h4,
.single-post .post-content h2,.single-portfolio .post-content h2,
.single-post .post-content h3,.single-portfolio .post-content h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.single-post .post-content h5,.single-portfolio .post-content h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.single-post .post-content h6,.single-portfolio .post-content h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.single-post .post-content img,.single-portfolio .post-content img {
    border-radius: 20px;
    margin-bottom: 10px;
    display: block;
}

.single-post .post-content img.center,.single-portfolio .post-content.center {
    margin-left: auto;
    margin-right: auto;
}

.single-post .post-content figure,.single-portfolio .post-content figure {
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single-post .post-content figure figcaption,.single-portfolio .post-content figure figcaption {
    font-family: SVN-Gilroy;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 14.4px;
    text-align: center;
    color: #8E8E8E;
}

.no-results {
    padding: 0 0 60px;
}

.no-results input.search-field {
    height: 48px;
    border-radius: 100px;
    border: 1px solid #EBE7E5;
    color: #938982;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    outline: none;
    padding: 0 24px;
    width: 100%;
    max-width: 500px;
}

.no-results .search-submit {
    display: none;
}

.search-results .recent-post {
    margin-bottom: 40px;
}

.search-results .widget_featured_posts_by_id {
    display: none;
}

.search-results .top-blog > .container-c .left {
    width: 100%;
}

.search-results .top-blog > .container-c .right {
    order: -1;
    width: 100%;
}

.search-results .widget_custom_categories {
    display: none;
}

.error404 .error-404 {
    padding: 60px 0;
}

.error404 .search-submit {
    display: none;
}

.error404 .search-field {
    height: 48px;
    border-radius: 100px;
    border: 1px solid #EBE7E5;
    color: #938982;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    outline: none;
    padding: 0 24px;
    width: 100%;
    max-width: 500px;
}

.search-no-results .custom-sidebar.mobile {
    padding: 0 20px;
}

.content-slide .action-slide .btn-1:hover:after {
    animation: bounce-arrow 0.8s infinite;
}

/* CSS cho Loader */
.loader {
    border: 8px solid #FEE6D7;
    border-top: 8px solid #F37322;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: auto;
}



/* Ẩn nội dung khi đang tải */
.blog-tab .loaded-content {
    display: none;
}

/* Hiển thị nội dung khi đã tải */
.blog-tab.loaded .loaded-content {
    display: block;
}

/* Ẩn loader khi nội dung đã được tải */
.blog-tab.loaded .loader {
    display: none;
}

img.lazy {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
}

img.lazy.lazy-loaded {
    opacity: 1;
    visibility: visible;
}

.home-slide-wrap {
}

.home-slide-wrap .content-slide, .home-slide-wrap .image-slide img, .home-slide-wrap .action-slide a {
    opacity: 0;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.home-slide-wrap .content-slide {
    transform: translateX(-50px);
}

.home-slide-wrap .image-slide img {
    transform: translateY(-150px);
    transition: all 1.5s;
}

.home-slide-wrap .action-slide a {
    transform: translateY(50px);
}

.home-slide-wrap .animate-in .content-slide, .home-slide-wrap .animate-in .action-slide a {
    opacity: 1;
    transform: translate(0);
    transition: all .5s;
}
 .home-slide-wrap .animate-in .image-slide img{
    opacity: 1;
    transform: translateY(0);
 }
.home-slide-wrap .swiper-slide {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.home-slide-wrap .swiper-slide.animate-in {
    opacity: 1;
    transform: translateY(0);
}

/* Định nghĩa kiểu dáng của header khi ở trạng thái bình thường */
#masthead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    background: #fff;
    height: 72px;
    transition: all 0.3s ease; /* Thay đổi mượt mà khi kích thước hoặc màu sắc thay đổi */
}


#masthead.sticky {

    box-shadow: 0 15px 22.5px -3px #F3793633; 
}

.mega-toggle-on img{
    animation: fadeInSlideUp 0.5s ease forwards;
}
.mega-toggle-on .mega-sub-menu{
animation: fadeInSlideUp 0.2s ease forwards;
}
.blog-posts.visible .left{
    opacity: 0;
    transform: translateX(-50px);
    animation: slideInFromLeft 0.6s ease forwards;
}
.blog-posts.visible .right{
    opacity: 0;
    transform: translateX(-50px);
    animation: slideInFromRight 0.6s ease forwards;
}
.blog-container.visible .blog-post{
    opacity: 0;
    transform: translateX(-50px);
    animation: fadeInSlideUp 0.6s ease forwards;
}
.swiper-button-prev,
.swiper-button-next {
    width: 48px;
    height: 48px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}
.swiper-button-prev {
    left: -50px !important;
    right: auto !important;
}
.swiper-button-next {
    right: -50px !important;
    left: auto !important;
}
.feature-services .container-c {
    position: relative;
}
.feature-services .container-c .swiper-button-prev,
.feature-services .container-c .swiper-button-next {
    margin-top: 15px;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
    display: none;
}
.feedback {
    position: relative;
}
.feedback .swiper {
    padding-left: 1px;
    padding-right: 1px;
}
.feedback .swiper-button-prev{
    left:-70px !important;
}
.feedback .swiper-button-next{
    right:-70px !important;
}
.feature-services .swiper-button-prev{
    left:-40px !important;
}
.feature-services .swiper-button-next{
    right:-40px !important;
}
.count1 .cat-block h4,
.count1 .cat-block h2 {
    display: none;
}
.count1 .post-block ul li .service-item h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #fff;
}


.page-template-portfolio-template .entry-content .content-portfolio > div.active + .load-more{
    display: block !important;
}
.single-service .contact-section .gform_heading {
    display: none;
}
.single-service .form-wrap {
    background: #fff;
    display: flex;
    border-radius: 32px;
    overflow: hidden;
}
.single-service .form-wrap .form_description {
    margin: 0;
    width: 50%;
    background: #FEE6D7;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-service .form-wrap .gform_wrapper {
    width: 50%;
    padding: 46px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.single-service .form-wrap .gform_wrapper form {
    padding: 0;
}
.contact-section .form_title {
    visibility: hidden;
    height: 0;
}
.contact-section .form_title.show {
    visibility: visible;
    height: auto;
}
.single-service .contact-section .form_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 60px;
}
.single-service .contact-section .form_title span {
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: center;
    margin-bottom: 20px;
    color: #F37322;
}
.single-service .contact-section .form_title strong,
.single-service .contact-section .form_title h2 {
    color: #FBFAF9;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    text-align: center;
}
.page-template-homepage  .right-tp .tab:last-child {
    padding: 0;
}
.page-template-homepage .right-tp .tab:last-child a {
    padding: 11px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.copy-right{
    text-align: center;
    font-size: 14px;
    padding: 5px;
    background: #161616;
    color:#fff;
}
.page-template-portfolio-template .entry-content .content-portfolio > div.active .swiper-slide-item {
    position: relative;
}
.page-template-portfolio-template .entry-content .content-portfolio > div.active .swiper-slide-item > a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.content-portfolio .swiper-slide{
    position: relative;
}
.content-portfolio .swiper-slide > a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.image-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.image-modal img {
  max-width: 80%;
  max-height: 80%;
  transition: transform 0.3s ease-in-out;
  border-radius: 20px;
}

.image-modal img.zoom {
  transform: scale(1.2);
}

.image-modal .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: white;
  cursor: pointer;
}

.swiper-slide-item img,
.swiper-slide img {
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.swiper-slide-item img:hover,
.swiper-slide img:hover {
  transform: scale(1.02);
}



//-------------------Custom Css



.single-portfolio .post-meta{
	display:none;
}
.copy-right{
    text-align: center;
    font-size: 14px;
    padding: 5px;
    background: #161616;
    color:#fff;
}
.copy-right {
    text-align: center;
    font-size: 14px;
    padding: 5px;
    background: #161616;
    color: #fff;
}
.copy-right a {
    color: #fff;
    text-decoration: none;
}
.copy-right a:hover {
    color: #F37322;
}

.postid-605 .content_service_item.type_4 .one-item .img,
.postid-607 .content_service_item.type_4 .one-item .img,
.postid-611 .content_service_item.type_4 .one-item .img {
    width: 60%;
}
.postid-605 .content_service_item.type_4 .one-item .des,
.postid-607 .content_service_item.type_4 .one-item .des,
.postid-611 .content_service_item.type_4 .one-item .des {
    width: 40%;
}
.postid-331 #section_type2 {
    flex-direction: column;
}
.postid-331 #section_type2 h3 {
    width: 100%;
}
.postid-331 #section_type2 .features-block {
    width: 100%;
}
.postid-331 .content_service_item.type7 .mix-blocks ul.listing_with_icon{
    margin:0 auto;
    
}
.postid-331 .content_service_item.type7 .mix-blocks ul.listing_with_icon li h3{
	margin-top:0;
}
body:not(.single) .post-author,
body:not(.single) .dot,
body:not(.single) .post-author + span,
body:not(.single) .author,
body:not(.single) .blog-section .post-infor .date:before {
    display: none;
}
.whatsapp-icon::before {
    content: "\f232";
    font-family: 'FontAwesome';
    font-size: 40px;
    color: white;
}
.whatsapp-icon {
    position: fixed;
    bottom: 85px;
    right: 20px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #25D366;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-decoration: none;
}
.postid-331 .content_service_item.type7 .container-b > h3,
.postid-331 .content_service_item.type7 .container-b > h2 {
    text-align: center;
}
.postid-331 .content_service_item.type7.visible .mix-blocks ul.listing_with_icon li:first-child {
    display: none;
}
#primary .about-service a,
.post-content a{
    color: #F37322;
    text-decoration: none;
}
#primary .about-service a:hover,
.post-content a:hover {
    text-decoration: underline;
}

@media only screen and (min-width: 768px) {
	.page-template-about-us-template .our-services .container-c>div{
		overflow:hidden;
	}
	.single-service .content_service_item.type2 .features-block ul li .ds-feature{
		text-align:left;
	}
}
@media only screen and (max-width: 767px) {
	.page-template-about-us-template .our-services,
	.page-template-about-us-template .mission-statement,
	.page-template-about-us-template .our_team,
	.page-template-about-us-template .core_values,
	.page-template-about-us-template .philosophy{
    overflow: hidden;
}
	.our-services.visible .left-our-services img{
		max-width:100%;
	}
	.page-template-about-us-template .our_vision{
		    background-position-x: -200px;
	}
	.content_service_item.type_4 .one-item{
		flex-direction:column;
	}
	.content_service_item.type_4 .one-item .img,.content_service_item.type_4 .one-item .des{
		width:100% !important;
	}
}
.page-template-contact-template #enquiry_form textarea#g-recaptcha-response{
    display: none !important;
}

@media only screen and (max-width: 500px) {
	    .page-template-about-us-template .our_vision .content_our_vision {
        margin-right: 0;
        margin-left: 0;
    }
	#footer #left-footer{
		min-width:auto;
	}
	.page-template-about-us-template .philosophy .container-c .img img{
		max-width:100%;
	}
}


.customers_section .title-ladi strong{
    background: linear-gradient(90deg, #FF3131 0%, #F66 100%);
}
#customer_slide_2 {
  direction: rtl; /* Đảo layout từ phải sang trái */
}
#customer_slide_2 .swiper-slide {
  direction: ltr; /* Nội dung trong mỗi slide vẫn hiển thị bình thường */
}

.page-template-landing-template .customers-slide .container-c > div:first-child {
    margin-bottom: 60px;
}

.page-template-landing-template .content_service_item.type3 >h3, .page-template-landing-template .content_service_item.type3 >h2, .service-template-default.single .page-template-landing-template .content_service_item.type3 h3, .service-template-default.single .page-template-landing-template .content_service_item.type3 h2 {
	color: #3A3735;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 0.72px;
	text-align: center;
	margin:0;
	padding:0;
}
.page-template-landing-template .content_service_item.type3 .cta-btn a {
    text-decoration: none;
    display: flex;
    height: 48px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #1D1C1B;
    color: #FBFAF9;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    width: 135px;
    margin: 0 auto;
}

.page-template-landing-template .content_service_item.type3 {
    background: linear-gradient(180deg, #FEEEE6 0%, #E5EBFF 100%);
    border-radius: 20px;
    padding: 80px 60px ;
    margin-bottom: 60px;
}

.page-template-landing-template .content_service_item.type3 .hosting-package {
    padding: 60px 0 0;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.page-template-landing-template .content_service_item.type3 .hosting-package .package-item {
    width: calc((100% / 3));
    background: #FBFAF9;
    border-radius: 20px;
    padding: 20px 40px;
}
.page-template-landing-template .content_service_item.type3 .hosting-package .package-item h4 {
    margin: 0;
    padding: 0;
    color: #3A3735;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 30px;
}
.page-template-landing-template .content_service_item.type3 .hosting-package .package-item .package_size {
    color: #F37322;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #FEE6D7;
}
.page-template-landing-template .content_service_item.type3 .hosting-package .package-item .package_size:after {
    content: 'GB';
    margin-left: 4px;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0.02em;
}
.page-template-landing-template .content_service_item.type3 .hosting-package .package-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #FEE6D7;
    padding-bottom: 20px;
    margin-bottom: 20px;
    gap: 10px;
}
.page-template-landing-template .content_service_item.type3 .hosting-package .package-item ul li {
    display: flex;
    justify-content: space-between;
}
.page-template-landing-template .content_service_item.type3 .hosting-package .package-item ul li:first-child span.value {
    color: #F37322;
}
.page-template-landing-template .content_service_item.type3 .hosting-package .package-item ul li span.label {
    color: #938982;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: justify;
}
.page-template-landing-template .content_service_item.type3 .hosting-package .package-item ul li span.value {
    color: #3A3735;
    font-size: 16px;
    font-weight: 600;
    line-height: 25.6px;
    text-align: justify;
}
.page-template-landing-template .text-box-bt {
    padding: 20px 10px;
    background: #161616;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
}
.page-template-landing-template .text-box-bt ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 60px;
    padding: 10px 0;
}
.page-template-landing-template .text-box-bt ul li:after {
    content: '|';
    padding-left: 60px;
}
.page-template-landing-template .text-box-bt ul li:last-child:after{
	display:none;
}
.page-template-landing-template .contact-us {
    position: relative;
}
.page-template-landing-template .contact-us > div {
    z-index: 2;
    position: relative;
}
.page-template-landing-template .contact-us:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
}

.page-template-landing-template .contact-us .gfield_label {
    color: #3A3735;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: 8px;
    margin-top: 5px;
}

.page-template-landing-template .contact-us .gfield_checkbox label {
    color: #3A3735;
    font-size: 16px;
    line-height: 160%;
    cursor: pointer;
}
.page-template-landing-template .contact-us .gfield_checkbox .gchoice {
    display: flex;
    align-items: center;
}
.page-template-landing-template .contact-us .gfield-choice-input {
    cursor: pointer;
    width: 16px !important;
    height: 16px !important;
    padding: 0 !important;
    border-radius: 4px !important;
    border: 1px solid #D1D5DB !important;
}
.page-template-landing-template .contact-us .gfield-choice-input:before {
    color: #FF7731 !important;
}

.page-template-landing-template .contact-us .contact-container .left > div:last-child {
    margin-bottom: 0;
}
.page-template-landing-template .contact-us {
    padding: 80px 0;
}
.page-template-landing-template .contact-us .title-ladi {
    margin-top: 0;
}
.page-template-landing-template .contact-us .right {
    width: 590px;
    padding-left: 60px;
}
.page-template-landing-template .contact-us form {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
}
.page-template-landing-template .contact-us form .gform_image_button {
    background: none !important;
    box-shadow: none !important;
    margin: 20px 0 0 !important;
    padding: 0 !important;
}
.page-template-landing-template .contact-us .gform_fields input,
.page-template-landing-template .contact-us .gform_fields textarea,
.page-template-landing-template .contact-us .gform_fields select {
    color: #3A3735 !important;
}
.page-template-landing-template .contact-us .gform_fields textarea {
    padding: 10px 20px !important;
}

.page-template-landing-template .feedback .wp-gr .grw-review-inner .wp-google-stars {
    margin-left: 50px !important;
}
.page-template-landing-template .feedback .wp-gr .grw-review-inner .wp-google-left .wp-google-name {
	    white-space: normal !important;
    display: flex;
    align-items: center;
    gap: 10px;
}
.page-template-landing-template .feedback .wp-gr .grw-review-inner .wp-google-left .wp-google-name:before {
    content: '';
    background: url('https://icreationslab.com/wp-content/uploads/2025/08/gg-review.svg') no-repeat center center;
    display: inline-block;
    width: 44px;
    height: 44px;
}

.page-template-landing-template .contact-us {
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)),
        url('https://icreationslab.com/wp-content/uploads/2025/08/cta-background-1.jpg') no-repeat center center;
    background-size: cover;
    color: #FBFAF9;
}
.page-template-landing-template .contact-us .contact-container {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
}
.page-template-landing-template .contact-us .contact-container .left {
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
	 flex-grow: 1;
}
.page-template-landing-template .contact-us .contact-container .left .title-ladi {
    text-align: left;
    color: #fff;
    margin-bottom: 24px;
    line-height: 170%;
	   
}
.page-template-landing-template .contact-us .contact-container .left > div {
    margin-bottom: 24px;
}
.page-template-landing-template .contact-us .contact-container .left p {
    margin: 0;
}
.page-template-landing-template .contact-us .contact-container .left p a {
    text-decoration: none;
    color: #FF7731;
    font-family: Poppins;
    font-size: 16px;
}

.page-template-landing-template .contact-us .contact-container .left > div {
    margin-bottom: 24px;
}
.page-template-landing-template .contact-us .contact-container .left p {
    margin: 0;
}
.page-template-landing-template .contact-us .contact-container .left p a {
    text-decoration: none;
    color: #FF7731;
    font-family: Poppins;
    font-size: 16px;
}

.page-template-landing-template .feedback .wp-star svg path {
  fill: #295BFF; 
}
.page-template-landing-template .feedback .wp-gr .wp-google-wrap {
    padding: 32px !important;
    margin-bottom: 35px !important;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05) !important;
}

.page-template-landing-template .feedback .wp-gr .grw-review .wp-google-feedback{
	height:196px !important;
}
.page-template-landing-template .feedback .wp-gr .grw-btns{
	display:none;
}
.page-template-landing-template .feedback .btn-slide {
    display: flex;
    gap: 32px;
    margin-top: 100px;
}
.page-template-landing-template .feedback .btn-slide > div {
    width: 64px;
    height: 64px;
    background: url('https://icreationslab.com/wp-content/uploads/2025/07/button.svg');
    cursor: pointer;
}
.page-template-landing-template .feedback .btn-slide > div:hover {
    background: url('https://icreationslab.com/wp-content/uploads/2025/07/button-ac.svg') !important;
}
.page-template-landing-template .feedback .btn-slide > div:hover.prev-btn {
    transform: rotate(180deg) !important;
}
.page-template-landing-template .feedback .btn-slide > div:hover.next-btn {
    transform: rotate(0);
}
.page-template-landing-template .feedback .btn-slide > div.next-btn {
    transform: rotate(180deg);
}

.page-template-landing-template .feedback .right{
background: url(https://icreationslab.com/wp-content/uploads/2025/07/border-style1.svg) , url(https://icreationslab.com/wp-content/uploads/2025/07/border-style2.svg);
    background-position: top left, bottom right;
    background-repeat: no-repeat, no-repeat;
}


.page-template-landing-template .ti-widget.ti-goog .ti-widget-container {
    margin: 0;
}
.page-template-landing-template .feedback {
    display: flex;
    flex-wrap: wrap;
    max-width: 1440px;
    margin: 0 auto;
    gap: 60px;
    background: #fff;
    padding: 80px 0;
}
.page-template-landing-template .feedback .wp-gr.wpac a.wp-google-name {
    color: #1A1600 !important;
    font-family: Poppins !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 28px !important;
}
.page-template-landing-template .feedback .wp-google-time {
    display: none;
}
.page-template-landing-template .feedback .wp-gr .grw-header-inner,
.page-template-landing-template .feedback .wp-gr .grw-review-inner {
   
    display: flex;
}
.page-template-landing-template .feedback .wp-gr .grw-header-inner .wp-google-text,
.page-template-landing-template .feedback .wp-gr .grw-review-inner .wp-google-text {
    color: #1E1E1E !important;
    font-family: Poppins !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 28px !important;
}
.page-template-landing-template .feedback .wp-gr .grw-header-inner svg,
.page-template-landing-template .feedback .wp-gr .grw-review-inner svg {
    display: none;
}
.page-template-landing-template .feedback .wp-gr .grw-header-inner .wp-google-left,
.page-template-landing-template .feedback .wp-gr .grw-review-inner .wp-google-left {
    order: 2;
}
.page-template-landing-template .feedback .wp-gr .grw-header-inner .wp-google-left img,
.page-template-landing-template .feedback .wp-gr .grw-review-inner .wp-google-left img {
    display: none;
}
.page-template-landing-template .feedback .wp-gr .grw-header-inner .wp-google-stars,
.page-template-landing-template .feedback .wp-gr .grw-review-inner .wp-google-stars {
    order: 3;
}
.page-template-landing-template .feedback .left {
    width: 264px;
}
.page-template-landing-template .feedback .left h4 {
    color: #3A3735;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.72px;
    margin: 0;
	padding-top:40px;
}
.page-template-landing-template .feedback .right {
    width: calc(100% - 324px);
    padding: 32px;
}

.case-studies .cases {
    counter-reset: stt-counter;
}
.case-studies .cases .case-item {
    counter-increment: stt-counter;
}
.case-studies .cases .case-item .case-title:after {
    content: counter(stt-counter) '. ';
    visibility: visible;
    transition: all 1s;
    color: rgba(255, 255, 255, 0.48);
    transform: translate(0, 0);
    position: absolute;
    left: -45px;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.72px;
    margin: 0 0 30px;
}
.case-studies .cases .case-item:hover .case-title:after {
    opacity: 0;
    visibility: hidden;
    transform: translate(100px, calc(-100% + 45px));
}

.case-studies .cases .case-item {
    position: relative;
}
.case-studies .cases .case-item:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    height: 50%;
    transform: translate(0, -50%);
}
.case-studies .cases .case-item:hover:before {
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.case-studies .cases .case-item:hover .right {
    transform: translate(0, 0);
}
.case-studies .cases .case-item:hover .case-title {
    transform: translate(0, 0);
}
.case-studies .cases .case-item:hover .des-case,
.case-studies .cases .case-item:hover .cta-btn {
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
}
.case-studies .cases .case-item .right {
    transition: all 0.5s;
    transform: translate(-40px, 0);
}
.case-studies .cases .case-item .case-title {
    transition: all 0.5s;
    transform: translate(20px, 150px);
}
.case-studies .cases .case-item .des-case,
.case-studies .cases .case-item .cta-btn {
    transition: all 0.5s;
    transform: translate(-40px, 150px);
    visibility: hidden;
    opacity: 0;
}

.case-studies {
    padding: 120px 0;
    background: url('https://icreationslab.com/wp-content/uploads/2025/07/portfolio-background.jpg') no-repeat center center;
	background-size: cover;
}
.case-studies .title-ladi {
    margin: 0;
    color: #FBFAF9;
    font-size: 48px;
    margin-bottom: 60px;
}
.case-studies .title-ladi span {
    background: linear-gradient(90deg, #FF7731 0%, #FF9A66 100%);
    border-radius: 10px;
    padding: 0 16px;
}
.case-studies .cases {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.case-studies .cases .case-item {
    border-radius: 24px;
    color: #fff;
    display: flex;
    max-width: 960px;
    padding: 40px;
    align-items: center;
    gap: 60px;
    flex: 1 0 0;
    margin: 0 auto;
}
.case-studies .cases .case-item > div {
    width: 50%;
}
.case-studies .cases .case-item > div.left .case-title {
	text-transform: uppercase;
    color: #FBFAF9;
    font-size: 36px;
    font-style: normal;
    font-weight: normal;
    line-height: 120%;
    letter-spacing: 0.72px;
    margin: 0 0 30px;
}
.case-studies .cases .case-item > div.left .des-case p {
    color: #EBE7E5;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin: 0 0 10px;
}
.case-studies .cases .case-item > div.left .des-case h4 {
    color: #EBE7E5;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin: 30px 0 10px;
}
.case-studies .cases .case-item > div.left .des-case ul {
    margin: 0 0 20px 25px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.case-studies .cases .case-item > div.left .des-case ul li {
    color: #EBE7E5;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.case-studies .cases .case-item > div.left .des-case ul li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 15px;
    height: 13px;
    background: url('https://icreationslab.com/wp-content/uploads/2025/07/tick.svg') no-repeat center center;
}

.case-studies .cases .case-item > div.left .cta-btn a {
    display: inline-block;
    padding: 12px 16px;
    border-radius: 32px;
    background: #F37322;
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.case-studies .cases .case-item > div.right {
    padding-left: 60px;
}
.case-studies .cases .case-item > div.right img {
    width: 100%;
}

.why-choose .wc-items .wc-item {
    position: relative;
}
.why-choose .wc-items .wc-item:first-child:before {
    content: '';
    background: url('https://icreationslab.com/wp-content/uploads/2025/07/background-border.svg');
    height: 560px;
    width: 1px;
    position: absolute;
    top: -210px;
    left: 0;
}
.why-choose .wc-items .wc-item:after {
    content: '';
    background: url('https://icreationslab.com/wp-content/uploads/2025/07/background-border.svg');
    height: 560px;
    width: 1px;
    position: absolute;
    top: -210px;
    right: 0;
}

.page-template-landing-template .customers .title-ladi strong{
    border-radius: 10px;
    background: linear-gradient(90deg, #FF3131 0%, #F66 100%);
}
.title-ladi {
    color: #3A3735;
    text-align: center;
    font-family: Urbanist;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: 0.72px;
    margin: 100px 0 60px;
}
.title-ladi strong {
    border-radius: 10px;
    background: linear-gradient(90deg, #FF7731 0%, #FF9A66 100%);
    padding: 0 16px;
    color: #FBFAF9;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.72px;
}
.why-choose {
    margin-top: 100px;
    margin-bottom: 80px;
}
.why-choose:before {
    content: '';
    width: 320px;
    height: 2px;
    background: #1D1C1B;
    display: block;
    margin: 0 auto;
}
.why-choose .wc-items {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-grow: 1;
}
.why-choose .wc-items .wc-item {
    padding: 32px 40px;
    display: flex;
    flex-direction: column;
    gap: 70px;
}
.why-choose .wc-items .wc-item .top strong {
	padding:0;
	background:none;
    color: #1D1C1B;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0.4px;
}
.why-choose .wc-items .wc-item .top p {
    margin: 0;
    color: #3A3735;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.page-template-landing-template .box-container{
	
    background: url('https://icreationslab.com/wp-content/uploads/2025/07/Rectangle-18.png') no-repeat bottom left;
}
.page-template-landing-template .banner .image-slide {
    position: relative;
}
.page-template-landing-template .banner .image-slide .main{
	z-index:1;
	position: relative;
}
.page-template-landing-template .banner .image-slide .hed {
    position: absolute;
    right: -100px;
    top: 0;
    width: 1300px;
    max-width: initial;
}

.page-template-landing-template .banner{
	margin-top: 60px;
    background: url('https://icreationslab.com/wp-content/uploads/2025/07/top-section-background.png');
}
.page-template-landing-template .banner .content-slide > div {
    width: 50%;
}
.page-template-landing-template .banner .content-slide > div.image-slide {
    padding: 0 60px;
}
.page-template-landing-template .banner .content-slide > div.des-slide {
	z-index: 1;
    padding: 80px 40px;
	border-radius: 20px;
    border: 1px solid var(--Color-Brand-Primary-Subtle, #FEE6D7);
    background: var(--Color-White-alpha-white-alpha-600, rgba(255, 255, 255, 0.48));
    backdrop-filter: blur(11.449999809265137px);
}
.page-template-landing-template .banner .content-slide > div.des-slide h3, .page-template-landing-template .banner .content-slide > div.des-slide h1 {
    padding-bottom: 40px;
    font-size: 48px;
}
.page-template-landing-template .banner .content-slide > div.des-slide .ex-des {
    color: #3A3735;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}
.page-template-landing-template .banner .content-slide > div.des-slide .action-slide {
    padding-top: 40px;
}
.page-template-landing-template .banner .content-slide > div.des-slide .action-slide a {
    background: #F37322;
    border-radius: 32px;
    padding: 12px 16px;
}
.page-template-landing-template .banner .box {
    display: flex;
    justify-content: center;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 0;
}
.page-template-landing-template .banner .box > div {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    border-radius: 20px;
    border: 6px solid #FFF;
    line-height: 160%;
    letter-spacing: 0.4px;
    padding: 20px;
    box-shadow: 0 7px 20px 2px rgba(243, 121, 54, 0.2);
}
.page-template-landing-template .banner .box > div:nth-child(1) {
    background: #F37322;
}
.page-template-landing-template .banner .box > div:nth-child(2) {
    background: #B462C3;
}
.page-template-landing-template .banner .box > div:nth-child(3) {
    background: #5996E8;
}

.page-template-landing-template .banner .box {
    counter-reset: stt-counter;
}
.page-template-landing-template .banner .box-item {
    counter-increment: stt-counter;
    position: relative;
}
.page-template-landing-template .banner .box-item::before {
    content: counter(stt-counter);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.72px;
    position: absolute;
    left: 40px;
}
.service-template-default.single .service-template-default.single .page-template-landing-template .content_service_item.type3 {
	padding: 0;
	background: none;
	border-radius: 0;
}
.service-template-default.single .page-template-landing-template .content_service_item.type3 .hosting-package .package-item:nth-child(2) {
	position: relative;
	border-radius: 0 0 20px 20px;
	border: 2px solid #FF7731
}
.service-template-default.single .page-template-landing-template .content_service_item.type3 .hosting-package .package-item:nth-child(2):before {
	position: absolute;
	top: -50px;
	left: -2px;
	right: -2px;
	content: 'Recommended Plan';
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 0.72px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(90deg, #FF7731 0%, #FF9A66 100%);
	height: 50px;
	border-radius: 20px 20px 0 0
}
.service-template-default.single .page-template-landing-template .content_service_item.type3 .hosting-package .package-item:nth-child(2) .price * {
	color: #F37322
}
.service-template-default.single .page-template-landing-template .content_service_item.type3 .hosting-package .package-item:nth-child(3) .price * {
	color: #FF4747
}
.plans .title-ladi {
	text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.38)
}
.plans .title-ladi strong {
	box-shadow: 2px 2px 6px 0 #0000006e
}
.service-template-default.single .page-template-landing-template .content_service_item.type3 .hosting-package .package-item {
	border-radius: 8px;
	border: 1px solid #EBE7E5;
	background: rgba(255, 255, 255, 0.48);
	padding: 40px !important
}
.service-template-default.single .page-template-landing-template .content_service_item.type3 .hosting-package .package-item>h4 {
	display: flex;
	justify-content: center;
	gap: 5px;
	margin: 0;
	padding: 0
}
.service-template-default.single .page-template-landing-template .content_service_item.type3 .hosting-package .package-item > h4 img {
	height: 25px
}
.service-template-default.single .page-template-landing-template .content_service_item.type3 .hosting-package .package-item .sub-title {
	color: #938982;
	text-align: center;
	font-family: Urbanist;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%
}
.service-template-default.single .page-template-landing-template .content_service_item.type3 .hosting-package .package-item .price {
	padding: 20px 0;
	color: #295BFF;
	text-align: center;
	font-family: Urbanist;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%;
	letter-spacing: 0.4px
}
.service-template-default.single .page-template-landing-template .content_service_item.type3 .hosting-package .package-item .price strong {
	color: #295BFF;
	font-size: 48px;
	font-weight: 700;
	line-height: 120%;
	margin-left: 4px
}
.service-template-default.single .page-template-landing-template .content_service_item.type3 .hosting-package .package-item>ul {
	border-top: 1px solid #EBE7E5;
	margin-top: 20px;
	padding-top: 20px
}
.service-template-default.single .page-template-landing-template .content_service_item.type3 .hosting-package .package-item > ul li span.label {
	color: #3A3735 !important;
	font-size: 14px !important;
	line-height: 120% !important
}
.service-template-default.single .page-template-landing-template .content_service_item.type3 .hosting-package .package-item .timeline {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0 0 0
}
.service-template-default.single .page-template-landing-template .content_service_item.type3 .hosting-package .package-item .timeline span {
	color: #3A3735;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%
}
.service-template-default.single .page-template-landing-template .content_service_item.type3 .hosting-package .package-item .timeline strong {
	font-size: 14px;
	line-height: 120%
}
.service-template-default.single .page-template-landing-template .content_service_item.type3>h3 {
	color: #3A3735;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 0.72px;
	text-align: center;
	margin: 0;
	padding: 0
}
.service-template-default.single .page-template-landing-template .content_service_item.type3 .cta-btn a {
	text-decoration: none;
	display: flex;
	height: 48px;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	background: #1D1C1B;
	color: #FBFAF9;
	font-size: 16px;
	font-weight: 700;
	line-height: 120%;
	width: 140px;
	margin: 0 auto
}
.service-template-default.single .page-template-landing-template .content_service_item.type3 {
	border-radius: 0;
	padding: 80px 60px;
	margin-bottom: 60px;
	background: url(https://icreationslab.com/wp-content/uploads/2025/07/Pricing_Plans_-_Background.png) no-repeat center center;
	background-size: cover
}
.service-template-default.single .page-template-landing-template .content_service_item.type3 .hosting-package {
	padding: 110px 0 0;
	display: flex;
	justify-content: space-between;
	gap: 40px
}
.service-template-default.single .page-template-landing-template .content_service_item.type3 .hosting-package .package-item {
	width: calc((100% / 3));
	background: #FBFAF9;
	border-radius: 20px;
	padding: 20px 40px;
	box-shadow: 1px 1px 7px 0px #0000003d
}
.service-template-default.single .page-template-landing-template .content_service_item.type3 .hosting-package .package-item h4 {
	margin: 0;
	padding: 0;
	color: #3A3735;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: 0.02em;
	text-align: center
}
.service-template-default.single .page-template-landing-template .content_service_item.type3 .hosting-package .package-item .package_size {
	color: #F37322;
	font-size: 48px;
	font-weight: 700;
	line-height: 57.6px;
	letter-spacing: 0.02em;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #FEE6D7
}
.service-template-default.single .page-template-landing-template .content_service_item.type3 .hosting-package .package-item .package_size:after {
	content: 'GB';
	margin-left: 4px;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: 0.02em
}
.service-template-default.single .page-template-landing-template .content_service_item.type3 .hosting-package .package-item ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 24px 0 17px 0;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #EBE7E5;
	gap: 10px
}
.service-template-default.single .page-template-landing-template .content_service_item.type3 .hosting-package .package-item ul li {
	display: flex;
	justify-content: space-between
}
.service-template-default.single .page-template-landing-template .content_service_item.type3 .hosting-package .package-item ul li:first-child span.value {
	color: #F37322
}
.service-template-default.single .page-template-landing-template .content_service_item.type3 .hosting-package .package-item ul li span.label {
	color: #938982;
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px;
	text-align: justify
}
.service-template-default.single .page-template-landing-template .content_service_item.type3 .hosting-package .package-item ul li span.value {
	color: #3A3735;
	font-size: 16px;
	font-weight: 600;
	line-height: 25.6px;
	text-align: justify
}
@media only screen and (max-width: 1350px) {
    .page-template-landing-template .banner .image-slide .hed {
        right: -55px;
        width: 1000px;
    }
}
@media only screen and (max-width: 1200px) {
    .page-template-landing-template .banner .image-slide .hed {
        right: -20px;
        width: 900px;
    }
}
@media only screen and (max-width: 991px) {
	.case-studies .cases .case-item:hover .right {
        transform: translate(0, 30px);
    }
    .case-studies .cases .case-item {
        flex-direction: column;
    }
    .case-studies .cases .case-item > div {
        width: 100%;
    }
    .case-studies .cases .case-item > div.right {
       
        z-index: 2;
        margin-bottom: 20px;
        padding: 0;
        transform: translate(0, 0);
    }
    .case-studies .cases .case-item > div.right img {
        width: 100%;
    }
	.case-studies .cases {
        gap: 0;
    }
    .case-studies .cases .case-item {
        max-width: calc(100% - 30px);
        gap: 0;
    }
    .page-template-landing-template .banner .content-slide > div.des-slide {
        padding: 50px 40px;
    }
    .page-template-landing-template .banner .content-slide > div.des-slide h3 {
        font-size: 35px;
        line-height: 120%;
    }
    .page-template-landing-template .banner .content-slide > div {
        width: 100%;
    }
    .page-template-landing-template .banner .box {
        flex-direction: column;
        max-width: 400px;
    }
    .why-choose .wc-items {
        flex-wrap: wrap;
    }
    .why-choose .wc-items .wc-item {
        width: 50%;
    }
    .page-template-landing-template .content_service_item.type3 .hosting-package {
        flex-direction: column;
    }
    .page-template-landing-template .content_service_item.type3 .hosting-package > div {
        width: 100% !important;
        max-width: 500px;
        margin: 0 auto;
    }
    .page-template-landing-template .feedback .btn-slide {
        margin-top: 50px;
    }
    .page-template-landing-template .feedback .right {
        max-width: calc(100% - 20px);
        margin: 0 auto;
    }
    .page-template-landing-template .feedback {
        padding-top: 20px;
        flex-direction: column;
    }
    .page-template-landing-template .feedback > div {
        width: 100% !important;
    }
    .page-template-landing-template .feedback > div.left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .page-template-landing-template .feedback .left h4 {
        padding-top: 0;
    }
    .page-template-landing-template .contact-us .contact-container {
        flex-direction: column;
    }
    .page-template-landing-template .contact-us .contact-container > div {
        width: 100%;
        padding: 0 20px;
    }
    .page-template-landing-template .contact-us .contact-container > div.right {
        max-width: 700px;
    }
}
@media only screen and (max-width: 767px) {
	.case-studies .cases .case-item{
		padding: 40px 30px;
	}
	.why-choose .wc-items .wc-item {
    padding: 20px;
   
}
	.page-template-landing-template .banner .content-slide > div.des-slide {
        padding: 50px 20px;
    }
	.page-template-landing-template .content_service_item.type3{
		padding: 80px 20px;
	}
	.page-template-landing-template .contact-us form .gform_image_button{
		width:100% !important;
	}
    .page-template-landing-template .text-box-bt ul {
        flex-direction: column;
        gap: 10px;
    }
    .page-template-landing-template .text-box-bt ul li:after {
        display: none;
    }
}

.single-service .contact-section .form_title strong, .single-service .contact-section .form_title h2 {
margin:0;
padding:0;
}