:root {
    /*--primary-color: #f55428;*/
    --primary-color:#FF8533;
    --secondary-color: #0a0a0a;
    --tertiary-color: #ffffffff;
}

/* ================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

p {
    font-weight: 400;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

/* ================================================== */
.head-title h2 {
    font-size: 2rem;
}

.head-title h2 {
    font-size: 2.5rem;
    font-weight: 600;
}

.head-title span {
    color: var(--primary-color);
    font-size: 3.2rem;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-style: italic;
}

@media screen and (max-width: 768px) {
    .head-title {
        font-size: 1.5rem;
    }
}

/* ================================================== */
.hero img {
    height: 100vh;
    object-fit: cover;
}

.hero .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    color: #fff;
    border-radius: 10px;
    width: 70%;
    margin: auto;
}

.hero h5 {
    font-size: 2.5rem;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .hero h5 {
        font-size: 1.5rem;
    }
}

.hero p {
    /* font-size: 1.2rem; */
    font-weight: 400;
}

/* =========================================== */
.strong {
    font-weight: bold;
    color: var(--primary-color);
}

/* ============================================= */
.services .card i {
    color: var(--primary-color);
    display: inline-block;
    transition: all 0.5s ease-in-out;
}

.services .card:hover {
    border: 1px solid var(--primary-color);
    transition: all 0.5s ease-in-out;
}

.services .card:hover i {
    transform: skewX(-15deg);
}

.card {
    transition: all 0.5s ease-in-out;
    margin-bottom: 10px;
    border: none;
    background: #fff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
}

.services .card h5 {
    color: var(--primary-color);
}

/* ============================================ */
.promote-section .card {
    border: 1px solid var(--secondary-color);
    background: #fff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 20px 0px 20px 0px;
    transition: all 0.5s ease-in-out;
}

.promote-section .card:hover {
    border: 2px solid var(--primary-color);
    transition: all 0.5s ease-in-out;
}

.promote-section .card:hover .card-header {
    background: var(--secondary-color);
}

.promote-section .card:hover h5 {
    color: var(--secondary-color);
}

.promote-section .card:hover i {
    color: var(--primary-color);
}

.promote-section .card h5 {
    color: var(--primary-color);
}

.promote-section .card .card-header {
    background: var(--primary-color);
    color: #fff;
}

.promote-section .card i {
    color: var(--tertiary-color);
}

/* ============================================== */
.we-can-do {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7)), url(../images/banner/bookeeping.jpg);
}

.we-can-do .image-col img {
    /*display: block;*/
    width: 100%;
    /*max-width: 600px;*/
    height: 400px;
    border: 5px solid var(--primary-color);
    /*margin-left: auto;*/
    /*position: relative;*/
    /*right: 0px;*/
    transition: right 0.3s ease;
}

/*@media (min-width: 992px) {*/
/*    .we-can-do .image-col {*/
/*        position: relative;*/
/*        right: -90px;*/
/*    }*/
/*}*/

/*@media (max-width: 991.98px) {*/
/*    .we-can-do .image-col {*/
/*        position: static;*/
/*        right: 0;*/
/*        margin-top: 2rem;*/
/*    }*/
/*}*/

/* ================================================= */
.how-we-work {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/banner/1.jpg);
    background-attachment: fixed;
    color: var(--tertiary-color);
}

.how-we-work .image-col img {
    /*display: block;*/
    width: 100%;
    /*max-width: 700px;*/
    height: 400px;
    border: 5px solid var(--tertiary-color);
    /*margin-left: auto;*/
    /*position: relative;*/
    /*right: 0;*/
    transition: right 0.3s ease;
}

/*@media (min-width: 992px) {*/
/*    .how-we-work .image-col {*/
/*        position: relative;*/
/*        left: -90px;*/
/*    }*/
/*}*/

/*@media (max-width: 991.98px) {*/
/*    .how-we-work .image-col {*/
/*        position: static;*/
/*        left: 0;*/
/*        margin-top: 2rem;*/
/*    }*/
/*}*/

/* ============================================= */
.counter-section {
    background: var(--primary-color);
}

.counter-section .col {
    border-left: 5px solid var(--tertiary-color);
}

#counterSection h2 {
    font-size: 40px;
    font-weight: bold;
    color: var(--tertiary-color);
}

#counterSection p {
    font-size: 16px;
    color: var(--tertiary-color);
}

/* ==================================================== */
.contact-section .card {
    position: relative;
    border: 1px solid var(--secondary-color);
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 20px 60px 20px 50px;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    color: #333;
}

