@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/********** Template CSS **********/
:root {
    --primary: #e9a729;
    --light: #F8F8F8;
    --dark: #252525;
}

html {
    scroll-behavior: smooth;

}

@media(max-width:374px){
    .vision-content p {
    font-size: 14px !important;
    line-height: 1.5;
}
 .navbar-brand {
        width: 120px !important;
        justify-content: start !important;
        align-self:start !important;
    }

    .email-box {
    width: 50% !important;
       
      

    }

}
@media (max-width: 991px) {
    .contact-btn1 {
        width: auto !important;  /* Ensures the button doesn't stretch */
        display: inline-block;  /* Makes sure the button behaves like an inline element */
        display:flex;
      align-self:start;
    }
    .navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
border-bottom: none !important;

}
   
}
.btn-primary {
    background:

        #f0be27;
    color: black !important;
}

.btn-primary:hover,
.btn-aboutus:hover {
    background-color: #db7b28;
    color: white;
}

#step1,
#step2,
#step3,
#step4,
#v-pills-tabContent,
#mep {
    scroll-margin-top: 100px;
    /* Adjust based on your navbar height */
}

.service-card {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/radial-bg.jpg);
    background-size: cover;
    /* Ensure the background covers the entire area */
    background-position: center;
}

* {
    cursor: url(../img/cursor.png), auto;


}

.navbar-toggler {
    background-color: #e0e0e0;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}

p {
    color: #444444 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** 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 {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn.btn-primary {
    background-color: var(--primary);
}

.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;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}

.logo-name {
    width: 350px !important;
}

@media(max-width:576px) {
    .logo-name {
        width: 150px !important;
    }

    .logo-2 {
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .logo-name {
        width: 300px !important;
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 10px;
        padding: 10px 10px;
        color: white;
        font-weight: 500;
        font-size: 10px;

        outline: none;
    }
}

/* @media(max-width:400px) {
    .logo-name {
        font-size: 1.2rem;
        color: #e9a729;
        font-weight: 600;
    }
} */

/*** Navbar ***/
.bg-custom1 {
    background-color: #312c40;
}

.bg-custom2 {
    background-color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 10px 10px;
    color: white;
    font-weight: 500;

    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);


    border-bottom: 2px solid #e9a729;

}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@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 ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .2);
}

.header-carousel .owl-carousel-item {
    position: relative;
    height: 500px !important;
    animation: fade-in 2s ease-in-out;
}

