@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

/********** Template CSS **********/

:root {
    --primary: #1b8f73;
    --secondary: #d7d66d;
    --tertiary: #555555;
    --light: #DFE4FD;
    --dark: #1b8f73;
}

body {
    font-weight: 400;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
    background-color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(53, 94, 252, .07);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar {
    position: fixed;
    background-color: white;
    z-index: 1000;
    left: 0;
    right: 0;
    transition: opacity 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    top: 0;
}

.navbar-hidden {
    opacity: 0;
    pointer-events: none;
    /* Prevent interaction with hidden navbar */
}

.navbar .navbar-nav .nav-link {
    padding: 25px 15px;
    color: var(--tertiary);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }

}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }




}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
    background-color: #0000007a;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


}

.page-header,
.career-header,
.finecialP-header {
    padding-top: 11rem;
    padding-bottom: 8rem;
}

.page-header {
    background: url('../img/subbanner.jpg=ws1280x960') top left no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;

}



.page-header:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 50;
    background-color: #0000001f;
    position: absolute;
}

.career-header {
    background: url(../img/careerpng.png) top left no-repeat;
    background-size: cover;
}

.finecialP-header {
    background: url(../img/financialplan.png) top left no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a,
.career-header .breadcrumb-item,
.career-header .breadcrumb-item a,
.finecialP-header .breadcrumb-item,
.finecialP-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before,
.career-header .breadcrumb-item+.breadcrumb-item::before,
.finecialP-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}



/*** Facts ***/
.facts {
    background: linear-gradient(#1b8f74ee, #1b8f74ee), url(../img/bg.png);
}


/*** Callback ***/
.callback {
    position: relative;
}

.callback::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
    z-index: -1;
}


/*** Feature ***/
.feature .feature-box,
.feature .feature-box * {
    transition: .5s;
}

.feature .feature-box:hover {
    background: var(--primary);
    border-color: var(--primary) !important;
}

.feature .feature-box:hover * {
    color: #FFFFFF !important;
}


/*** Service ***/
.service .nav .nav-link {
    transition: .5s;
}

.service .nav .nav-link.active {
    border-color: var(--primary) !important;
    background: var(--primary);
}

.service .nav .nav-link.active h5 {
    color: #FFFFFF !important;
}

.service .nav .nav-link.active h5 i {
    color: #FFFFFF !important;
}


/*** Project ***/
.project-item,
.project-item .project-img {
    position: relative;
}

.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 3rem;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    z-index: -1;
    transition: .5s;
}

.project-item:hover .project-title {
    background: var(--primary);
    border-color: var(--primary);
}

.project-item .project-title h4 {
    transition: .5s;
}

.project-item:hover .project-title h4 {
    color: #FFFFFF;
}

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    padding: 4rem 0;
}

.team-item img {
    position: relative;
    z-index: 2;
}

.team-item .team-text {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    left: 3rem;
    padding: 15px;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;
}






.team-item:hover .team-text {
    background: var(--primary);
    border-color: var(--primary);
}

.team-item .team-text h4 {
    transition: .5s;
}

