:root {
    --bg: #F5F4EE;
    --text: #000000;
    --card-bg: #ffffff;
    --global-color-text: #5C5E5E;
    --global-color-primary: #00A650;
    --global-color-secondary: #212E3B;
    --global-color-border: #5c5e5e2e;
    --global-color-highlight: #96FE81;
    --nav-bg: #ffffff;
    --footer-bg: #0f1c1b;
    --hero-overlay: rgba(0, 0, 0, 0.55);
}

/* --- DARK MODE BASE --- */
[data-theme="dark"] {
    --bg: #0d1117;
    --text: #e6edf3;
    --card-bg: #161b22;
    --nav-bg: #161b22;
    --footer-bg: #0a0f13;
    --hero-overlay: rgba(0, 0, 0, 0.65);
}

body {
    background: var(--bg);
    color: var(--text);
    transition: background 0.3s, color 0.3s;
    font-family: "Roboto Flex", sans-serif;
    background: #F5F4EE
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar {
    z-index: 2;
}

.hero {
    background: url("../images/h1-background-slider.jpg") center/cover no-repeat;
    padding: 160px 0;
    color: white;
    position: relative;
    top: -90px;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: var(--hero-overlay) !important;
    z-index: -1;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-content h1 {
    font-family: "Boldonse", Sans-serif;
    font-size: 60px;
    line-height: 100px;
    font-weight: bold;
}

.cleanBg {
    background: url(../images/h1-agency.png) no-repeat;
    height: 400px;
    opacity: 0.26;
    position: absolute;
    left: 0;
    z-index: -1;
}

.title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 14px;
    color: var(--global-color-text);
}

h2 {
    font-family: "Boldonse", Sans-serif;
    font-size: 44px;
    color: var(--global-color-secondary);
    line-height: 80px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 20px;
}

h1 span,
h2 span {
    color: #00a650;
}

.text-grey {
    color: var(--global-color-text);
}

.themeBtn {
    background: var(--global-color-primary);
    color: #ffffff;
    font-weight: 600;
    padding: 6px 30px;
}

.themeBtn:hover {
    background: var(--global-color-highlight);
}

.nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.nav-link:hover {
    color: var(--global-color-highlight);
}
.dropdown-item.active, .dropdown-item:active {
    background: var(--global-color-primary);
}
.dark-section {
    background: url(../images/h1-background01.jpg);
    color: white;
    padding: 70px 0;
    border-radius: 12px;
}



.about-box-caption-wrapper {
    position: relative;
    overflow: visible;
    background-color: transparent;
    padding: 0;
    display: inline-block;
    filter: drop-shadow(0px 3px 8px #00000008);
    height: 100%;
}

.about-box-caption-wrapper:hover {
    transform: translateY(-6px);
    transition: .3s;
}

.service-card {
    background: var(--card-bg) !important;
    padding: 25px 25px 25px 25px;
    border-radius: 24px;
    color: var(--text) !important;
    transition: background 0.3s, color 0.3s;
    mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkwMCIgaGVpZ2h0PSIxNTIyIiB2aWV3Qm94PSIwIDAgMTkwMCAxNTIyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMjQgMC41SDE4NzZDMTg4OC45OCAwLjUwMDAxNyAxODk5LjUgMTEuMDIxMyAxODk5LjUgMjRWMTQzOEMxODk5LjUgMTQ1MC45OCAxODg4Ljk4IDE0NjEuNSAxODc2IDE0NjEuNUgxODc1QzE4NTUuMzkgMTQ2MS41IDE4MzkuNSAxNDc3LjM5IDE4MzkuNSAxNDk3VjE0OThDMTgzOS41IDE1MTAuOTggMTgyOC45OCAxNTIxLjUgMTgxNiAxNTIxLjVIMjRDMTEuMDIxMyAxNTIxLjUgMC41IDE1MTAuOTggMC41IDE0OThWMjRDMC41IDExLjAyMTMgMTEuMDIxMyAwLjUgMjQgMC41WiIgZmlsbD0id2hpdGUiIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==) bottom right no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-size: cover;
}

.title-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    font-family: "Boldonse", Sans-serif;
    font-size: 18px;
    color: var(--global-color-secondary);
}

.icon {
    display: flex;
    flex-shrink: 0;
    padding: 19px;
    background-color: var(--global-color-highlight);
    border-radius: 50%;
}

.about-content {
    color: #5c5e5e;
    font-size: 18px;
    line-height: 1.3333333333;
    margin-top: 55px;
    padding: 26px 0 0 0;
}