@keyframes break-apart {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

.header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-carousel .owl-carousel-item h1 {
    animation: slide-in-bottom 2s ease forwards;
}

.header-carousel .owl-carousel-item p {
    font-size: 16px !important;
    animation: slide-in 2s ease forwards;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slide-in {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-bottom {
    from {
        transform: translateY(50%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        margin: 20px 40px 0px 0px;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/mone.jpg) center center no-repeat;
    background-size: cover;
}

.heading {
    font-size: 2rem;
    font-weight: 300 !important;
    text-align: center;
    color: var(--primary) !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/



/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.bg-custom {
    background: #e9a729;
}

.fact-item h3 {
    color: #313131 !important;
}

.fact-item:hover .fact-icon {
    background: #e9a729 !important;
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}


/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}


/*** Service ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: var(--light);
    border: 1px solid #312c40;
    transition: .5s;
}
.service-item .service-text.btn i{
    color: var(--primary)!important;
}
.service-item:hover .service-text {
    background: rgba(0, 0, 0, .4);
   
}

.service-item * {
    transition: .5;
}

.service-item:hover .service-text i,.service-item:hover .service-text h3,.service-item:hover .service-text p{
    color: #FFFFFF !important;
}

.section-video {
   background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/mthree.jpg);
background-size: cover;
background-position: center;
object-fit: cover;
}


.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
  
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
    text-align: center !important;
}

.service-item:hover i {
    color: var(--dark) !important;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.card-content i {
    font-size: 50px !important;
    color: #555;
    margin-bottom: 10px;
}

.card-content h3 {
    font-size: 2.3rem;
    margin-bottom: 10px;
    color: #333;
}

.card-content p {
    font-size: 1.9rem;
    color: #777;
}

.steps-section {
    padding: 50px 15px;

}

.steps-header {
    text-align: center;
    margin-bottom: 50px;
}

.step-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s;
}

.step-card:hover {
    transform: translateY(-10px);
}

.step-header {
    background-color: var(--bs-warning);
    color: #fff;
    padding: 15px;
    text-align: center;

}

.step-header h3 {
    color: #fff;

}

.step-content {
    padding: 20px;
    background: #fff;
}

.step-content h5 {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 10px;
}

.step-content p {
    color: #555;
}

.step-icon {
    font-size: 50px;
    color: #007bff;
    margin-bottom: 10px;
}

.features-list {
    padding-left: 20px;
}

.features-list li {
    margin-bottom: 10px;
}

.steps-section {
    padding: 50px 15px;
    position: relative;
}

.step-card {
    position: relative;
    background: #fff;
    border: none;
    height: 450px;
    width: 250px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    overflow: hidden;
}

.step-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.step-content {
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.step-content a {
    margin-top: 30px;
}

.step-content::before {
    content: attr(data-step);
    position: absolute;
    top: 75%;
    left: 60%;
    font-size: 80px;
    color: rgba(255, 166, 0, 0.225);
    z-index: 0;
    font-weight: bold;
    pointer-events: none;
}

.step-icon {
    width: 60px;
    height: 60px;
    background: var(--bs-warning);
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 24px;
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
}

.step-content h5 {
    color: var(--bs-blue);
    font-size: 1.1rem;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
}

.step-content p {
    color: #555;
    z-index: 1;
    position: relative;
    font-size: 14px !important;
}

.arrow {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: black;
    z-index: 1;
}

.step-wrapper {
    position: relative;
    padding-right: 60px;
    /* Space for arrow */
}

.step-wrapper:last-child .arrow {
    display: none;
    /* Hide arrow after the last card */
}

#tab-pane-1 {
    max-height: 500px;
    overflow-y: scroll;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For IE and Edge */
}

#tab-pane-1::-webkit-scrollbar {
    display: none;
    /* For Chrome, Safari, and Opera */
}

@media (max-width: 768px) {
    .step-wrapper {
        padding-right: 0;
    }

    .arrow {
        display: none;
    }

    .step-card {
        margin-bottom: 20px;
    }
}


.services-section {
    background-color: aliceblue;
}

.dropdown-item {
    padding: 20px !important;
}

.dropdown-item:hover {
    background-color: var(--primary);
    color: white;
}

.services-section h2 {
    color: #e9a729;
    font-weight: bold;
}

.service-card {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.service-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

.service-card h3 {
    color: #333;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.service-card p {
    color: #666;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .service-card {
        margin-bottom: 20px;
    }
}

.cta-section {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url('../img/mthree.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 0;
    position: relative;
}

.cta-title {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.cta-text {
    color: #ffffff !important;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 0;
    opacity: 0.9;
}

.cta-button {
    display: inline-block;
    background-color: #e9a729;
    color: #000000;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background-color: #e9a729;
    color: #000000;
    transform: translateY(-2px);
}

/* Responsive Styles */
@media (max-width: 991.98px) {
    .cta-section {
        padding: 60px 0;
    }

    .cta-title {
        font-size: 2rem;
    }

    .cta-text {
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {
    .cta-section {
        padding: 40px 0;
        text-align: center;
    }

    .cta-title {
        font-size: 1.8rem;
    }
}

/* Animation Classes */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-in.active {
    opacity: 1;
    transform: translateY(0);
}

.btn-aboutus {
    background-color: var(--primary);
    color: white !important;
    border: none;
    padding: 9px 7px;
    border-radius: 10px 0 10px 0;
}

.vision-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
}

.vision-content {
    flex: 1 1 300px;
    max-width: 400px;
    padding: 20px;
    height: 300px;
    background: #faead8;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.vision-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #312c40;
}

.vision-content p {
    font-size: 16px;
    line-height: 1.5;
}

.vision-image-container {
    flex: 1 1 300px;
    max-width: 300px;
    display: flex;
    background-color: none;
    justify-content: center;
    align-items: center;
}

.vision-image-container img {
    max-width: 100%;
    height: auto;

}

@media (max-width: 768px) {
    .vision-container {
        flex-direction: column;
        text-align: center;
    }

    .vision-content {
        max-width: 100%;
    }

    .vision-image-container {
        order: -1;
        /* Place image on top for smaller screens */
    }
}

/* footer section starts */
.footer {
    background: linear-gradient(to right,
            #f8df22,
            #f4ce23,
            #f0be27,
            #eaa929,
            #e49728,
            #e19029,
            #df8829,
            #dd8328,
            #db7b28,
            #db7b28);
    color: rgb(0, 0, 0) !important;
    padding: 50px 20px 20px 20px !important;
}

.address {
    display: flex !important;
}


.copyright-text {
    display: flex;
    justify-content: space-between;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #000000;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: black;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #ffffff;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--bs-light);
}

/* footer ends */
.nav-pills {
    background-color: #424242;
}

.nav-pills .nav-link {
    color: white;
    border-radius: 0;
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-pills .nav-link.active {
    background-color: #e9a729;
    color: black;
    font-weight: bold;
}

.nav-pills .nav-link:hover:not(.active) {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.contact-box {
    background-color: #e9a729;
    padding: 20px;
    color: black;
}

.contact-box h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.contact-btn {
    background-color: #2c3e50;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
}

.contact-btn:hover {
    background-color: #312c40;
}

.tab-content {
    padding: 20px;
}

.tab-pane h2 {
    margin-bottom: 20px;
}

.tab-pane ul {
    list-style-type: none;
    padding-left: 0;
}

.tab-pane ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.tab-pane ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #e9a729;
}

@media (max-width: 768px) {
    .nav-pills {
        margin-bottom: 20px;
    }

    .contact-box {
        margin-bottom: 20px;
    }
}

/* Custom styles for the process section */
.process-section {
    padding: 60px 0;
}

.section-title {
    position: relative;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 15px !important;
}

.section-title::before,
.section-title::after {
    content: '';
    position: absolute;
    height: 2px;
    background-color: #312c40;
    left: 50%;
    transform: translateX(-50%);
}

.section-title::before {
    width: 120px;
    top: -10px;
}

.section-title::after {
    width: 60px;
    bottom: -10px;
}

.process-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.footer-item{
    border-bottom:1px solid black;
}
.process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.process-icon {
    width: 60px;
    height: 60px;
    object-fit: cover;
    background-color: #fafafa5d;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .process-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .process-icon {
        width: 50px;
        height: 50px;
    }

}

@media (max-width: 575px) {
    .process-section {
        padding: 40px 0;
    }

    .section-title::before {
        width: 80px;
    }

    .section-title::after {
        width: 40px;
    }

    .process-card,
    .service-card {
        padding: 15px !important;
        width: 210px !important;
    }

    .process-icon {
        width: 40px;
        height: 40px;
    }

    h5 {
        font-size: 1rem;
    }

    p {
        font-size: 0.875rem;
    }
}

.card-title {
    color: #e9a729;
}

.card-img {
    height: 120px !important;
}

.card-img img {
    max-height: 100% !important;
}

.why-choose-us {
    padding: 80px 0;

}

.circle-wrapper {
    position: relative;
    width: 600px;
    height: 600px;
    margin: 0 auto;
}

.center-image {
    position: absolute;
    top: 60%;
    left: 60%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;

    overflow: hidden;
    z-index: 2;

}

.center-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.circle-items {
    position: absolute;
    width: 100%;
    height: 100%;
}

.circle-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 300px;
    transform: rotate(calc(360deg / 8 * var(--i))) translateX(250px) rotate(calc(-360deg / 8 * var(--i)));
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    position: relative;
    transition: all 0.3s ease;
}

.icon-image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all 0.3s ease;
    background: white;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.item-content {
    position: absolute;
    width: 150px;
    background: white;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    text-align: center;
}

.item-content h4 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
}

.item-content p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Hover Effects */
.icon-wrapper:hover .icon-image {
    transform: scale(1.1);
    background-color: #e9a729;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.icon-wrapper:hover .item-content {
    opacity: 1;
    visibility: visible;
    top: 120%;
}

/* Responsive Design */
@media (max-width: 992px) {
    .circle-wrapper {
        width: 400px;
        height: 400px;
    }

    .circle-item {
        transform-origin: 200px;
        transform: rotate(calc(360deg / 8 * var(--i))) translateX(170px) rotate(calc(-360deg / 8 * var(--i)));
    }

    .icon-wrapper {
        width: 60px;
        height: 60px;
    }

    .center-image {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 576px) {
    .choose-container {
        display: none;
    }

    .center-image {
        display: none;
    }

    .circle-wrapper {
        display: none;

    }
}

.card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.card-left-icon-right-text {
    display: flex;
    align-items: center;

    width: 310px !important;
    background-color: #f9f9f9;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 10px;
    transition: transform 0.3s;
}

.card-left-icon-right-text img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 50%;
}

.card-left-icon-right-text .card-text-content {
    flex: 1;
}

.card-left-icon-right-text:hover {
    transform: scale(1.05);
}

/* Placeholder styles */
.placeholder-image {
    width: 60px;
    height: 60px;
    background-color: #e0e0e0;
    border-radius: 50%;
    margin-right: 15px;
}

/* For devices larger than 576px, hide the section */
@media (min-width: 577px) {
    .mobile-visible {
        display: none;
    }
}

/* Initial hidden state for remaining cards */
.hidden-cards {
    display: none;
}

.service-image {
    height: 300px !important;
}

.service-image img {
    height: 300px !important;
    object-fit: contain;
}

.service-title {
    color: #e9a729 !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;

}

.section-title {
    color: var(--primary);
   font-size:1.2rem;
    /*letter-spacing: 5px;*/
    margin-bottom: 25px !important;
    text-transform: capitalize !important;
}

.slogan {
    color: #555;
}

/* General reset and body styles */


/* Main section container */
.home-management-container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fffde6;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style: none !important;
    /* Remove bullet points */
}

.home-management-content ul li {
    list-style: none !important;
}

/* Topic title styles */
.home-management-topic {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}

/* List styles */
.home-management-list {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

/* Individual list item */
.home-management-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

/* Icon styles */
.home-management-item-icon {
    width: 30px;
    height: 30px;
    background-color: #3498db;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-right: 10px;
}

/* Text styles */
.home-management-item-text {
    flex: 1;
    word-wrap: break-word;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .home-management-content {
        flex-direction: column;
        align-items: center;
    }

    .home-management-topic {
        font-size: 20px;
    }

    .home-management-item {
        justify-content: flex-start;
    }

    .home-management-item-text {
        text-align: left;
    }
}