.team-item:hover .team-text h4 {
    color: #FFFFFF;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item:hover .team-social .btn {
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Testimonial ***/
.testimonial-item {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.testimonial-item .testimonial-text {
    position: relative;
    text-align: center;
}

.testimonial-item .testimonial-text .btn-square {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-item .testimonial-text::before {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: var(--light) transparent transparent transparent;
}

.testimonial-item .testimonial-text::after {
    position: absolute;
    content: "";
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.testimonial-carousel .owl-item img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--light);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 6px;
    left: 6px;
    border-radius: 16px;
    background: var(--light);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    border-color: var(--primary);
}

.testimonial-carousel .owl-dot.active::after {
    background: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}


.footer .btn.btn-link:hover {
    color: var(--secondary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #555555;
    background: #d7d66d;
}

.copyright a {
    color: #555555;
}

.copyright a:hover {
    color: var(--primary);
}

.mybukologo {
    width: 150px;
}

.w-fit {
    width: 50px
}

.loginbtnn {
    width: 110px;
    background-color: #0683d1;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: .1px solid;
    transition: .7s;
    border-radius: 5px;
}

.loginbtnn:hover {
    border: 1px solid #45a6e2;
    background-color: white;
    color: #0683d1;
}

.service-div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.serv-image img {
    border-radius: 13px;
}

.reademorebtn {
    width: 55%;
    background-color: #0683d1;
    border-radius: 10px;
    transition: .3s;
}

.redmore-div {
    text-align: center;
}

.redmore-div a {
    padding: 15px 45px 15px 45px;
    color: var(--light);
}

.divv {
    flex-wrap: wrap;
}

.reademorebtn:hover {
    box-shadow: 0 0 2px var(--light), 0 0 4px var(--light), 0 0 8px var(--light);
    letter-spacing: 1px;
}

.ticket-div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 10%;
}

.tick-discri h2 {
    text-align: center;
}

.t-form,
.tick-discri {

    border: 1px solid var(--light);
    border-radius: 15px;
    padding: 10px;
}

@media screen and (max-width: 1000px) {

    .service-div,
    .ticket-div {
        display: block;
    }

    .serv-image img {
        width: 100%;
    }

    .divv {

        margin-bottom: 25px;
    }

    .sub-btn {
        width: 50%;
    }

    .tick-discri {
        margin-bottom: 35px;
    }
}

.conttt {
    text-align: center;
    background-color: var(--light);
    padding: 30px;
    border-radius: 15px;
    border: 2px solid white;
}

.acc-services {
    text-align: center;
    padding: 30px;
    border-radius: 15px;
    border: 1px solid var(--dark);
}

.sub-btn {
    background-color: var(--dark);
    padding: 15px;
    text-transform: uppercase;
    color: var(--light);
    border-radius: 30px;
    width: 20%;
    border: 0px;
    transition: .3s;
}

.acc-btn {
    background-color: var(--light);
    padding: 15px;
    text-transform: uppercase;
    color: var(--dark);
    border-radius: 10px;
    width: 20%;
    border: 0px;
    transition: .3s;
}

.sub-btn:hover {

    box-shadow: 0 0 2px var(--light), 0 0 4px var(--light), 0 0 8px var(--light);
    letter-spacing: 1px;
    width: 21%;
}

.sub-btn:hover .fa {
    -webkit-animation: rotate-scale-up 1s linear both;
    animation: rotate-scale-up 1s linear both;
}

@media screen and (max-width: 400px) {

    .sub-btn,
    .acc-btn {
        width: 70%;
    }

    .divv {
        height: 445px;
    }

    .carousel-item img {
        content: url("../img/1.jpg");
        opacity: .3;
    }

    .carousel-item {
        background-color: #d6e1f253;
        z-index: 7000000;
    }

    .serv-image {
        margin-bottom: 20px;
    }
}

@-webkit-keyframes rotate-scale-up {
    0% {
        -webkit-transform: scale(1) rotateZ(0);
        transform: scale(1) rotateZ(0);
    }

    50% {
        -webkit-transform: scale(2) rotateZ(180deg);
        transform: scale(2) rotateZ(180deg);
    }

    100% {
        -webkit-transform: scale(1) rotateZ(360deg);
        transform: scale(1) rotateZ(360deg);
    }
}

@keyframes rotate-scale-up {
    0% {
        -webkit-transform: scale(1) rotateZ(0);
        transform: scale(1) rotateZ(0);
    }

    50% {
        -webkit-transform: scale(2) rotateZ(180deg);
        transform: scale(2) rotateZ(180deg);
    }

    100% {
        -webkit-transform: scale(1) rotateZ(360deg);
        transform: scale(1) rotateZ(360deg);
    }
}


div.scroll-container {
    background-color: #b3b3b341;
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
    border-radius: 10px;
}

div.scroll-container img {
    padding: 10px;
    width: 200px;
    border-radius: 10px;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-section {
    margin-bottom: 20px;
    text-align: center;
    padding: 15px;
    border-radius: 15px;
    border: 1.5px solid var(--light);
}

.faq-section h2 {
    margin-bottom: 30px;
}

.accordion {
    background-color: #eee;
    color: #333;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-radius: 10px 0 0 10px;
}

.accordion:hover {
    background-color: #ddd;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.panel p {
    margin-top: 0;
}

.faq-div {

    max-height: 320px;
    overflow-y: hidden;
    overflow-y: scroll;
}

/* CSS for the gallery grid layout */
.gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.gallery-item {
    /* Adjust as needed for spacing between images */
    margin-bottom: 20px;
    /* Adjust as needed for spacing between rows */
}

.igg {
    height: 250px;
    width: 90%;
}

.iconss {
    font-size: 40pt;
    color: transparent;
    background-image: linear-gradient(to top, var(--light), var(--dark));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: .3px var(--dark);
}

.comp-div {
    display: grid;
    grid-template-columns: .2fr 3fr;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}

div.image-container {
    overflow: auto;
    white-space: nowrap;
    padding: 5px;
    border-radius: 10px;
    text-align: center;
}

div.image-container img {
    padding: 5px;
    width: 300px;
    border-radius: 10px;
}

.div-head {
    text-align: center;
}

.flex {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    justify-content: center;
}

.flex img {
    width: 300px;
    border-radius: 5px;
}



.hero {
    height: 550px;
    object-fit: cover;
}



.filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 1rem;
}

.filters button {
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    background: var(--secondary);
    color: white;
    cursor: pointer;
    transition: background 0.3s;
}

.filters button:hover {
    background: var(--dark);
}

.container_portfolio {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
}

.card_portfolio {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 16px;
    transition: transform 0.2s;
}

.card_portfolio:hover {
    transform: translateY(-4px);
}

.card_portfolio h3 {
    margin: 0 0 8px;
    color: var(--primary);
}

.card_portfolio p {
    margin: 6px 0;
    font-size: 0.95rem;
}

.status_portfolio {
    display: inline-block;
    margin-top: 10px;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: bold;
}

.General {
    background: var(--secondary);
    color: #828502;
}

.Civil {
    background: rgb(211, 231, 247);
    color: #1b8f73;
}

.Mechanical {
    background: #cfcfcf;
    color: #555555;
}

.Security {
    background: #cfcfcf;
    color: #555555;
}

.why-choose-us {
    background: #d7d56db4;
    padding: 60px 20px;
}

.choose-container {
    max-width: 1100px;
    margin: auto;
    text-align: center;
}

.why-choose-us h2 {
    font-size: 2rem;
    color: #1b8f73;
    margin-bottom: 10px;
}

.why-choose-us .intro {
    font-size: 1rem;
    color: #555;
    margin-bottom: 40px;
}

.choose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.choose-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px #d7d56d57;
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: left;
    text-align: center;
}

.choose-card i {
    font-size: 40px;
    margin-bottom: 30px;
}

.choose-card h3 {
    font-size: 1.2rem;
    color: #1b8f73;
    margin-bottom: 10px;
}

.readmore {
    background-color: var(--secondary);
    color: var(--dark);
    padding: 10px;
    font-weight: 500;
}

.choose-card p {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.5;
}

.choose-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}