.about-box-button-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99999;
    display: flex;
}

.about-box-button-wrapper .elementor-button {
    border-radius: 50%;
    background-color: #FFFFFF;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--global-color-secondary);
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.about-box-caption-wrapper:hover .elementor-button {
    background: var(--global-color-primary);
    color: #fff;
}

.about-box-button-wrapper .elementor-button .elementor-button-content-wrapper {
    gap: 0;
}

.elementor-button .elementor-button-content-wrapper {
    position: relative;
    gap: 10px;
    align-items: center;
}

.elementor-button-content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.star1, .star2, .star3 {
    position: absolute;
}
.star1 {
    width: 175px;
    top: -90px;
    right: 180px;
}
.star2 {
    top: -160px;
    right: 170px;
    width: 94px;
}
.star3 {
    top: -80px;
    right: 120px;
    width: 55px;
}

.elementor-widget-container {
    mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkwMCIgaGVpZ2h0PSIxNTIyIiB2aWV3Qm94PSIwIDAgMTkwMCAxNTIyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMjQgMC41SDE4NzZDMTg4OC45OCAwLjUwMDAxNyAxODk5LjUgMTEuMDIxMyAxODk5LjUgMjRWMTQzOEMxODk5LjUgMTQ1MC45OCAxODg4Ljk4IDE0NjEuNSAxODc2IDE0NjEuNUgxODc1QzE4NTUuMzkgMTQ2MS41IDE4MzkuNSAxNDc3LjM5IDE4MzkuNSAxNDk3VjE0OThDMTgzOS41IDE1MTAuOTggMTgyOC45OCAxNTIxLjUgMTgxNiAxNTIxLjVIMjRDMTEuMDIxMyAxNTIxLjUgMC41IDE1MTAuOTggMC41IDE0OThWMjRDMC41IDExLjAyMTMgMTEuMDIxMyAwLjUgMjQgMC41WiIgZmlsbD0id2hpdGUiIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==) bottom right no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-size: cover;
    border-radius: 24px;
    margin: 12px;
}

.elementor-icon {
    background: #96fe81;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
}

.services {
    display: flex;
}

.service-content {
    flex: 1;
    padding: 0px 70px 0px 0px;
    cursor: pointer;
}

.service-item:first-child {
    border-top: 1px solid var(--global-color-border);
}

.service-item {
    border-bottom: 1px solid var(--global-color-border);
    text-decoration: none;
}

.service-item .entry-title {
    margin: 0;
    color: var(--global-color-secondary);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Boldonse", Sans-serif;
    font-size: 18px;
    line-height: calc(40 / 24);
    gap: 20px;
    overflow: visible;
    padding: 20px 0;
    flex: 1;
    text-decoration: none;
}

.service-item .entry-title:hover {
    color: var(--global-color-primary);
}

.service-item .service-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--global-color-primary);
    color: #fff;
    font-size: 13px;
}

.service-image {
    width: 51.064%;
    border-radius: 24px;
    overflow: hidden;
}

.service-image .entry-image,
.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.entry-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    position: relative;
}

.entry-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    animation-name: slidetop;
    pointer-events: none;
    transition: all 0.5s linear;
}

