body {
    font-family: Arial, sans-serif;
    text-align: center;
}

.main_head {
    text-align: center;
    margin-top: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
}

.box_main {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    background-color: #fff;
    transition: transform 0.3s ease-in-out;
}

.box_main:hover {
    transform: scale(1.03);
}

.btn {
    margin-top: 10px;
    width: 100%;
}

btn-danger {
    background-color: #a51114;
    border: none;
    padding: 10px;
    font-size: 16px;
    transition: background 0.3s;
}

btn-danger:hover {
    background-color: #a51114 !important;
}

i {
    margin-bottom: 10px;
    color: #a51114;
}

hr {
    margin: 40px 0;
    border: 1px solid #ddd;
}

.tabs {
    display: flex;
    justify-content: center;
    padding: 10px;
    flex-wrap: wrap;
}

.tab {
    padding: 10px 20px;
    color: black;
    cursor: pointer;
    font-size: 16px;
    margin: 5px;
    border-radius: 0px;
    transition: 0.3s;
    background-color: #e6eeed;
}

.tab.active {
    background: #c9302c;
    font-weight: bold;
    color: #fff;
}

.tab-content {
    display: none;
    padding: 20px;

}

.active-tab {
    display: block;
}

.content-box {
    margin-top: 20px;
}

.col-md-6 {
    flex: 1;
    min-width: 280px;
}


.demo-box {
    text-align: center;
}

.demo-heading {
    font-size: 20px;
    margin-bottom: 15px;
}

.demo-section {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.icon-wrap img {
    width: 60px;
    height: 60px;
}

.demo-btn {
    background: #d9534f;
    color: white;
    border: none;
    padding: 8px;
    border-radius: 0px;

    font-size: 14px;
    margin-top: 0 0 0 85px;
}

.demo-btn:hover {
    background: #c9302c;
}

.info-text {
    margin: 5px 0;
    font-size: 14px;
    color: #555;
}

/* 2nd css */
.contact-btn {
    background: red;
    color: white;
    padding: 12px;
    font-size: 18px;
    border: none;
    width: 100%;
    border-radius: 0px;
    margin-top: 15px;
    cursor: pointer;
}

.contact-btn:hover {
    background: darkred;
}

/* 3rd css */

.demo-box {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.demo-heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.icon-wrap img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.info-text {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
}

.contact-btn {
    background: red;
    color: white;
    padding: 12px;
    font-size: 18px;
    border: none;
    width: 100%;
    border-radius: 0px;
    margin-top: 15px;
    cursor: pointer;
}

.contact-btn:hover {
    background: darkred;
}

/* 4th css */
.contact-btn {
    background: red;
    color: white;
    padding: 12px;
    font-size: 18px;
    border: none;
    width: 100%;
    border-radius: 0px;
    margin-top: 15px;
    cursor: pointer;
}

.contact-btn:hover {
    background: darkred;
}

.demo-box {
    background: #f8da39;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: 13px 0 0 0;
}

.demo-heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.icon-wrap img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.info-text {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
}

.contact-btn {
    background: red;
    color: white;
    padding: 12px;
    font-size: 18px;
    border: none;
    width: 100%;
    border-radius: 0px;
    margin-top: 15px;
    cursor: pointer;
}

.contact-btn:hover {
    background: darkred;
}


.card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-group {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    gap: 10px;

}

.btn-group .btn {
    flex: 1;
    text-align: center;
    white-space: nowrap;
}


@media (max-width: 576px) {
    .btn-group {
        flex-direction: row;

    }
}


/* style.css page css */





.panel:hover {
    transform: scale(1.1);
}


.icon-wrap img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.panel:hover {
    transform: scale(1.1);
}


.icon-wrap img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}



.content-box {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}


.box {
    width: 300px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


.yellow-box {
    background-color: #ffcc00;
}

.light-box {
    background-color: #fce8d5;
}

.panel-btn {
    background-color: #b60000;
    color: white;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    display: block;
    margin: 10px auto;
}



.panel-btn:hover {
    background-color: #8c0000;
}


/* Wrapper Background */
.wrapper {
    background: #ffd700;

}

/* Heading */
.demo-heading {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 30px 0 0 0;
}

/* Section containing the panels */
.demo-section {
    display: flex;
    /* gap: 40px; */
    /* Space between panels */
    justify-content: center;
    flex-wrap: wrap;
}


/* Panel Styling */
.panel {
    background: none;
    text-align: center;
    padding: 15px;
    /* min-width: 220px; */
}

/* Icon Circle */
.icon-wrap {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
}


.icon-wrap img {
    width: 40px;
    height: 40px;
}


.demo-btn:hover {
    background: #800000;
}

.info-text {
    font-size: 14px;
    margin: 2px 0;
    color: black;
    font-weight: bold;
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
    .row {
        flex-direction: column;
        align-items: center;
    }

    .content-box {
        flex-direction: column;
        align-items: center;
    }

    .wrapper {
        max-width: 100%;
    }
}

/* new css */


.card-img-top {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    opacity: 0;
    transform: scale(0.9);
    animation: fadeZoomIn 0.8s ease-in-out forwards;
}

.card:hover .card-img-top {
    transform: scale(1.05) rotate(2deg);
    transition: transform 0.4s ease-in-out;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
}


@keyframes fadeZoomIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.btn-success {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.btn-success::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease-in-out;
}

.btn-success:hover::before {
    left: 100%;
}

.btn-success:hover {
    background-color: #218838;
    transform: scale(1.05);
}



.new-btn {
    padding: 7px 7px;
    margin-top: 10px;
    background-color: #d9534f;
    color: #fff;
    border: none;
    border-radius: 0px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.new-btn:hover {
    background-color: #d9534f;
    transform: scale(1.05);
}

.new-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: rgba(255, 255, 255, 0.3);
    transition: left 0.3s ease-in-out;
}

.new-btn:hover::before {
    left: 100%;
}

/* animation css code for button  */

.btn-success {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #28a745;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.btn-success:hover {
    background-color: #218838;
    transform: scale(1.1);
}

.btn-success::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease-in-out;
}

.btn-success:hover::before {
    left: 100%;
}

/* pop-up from css */

/* Modal Overlay Background */

.modal-content {
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.modal-header {
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 15px;
}

.modal-title {
    font-weight: bold;
    color: #333;
}

.modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  #showloading6 {
    display: none;
  }

.modal-body {
    padding: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ccc;
}

textarea.form-control {
    resize: none;
}

/* Modal Buttons */
.modal-footer {
    display: flex;
    justify-content: space-between;
}

.btn-danger {
    background-color: #dc3545;
    border: none;
}

.btn-success {
    background-color: #28a745;
    border: none;
}

.btn-danger:hover {
    background-color: #c82333;
}

.btn-success:hover {
    background-color: #218838;
}

/* Loading Button */
#showloading6 {
    display: none;
    cursor: not-allowed;
}

/* 1st animation css */

@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.slide-left {
    animation: slideInLeft 1s ease-in-out;
}

.slide-right {
    animation: slideInRight 1s ease-in-out;
}