#surgical{
    background-image: url('/images/surgical_dentistry_page.png');
}

.procedures-section .bg-light {
    background-color: var(--bs-light-beige) !important;
}

.procedures-section .text-dark {
    color: var(--bs-logo-gray) !important;
}

.procedures-section .img-end {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 10px 0 10px;
}

.procedures-section .text-center p {
    font-family: 'Lora', serif;
    line-height: 1.4;
    margin-bottom: 10px !important;
    padding-right: 70px; /* Make space for the image */
    position: relative;
}

.procedures-section .text-center p + p {
    margin-top: 0 !important;
}

.procedures-section h2 {
    color: #19496b;
    font-family: 'Lora', serif;
}

.table {
    border-collapse: separate;
    border-spacing: 0;
    border: none;
}

.table td {
    border: 1px solid #ddd;
    vertical-align: middle;
}
.table_left{
    background-color: rgba(24,61,74) !important; 
    color: rgba(236,216,182) !important; 
    width: 30% !important;
    border-bottom: rgb(208, 13, 29) !important;
}
.table_right{
    background-color: rgba(236,216,182) !important; 
    color: rgba(24,61,74) !important;
    border-bottom:rgba(24,61,74) !important;
}

.btn-info:hover {
    background-color: #00ACC1 !important;
}

/* Add star decoration similar to the screenshots */
.star-decoration {
    position: absolute;
    width: 40px;
    height: 40px;
}

.star-left {
    left: 0;
    top: 50%;
}

.star-right {
    right: 0;
    top: 30%;
}

.hero-section {
    padding: 20px 0;
}

.hero-title {
    color:  var(--logo-gray) !important;
    font-size: 50px;
    font-weight: 700;
    /* margin-bottom: 30px; */
}

.hero-text {
    color: #153b50;
    font-size: 16px;
    line-height: 1.8;
}

.hero-point {
    /* margin-bottom: 20px; */
    padding-left: 25px;
    position: relative;
}

.hero-point:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #153b50;
}

.hero-image {
    max-width: 100%;
    border-radius: 20px;
}
.triangle-shape {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.contact-icons {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-icons a {
    color: #153b50;
    font-size: 20px;
}

.table-heading {
    color: #153b50;
    font-size: 28px;
    margin-bottom: 25px;
    font-weight: 500;
    margin-top: 50px;
}

.procedure-table th {
    background-color: #153b50;
    color: white;
    vertical-align: middle;
    padding: 15px;
    border: 1px solid #dee2e6;
}

.procedure-table td {
    background-color: #f4e9d7;
    padding: 15px;
    border: 1px solid #dee2e6;
}

.star-icon {
    position: absolute;
    top: 20% !important;
    right: 95%;
    width: 60px;
    height: 60px;
    opacity: 0.7;
}