.entry-img .active img {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.tabs-panel {
    margin: 0;
    padding: 0;
    border: none;
}

.whyChooseContent {
    margin-bottom: 20px;
}

.whyChooseContent h3 {
    font-family: "Boldonse", Sans-serif;
    font-size: 18px;
    color: var(--global-color-highlight);
    margin-top: 10px;
    margin-bottom: 10px;
}

.whyChooseContent p {
    color: #fff;
}


/*/////////////////////// Services \\\\\\\\\\\\\\\\\\\\\\\\*/
.innerBody {
    background: #fff;
}

.innerBnr-service {
    background: url(../images/services.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    color: white;
    position: relative;
    top: -80px;
    z-index: 0;
    min-height: 260px;
}
.innerBnr-about{
    background: url(../images/hero-about.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    color: white;
    position: relative;
    top: -80px;
    z-index: 0;
    min-height: 260px;
}

.innerBody h1 {
    font-family: "Boldonse", Sans-serif;
    font-size: 50px;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 20px;
}

.innerBody h2 {
    font-size: 30px;
}

.e-con-inner {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    align-items: center;
    min-height: 260px;
}

.breadcrumb {
    justify-content: center
}

.breadcrumb-item a,
.breadcrumb-item.active {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    padding: 4px 10px 4px 5px;
    font-size: 12px;
}

.breadcrumb-item a:hover {
    color: var(--global-color-primary);
}

.aboutWrapper {
    background-color: #F5F5F5;
    padding: 85px 25px 88px 25px;
    position: relative;
    z-index: 1;
}

.aboutWrapper:before {
    content: "";
    background: url(../images/about-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.24;
    width: 100%;
    display: block;
    height: 1060px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: grayscale(1);
}

.aboutWrapper h1 {
    color: var(--global-color-secondary);
}
.aboutSection{
    margin-bottom: 100px;
}
.aboutImg{
    width: 430px;
    border-radius: 24px;
}
.serviceImgWrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.serviceImgWrapper .firstImg{
    padding-right: 10px;
}
.step-item {
    padding: 10px 10px 43px 10px;
    position: relative;
    border-radius: 24px;
    background-color: #FFFFFF;
}

.step-item .number-img {
    position: relative;
}

.stepBg {
    background: #fff;
    position: relative;
    border-radius: 18px 18px 18px 18px;
    padding-bottom: 64.52%;
    overflow: visible;
}

.stepImg {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.4s ease-in-out;
    border-radius: 18px 18px 18px 18px;
}

.decor-border {
    position: absolute;
    width: 100px;
    height: 34px;
    bottom: 0;
    right: 20px;
    z-index: 3;
}

.decor-border:after {
    content: "";
    width: 100px;
    height: 33px;
    clip-path: path("M 0 33 H 100 C 86 33 85 33 79 19 C 75 6 60.6183 0 51 0 C 37.3818 0 26.4011 6.9412 20.7412 19.1769 C 16.3213 33.1703 15 33 0 33 Z");
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    z-index: -1;
}

.step-item .number-img .number-decor .step_number {
    position: absolute;
    bottom: -26px;
    right: 44px;
    z-index: 9999;
    padding: 16px 16px 16px 17px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    background-color: var(--global-color-primary);
    color: #ffffff;
    border-radius: 50%;
    text-transform: capitalize;
    font-weight: 700;
}

.step-content-wrapper {
    padding: 30px 0px 0px 0px;
}

.step-title {
    font-family: "Boldonse";
    font-size: 1rem;
    line-height: 1.875;
    color: var(--global-color-secondary);
    text-transform: capitalize;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}
.step-desc{
    color: var(--global-color-text);
}
.step-item-2{ margin-top: 50px}
.step-item-3{margin-top: 100px}
.step-item-4{margin-top: 150px}

.serice-container {
    width: 420px;
    margin-right: 50px;
    flex: none;
}

.service-post-item {
    width: 100%
}

.serviceTab{
    display: flex;
    align-items: start;
}
.service_posts .entry-title {
    cursor: pointer;
    border-radius: 0;
    transition: all 0.4s ease;
    padding: 16px 0 15px;
    border-radius: 0;
    margin: 0;
    width: 100%;
    font-weight: 600;
    color: var(--global-color-text);
    text-decoration: none;
    display: block;
    border-bottom: 1px solid var(--global-color-border);
}

.service_posts .entry-title:hover,
.service_posts .entry-title.active {
    border-bottom: 1px solid var(--global-color-primary);
    background: var(--global-color-primary);
    border-radius: 9px;
    padding: 16px 20px 15px;
    color: #FFFFFF;
}

.service_posts a:last-child{
    border-bottom: none !important;
}

.service_posts {
    border: 1px solid #5C5E5E2E;
    padding: 39px 39px 30px;
    border-radius: 24px;
}

.service_posts .post-title {
    font-family: "Boldonse", Sans-serif;
    font-size: 24px;
    color: var(--global-color-secondary);
    padding-bottom: 14px;
}

.service-post-item .tab-pane .serviceHeaderImg {
    height: 520px;
    object-fit: cover;
    border-radius: 24px;
    width: 100%;
    margin-bottom: 20px;
}

.offerlist .offerlist_icon {
    background: #96FE81;
    font-family: 'FontAwesome';
    font-size: 16px;
    margin-right: 10px;
    border-radius: 40px;
    width: 75px;
    height: 75px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offerlist h3 {
    font-family: "Boldonse", Sans-serif;
    font-size: 18px;
    color: var(--global-color-secondary);
    line-height: 1.7;
}

.offerlist p, .contactWrapper p {
    color: var(--global-color-text);
}

.serviceImg {
    max-width: 100%;
    height: auto;
    border-radius: 24px;
}

.innerList {
    padding: 0;
    margin: 0;
}

.innerList li {
    list-style: none;
    padding-bottom: 10px;
    color: var(--global-color-text);
    font-weight: 500;
}

.innerList li:before {
    content: "\f00c";
    background: var(--global-color-primary);
    font-size: 10px;
    font-family: 'FontAwesome';
    border-radius: 12px;
    padding: 5px;
    color: #fff;
    margin-right: 10px;
}

.getQuoteWrapper {
    background-color: transparent;
    background-image: linear-gradient(180deg, #192017 0%, #00A650 100%);
    min-height: 540px;
    border-radius: 24px;
    padding: 42px 43px 0 44px;
    margin-top: 30px;
    position: relative;
}

.getQuoteWrapper:before {
    background: url(../images/sidebar-service.png) no-repeat bottom;
    content: "";
    position: absolute;
    width: calc(100% - 42px);
    height: calc(100% - 184px);
    top: 34%;
    background-size: 90%;
}
/*html, body {
  height: 200%;
}*/
.getQuoteWrapper h4 {
    font-size: 17px;
    font-weight: 500;
    font-family: "Boldonse", Sans-serif;
    color: #fff;
    letter-spacing: 1.5px;
}

.getQuoteWrapper p {
    color: #fff;
    font-weight: 300;
}

.getQuoteWrapperBtn {
    background: #96fe8166;
    border: none;
    padding: 14px;
    border-radius: 34px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
}

.getQuoteWrapper button:hover {
    background: var(--global-color-highlight);
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
.sticky{
    position: sticky;
  top: 0;
  font-size: 20px;
}
.contactWrapper .conDetail{
    border-radius: 24px;
    border: solid 1px #ddd;
    padding: 25px;
    text-align: center;
    height: 100%;
}
.contact-icon{
    background: var(--global-color-highlight);
    width: 90px;
    height: 90px;
    border-radius: 60px;
}
.contactWrapper h3{
    font-family: "Boldonse";
    font-size: 18px;
    color: var(--global-color-secondary);
    margin-bottom: 18px;
}
.conFormWrapper{
    position: relative;
}
.conFormWrapper:before, .faqWrapper:before{
    content: "";
    background: url(../images/contact-map.png) no-repeat top;
    opacity: .1;
    position: absolute;
    width: 100%;
    height: 580px;
    z-index: -1;
}
.conFormWrapper h1{
    font-family: "Boldonse";
    font-size: 48px;
    line-height: 1.6;
}
.faqWrapper{
    background: var(--bg);
    padding: 80px 0;
    position: relative;
    z-index: 1;
}
.faqWrapper h2.accordion-header a {
    font-weight: 600;
    color: var(--global-color-text);
    font-weight: 500;
    font-size: 14px;
}
.faqbutton{
    line-height: 1;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    border-radius: 20px;
    margin-bottom: 10px;
}
.faqbutton:hover, .faqbutton:not(.collapsed), .faqWrapper h2.accordion-header a:hover{
    color: var(--global-color-primary);
}
.faqWrapper h3 {
    font-size: 18px;
    font-weight: 500;
    padding-left: 20px;
    /* color: var(--global-color-primary); */
    font-family: 'Boldonse';
    margin: 20px 0;
}
.faqWrapper .accordion-item {
    border-radius: 20px;
    border: none;
    margin-bottom: 10px;
}
.faqWrapper .accordion-item:first-of-type, .faqWrapper .accordion-item:last-of-type .accordion-button.collapsed {
    margin-bottom: 10px;
    border-radius: 20px;
}
.faqWrapper .accordion-item:first-of-type .faqbutton{
    border-radius: 20px;
    background: #fff;
    box-shadow: none;
}

.faqWrapper .accordion-button:focus{
    background: #fff;
    box-shadow: none;
}
.faqWrapper .accordion-body {
    padding-top: 0;
}
.form-control, .form-select{
    padding: 15px 20px;
    border-radius: 30px;
    font-weight: 600;
}
.form-check {
    padding-left: 2.5em;
    font-size: 18px;
    color: var(--global-color-text);
}
.submitBtn{
    margin-top: 31px;
    transition: all 0.5s ease;
    background: var(--global-color-secondary);
    color: #FFFFFF;
    justify-content: center;
    padding: 15px 15px 15px 30px;
    border-radius: 100px;
    display: inline-flex;
    border: none;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
}
.submitBtn:hover{
    background-color: var(--global-color-primary);
    color: #fff;
}
.btn-content-wrapper{
    position: relative;
    gap: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.btn-icon{
    font-size: 16px;
    position: relative;
    border-radius: 50%;
    background-color: var(--global-color-primary);
    width: 30px !important;
    height: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    transition: all 0.5s ease;
}
.submitBtn:hover .btn-icon{
    background: #fff;
    color: var(--global-color-primary);
}



/*/////////////////////// Footer \\\\\\\\\\\\\\\\\\\\\\\\*/
footer {
    background: url(../images/footer-background.jpg);
    color: var(--text) !important;
    padding: 60px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer h4 {
    font-family: "Boldonse", Sans-serif;
    font-size: 20px;
    color: var(--global-color-primary);
}

footer p {
    font-size: 18px;
}

/* Responsive heading */
/* Tablet Large */
@media only screen and (max-width: 1024px) {
    .navbar{
        background: #00a650;
    }
    .hero, .innerBnr-about, .innerBnr-service {
        top: 0;
    }
    h2 br {
        display: none;
    }
    footer p{
        font-size: 16px;
    }
    
    .star1, .star2, .star3{
        display: none;
    }
    .dark-section{
        padding: 20px 0;
        margin-bottom: 20px;
    }
    .navbar-toggler {
        border-color: #8cd7b0;
    }
    .navbar-toggler-icon{
        filter: invert(1);
    }
    .serviceImg{
        margin-bottom: 20px;
    }
    .aboutSection, .serviceSection, .contactSection{
        margin: 20px 0;
    }
    .innerBody h1, .hero-content h1, h2{
        font-size: 30px;
        line-height: 50px;
    }
    .about-content{
        margin-top: 0;
        padding: 6px 0 20px 0;
        height: 130px;
        font-size: 16px;
    }
    .title-icon{
        gap: 40px;
    }
    .about-title{
        line-height: 1.5;
    }
    .aboutImg{
        margin-bottom: 20px;
    }
    .serviceImg.secondImg{
        display: none;
    }
    .aboutWrapper{
        padding: 55px 25px 38px 25px;
    }
    .step-item-1, .step-item-2, .step-item-3, .step-item-4{
        margin-top: 30px;
    }
    .serice-container{
        width: 320px;
        margin-right: 30px;
    }
    .service_posts{
        padding: 30px 20px 30px;
    } 
    .innerBody h2 {
        font-size: 20px;
    }   
    .faqWrapper{
        padding: 40px 0;
    }
    .ot-heading h1 br{
        display: none;
    }
    .serviceTab{
        display: block;
    }
    .serice-container{
        width: 100%;
    }
    .serice-container .service_posts{
        display: flex;
        align-items: center;
        text-align: center;
        padding: 0 10px;
        border-radius: 10px;
    }
    .serice-container .post-title{
        display: none;
    }
    .service_posts .entry-title{
        border:none;
    }
    .sticky{
        display: none;
    }
    .service-post-item{
        margin-top: 20px;
    }
    .innerBody h1 br{
        display: none;
    }
    footer{
        padding: 50px 0 30px 0;
    }
    .themeBtn{
        padding: 0;
    }
}
/* Tablet Small */
@media only screen and (max-width: 768px) {

}
@media (max-width: 767px) {
    .navbar {
        background: var(--global-color-primary);
    }
    .hero, .innerBnr-service{
        top: 0px;
    }
    .hero-content h1{
        font-size: 20px;
        line-height: 2;
    }
    h2{
        font-size: 22px;
        line-height: 2;
    } 
       
    .aboutContent{
        margin-top: 90px;
    }
    .aboutContent p{
        text-align: justify;
    }
    .navbar-nav .dropdown-menu{
        background: #0ad36b;
    }
    
    .dropdown-item{
        color: #fff;
    }    
    .dark-section{
        padding: 70px 0 0px 0;
    }
    .elementor-widget-container{
        margin: 0;
    }
    .services{
        display: block;
    }
    .service-content{
        padding: 0;
    }
    .service-image{
        height: 260px;
    width: 100%;
    border-radius: 10px;
    }
    .sticky{
        display: none;
    }
    .innerBody h1{
        font-size: 30px;
        line-height: 1.6;
    }

    .innerBnr-about{
        top: -30px;
    }
    .service_posts{
        display: flex
    }
    .serviceImg{
        margin-bottom: 20px;
    }
    
    .aboutWrapper{
        padding: 45px 25px 38px 25px;
    }
}
@media screen and (min-width: 1200px) {
    
}
@media only screen and (max-width: 320px) {
  .mobile_logo img {
    max-width: 230px;
    max-height: 47px;
  }
}