.contact-section .card i:not(.btn i) {
    font-size: 24px;
    color: var(--primary-color);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.contact-section .contact-card {
    background: url(../images/background/leaf.avif);
    color: var(--secondary-color);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out;
}

input,
textarea,
select {
    color: var(--secondary-color);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--primary-color);
    border-radius: 0px;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Merriweather', serif;
    height: 50px;
}

label {
    font-weight: 600;
    font-family: 'Merriweather', serif;
}

label span {
    color: red;
    font-size: 20px;
}

.contact-section .contact-card .card-header {
    background-color: var(--primary-color);
    color: var(--tertiary-color);
}

.contact-section .contact-card label {
    color: var(--secondary-color);
    font-weight: 600;
    font-family: 'Merriweather', serif;
}

.contact-section .contact-card input {
    color: var(--secondary-color);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--primary-color);
    border-radius: 0px;
}

.contact-section .contact-card textarea {
    color: var(--secondary-color);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--primary-color);
    border-radius: 0px;
}

.contact-section .social-icons a {
    text-decoration: none;
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 10%;
    margin-right: 10px;
    transition: all 0.5s ease-in-out;
}

.contact-section .social-icons .bi-facebook {
    background-color: #3b5998;
    padding: 8px;
    border-radius: 5px;
    color: var(--tertiary-color);
}

.contact-section .social-icons .bi-youtube {
    background-color: #ff0000;
    padding: 8px;
    border-radius: 5px;
    color: var(--tertiary-color);
}

.contact-section .social-icons .bi-instagram {
    background-color: #c13584;
    padding: 8px;
    border-radius: 5px;
    color: var(--tertiary-color);
}

.contact-section .social-icons .bi-twitter {
    background-color: #1da1f2;
    padding: 8px;
    border-radius: 5px;
    color: var(--tertiary-color);
}

.contact-section .social-icons .bi-linkedin {
    background-color: #0077b5;
    padding: 8px;
    border-radius: 5px;
    color: var(--tertiary-color);
}

/* =========================================== */
.free-quote {
    background: var(--primary-color);
    color: var(--tertiary-color);
    padding: 40px 0;
    border-radius: 10px;
}

/* ============================================== */
.breadcrumb {
    justify-content: center;
    background: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
    content: var(--bs-breadcrumb-divider, "/");
}

.breadcrumb-item a {
    color: #f0f0f0;
    font-size: 20px;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: var(--primary-color);
}