.org-wrap {
    width: 100%;
}

/* Tree container */
.org-chart {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

/* Founder (top) */
.node {
    background: #ffffff;
    border-radius: 12px;
    padding: 18px;
    min-width: 220px;
    text-align: center;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    position: relative;
}

.node img {
    width: 100px;
    height: 100px;
    border-radius: 999px;
    object-fit: cover;
    border: 4px solid rgba(14, 165, 164, 0.10);
    background: linear-gradient(180deg, #fff, #f3f8f8);
}

.node h4 {
    margin: 0;
    font-size: 1.05rem;
    letter-spacing: -0.2px;
}

.node p {
    margin: 0;
    color: #6b7280;
    font-size: .92rem;
}

/* Branch container (children) */
.children {
    display: flex;
    gap: 28px;
    justify-content: center;
    width: 700px;
    align-items: flex-start;
    position: relative;
    padding-top: 10px;
}

/* horizontal connector from founder down to children */
.org-chart>.node::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 25px;
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.06), rgba(2, 6, 23, 0.06));
    bottom: -25px;
    left: calc(50% - 1px);
}

/* line across the top of children to connect siblings */
.children::before {
    content: "";
    position: absolute;
    top: -8px;
    left: calc(50% - 478px);
    right: calc(50% - 478px);
    height: 2px;
    background: linear-gradient(90deg, rgba(2, 6, 23, 0.06), rgba(2, 6, 23, 0.06));
}

/* connector from children item up to that middle line */
.child {
    position: relative;
    flex: 1;
    min-width: 210px;
    display: flex;
    justify-content: center;
    height: 320px;
}

.child::before {
    content: "";
    position: absolute;
    top: -17px;
    width: 2px;
    height: 18px;
    background: linear-gradient(180deg, rgba(2, 6, 23, 0.06), rgba(2, 6, 23, 0.06));
    left: 50%;
    transform: translateX(-50%);
}

/* Slight visual tweak for small cards */
.card {
    max-width: 260px;
}

.upper_profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    height: 150px;
}

.occupation {
    font-weight: bold;
}

.upper_image {
    object-position: top;
}

/* Responsive: medium screens (tablet) — reduce spacing, stack children if needed */
@media (max-width:1200px) {



    .children {
        gap: 18px;
        flex-direction: column;
        align-items: center;
    }

    .org-chart>.node::after {
        height: 14px;
        bottom: -14px
    }

    .children::before {
        display: none;
    }



    .node img {
        width: 76px;
        height: 76px
    }

    .node {
        min-width: 200px;
        padding: 14px
    }
}

/* Small screens: stack vertically */
@media (max-width:520px) {
    .org-chart {
        gap: 18px;
    }

    .children {
        flex-direction: column;
        gap: 14px;
        padding-top: 0;
        align-items: center;
    }


    .children::before {
        display: none
    }

    .child::before {
        display: none
    }

    .child {
        min-width: 0
    }

    .node {
        width: 100%
    }

    .node img {
        width: 64px;
        height: 64px
    }
}

/* small visual hover */
.node:focus-within,
.node:hover {
    transform: translateY(-4px);
    transition: transform .18s ease;
}

/* Accessibility focus outline */
.node:focus-within {
    outline: 3px solid rgba(14, 165, 164, 0.12);
    outline-offset: 6px;
}

.h-240 {
    height: 200px;
}

.flex img {
    object-fit: cover;
}

.h-full-1 {
    max-height: 350px;
    width: 500px;
    object-fit: cover;
}

.image-flex {
    display: flex;
}

.login-btn {
    padding: 10px 30px;
    height: 100%;
    border-radius: 5px;
    margin-left: 20px;
}

.hero-btn {
    height: 100%;
    border-radius: 5px;
    padding: 10px 50px;
    font-weight: bold;
}

@media (max-width: 900px) {
    .image-flex {
        display: block;

    }

    .h-full-1 {
        width: 100%;
    }
}

.fab-container {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 999;
}

/* Main button */
.fab-whatsapp {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform .25s ease;
}


.service_img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.serv_proj {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.list-disc {
    list-style-type: none;
    display: flex;
    gap: 30px;
}

.list-disc div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.list-disc li i {
    padding: 10px;
    border-radius: 50%;
    background: var(--primary);
}

.flex-div {
    margin-top: 10px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
}

.flex-div img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

@media (max-width: 600.98px) {
    .flex-div img {
        display: none;
    }

    .list-disc li i {
        font-size: 8pt;
    }

}