.breadcrumb-item.active {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

/* ======================================= */
.contacts .card {
    background: url(../images/background/leaf1.jpg);
}

.contacts .card-header {
    background-color: var(--secondary-color);
    color: var(--tertiary-color);
}

.contacts input,
.contacts textarea,
.contacts select {
    color: var(--secondary-color);
    /* background: rgba(255, 255, 255, 0.9); */
    border: 1px solid var(--primary-color);
    border-radius: 0px;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Merriweather', serif;
    height: 50px;
}

/* ================================================= */
.contacts-top-cards {
    background: url(../images/background/leaf1.jpg);
    background-size: cover;
    /* object-fit: cover; */
    background-position: center;
    background-attachment: fixed;
    transition: all 0.5s ease-in-out;
}

.contacts-top-cards .card {
    border: 2px solid var(--tertiary-color);
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 12px var(--secondary-color);
    transition: 0.3s ease;
    border-radius: 10px;
    background: url(../images/background/leaf.avif) no-repeat center center;
    background-size: cover;
}

.contacts-top-cards .card:hover {
    transform: translateY(-5px);
}

.contacts-top-cards i {
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.contacts-top-cards h5 {
    font-weight: bold;
    color: #6f42c1;
}

.contacts-top-cards p {
    margin-bottom: 0;
    color: #333;
}

/* ===================================== */
.vr-sec {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url('../images/background/vr.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
    color: var(--tertiary-color);
    width: 100%;
    height: 100%;
}

.book-sec {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url('../images/background/book.avif') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
    color: var(--tertiary-color);
    width: 100%;
    height: 100%;
}

.web-sec {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url('../images/background/website.avif') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
    color: var(--tertiary-color);
    width: 100%;
    height: 100%;
}

.seo-sec {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/background/seo.avif') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
    color: var(--secondary-color);
    width: 100%;
    height: 100%;
}

/* =========================================== */
.app-sec {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url('../images/background/app.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
    color: var(--tertiary-color);
    width: 100%;
    height: 100%;
}

/* ========================================= */
.mission-vission {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/background/mission-vission.avif') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
    color: var(--secondary-color);
    width: 100%;
    height: 100%;
}

/* ========================================= */
.why-choose-us .card {
    background: url(../images/background/leaf.avif) no-repeat center center;
    background-size: cover;
    border: 2px solid var(--tertiary-color);
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 12px var(--secondary-color);
    transition: 0.3s ease;
    border-radius: 10px;
}

/* ========================================= */
.list-group-item {
    background-color: #eeee;
    color: var(--secondary-color);
    margin-bottom: 10px;
    padding: 10px;
}

/* ======================================================================== */
.btn {
    position: relative;
    z-index: 5;
    isolation: isolate;
    transition: 0.4s;
    width: fit-content;
    /* height: 4.8rem; */
    padding: 10px;
    margin-inline: auto;
    border: solid 3px;
    border-color: #0000004d #0000004d #00000080 #00000080;
    border-radius: 0.8rem;

    font-family: 'poppins';
    font-size: 1.4rem;
    font-weight: 700;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;

    animation: boxShadowRotation 2s linear infinite;
}

.btn:hover,
.btn:active {
    scale: 0.96;
    border-color: #00000080 #00000080 #0000004d #0000004d;
    /* padding: 2rem; */
    box-shadow: 0 0 4px 2px rgba(208, 212, 218, 0.979);
    background: var(--secondary-color);
    color: var(--tertiary-color);
}

.btn::before,
.btn::after {
    position: absolute;
    content: "";
    background: var(--tertiary-color);
    transition: 0.4s;
}

.btn::before {
    z-index: -1;
    inset: 0.3rem;
    border-radius: 4rem;
    box-shadow: inset 0 0 4px 2px rgba(208, 212, 218, 0.979);
}

.btn:hover::before {
    inset: 0.1rem;
    z-index: -1;
    margin-inline: auto;
    border: solid 1px;
    border-color: #00000080 #00000080 #0000004d #0000004d;
    border-radius: 0.8rem;
    animation: boxShadowRotation 2s linear infinite;
    background-image: linear-gradient(120deg, var(--secondary-color) 0%, var(--secondary-color) 100%);
}

.btn::after {
    background: none;
    z-index: -2;
    border-radius: 1rem;
}

.btn:hover::after {
    inset: -0.5rem;
    border: solid 1px #00000080;
    box-shadow: 0 0 10px 4px var(--tertiary-color);
    background: var(--tertiary-color);
}

.btn i {
    width: 2rem;
    height: 2rem;
    z-index: 10;
}

.btn:hover i {
    animation: rotation 0.8s linear;
    filter: drop-shadow(0 0 10px 10px rgb(170, 166, 166));
    color: var(--tertiary-color);
}

@keyframes rotation {
    0% {
        transform: rotate(0deg) translate(0, 0) scale(1);
    }

    50% {
        transform: rotate(180deg) translate(-4rem, -2rem) scale(1.4);
    }

    100% {
        transform: rotate(360deg) translate(0, 0) scale(1);
    }
}

@keyframes boxShadowRotation {
    0% {
        box-shadow: inset 10px 10px 20px rgba(29, 43, 83, 0.2);
    }

    25% {
        box-shadow: inset -10px 10px 20px rgba(29, 43, 83, 0.2);
    }

    50% {
        box-shadow: inset -10px -10px 20px rgba(29, 43, 83, 0.2);
    }

    75% {
        box-shadow: inset 10px -10px 20px rgba(29, 43, 83, 0.2);
    }

    100% {
        box-shadow: inset 10px 10px 20px rgba(29, 43, 83, 0.2);
    }
}
/* =================================================================== */
/* From Uiverse.io by adamgiebl */ 
.connect {
  border: none;
  display: block;
  position: relative;
  padding: 0.7em 2.4em;
  font-size: 18px;
  background: var(--tertiary-color);
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  color: var(--secondary-color);
  z-index: 1;
  font-family: inherit;
  font-weight: 500;
}

.connect span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: -1;
  border: 4px solid var(--secondary-color);
}

.connect span::before {
  content: "";
  display: block;
  position: absolute;
  width: 8%;
  height: 500%;
  background: var(--tertiary-color);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-60deg);
  transition: all 0.3s;
}

.connect:hover span::before {
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 100%;
  background: var(--secondary-color);
}

.connect:hover {
  color: var(--tertiary-color);
}

.connect:active span::before {
  background: var(--tertiary-color);
}
.service-image{
    width:100%;
    height:380px;
    object-fit:cover;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}
.benefits-list {
    padding-left: 20px;
    margin: 0;
}

.benefits-list li {
    margin-bottom: 12px;
    line-height: 1.8;
    color: #555;
}

.benefits-list li strong {
    color: #ff8a33; /* Realgreno orange */
}