:root {
    --bs-primary-rgb: 0, 23, 197 !important;
    /* --bs-secondary-rgb: 209, 214, 255 !important; */
    --color-primary: #0017c5 !important;        
}
.logo-div img{
    width: 80px !important;
}
.btn-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: #0017c5 !important;
    --bs-btn-border-color: #0017c5 !important;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #062F54 !important;
    --bs-btn-hover-border-color: #0017c5 !important;
    --bs-btn-focus-shadow-rgb: 20, 120, 97;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0017c5 !important;
    --bs-btn-active-border-color: #0017c5 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0017c5 !important;
    --bs-btn-disabled-border-color: #0017c5 !important;
}
@media (max-width: 992px) {
    .sm-title h2{
        font-size: 28px !important;
    }
}

.to-top{
    margin-bottom: 85px !important;
}
.darkmode-trigger {
    margin-bottom: 8rem!important;
}
.star-rating .yellow {
    color: #FCBC05;
}
.star-rating {
    display: flex;
}

.star-rating input {
    display: none;
}

.star-rating label {
    font-size: 2em;
    color: #aaa;
    cursor: pointer;
}

.star-rating input:checked ~ label {
    color: #FCBC05;
}

   /* whatsapp */

   .whats-float {
    position: fixed;
    transform:translate(108px,0px);
    bottom: 300px;
    right:0;
    width:150px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 2px 0 0 2px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle;
    opacity: 0.8;

}
.whats-float a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.whats-float i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;

}

.whats-float:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
    opacity: 1;
}

.whats-float:hover i  {
    transform:rotate(360deg);
}

/* call */
.call-float {
    position: fixed;
    transform:translate(108px,0px);
    bottom: 245px;
    right:0;
    width:150px;
    overflow: hidden;
    background-color: #2b25d3;
    color: #FFF;
    border-radius: 2px 0 0 2px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle;
    opacity: 0.8;
}
.call-float a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.call-float i {
    font-size: 25px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform:rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align:center;

}

.call-float:hover {
    color: #FFFFFF;
    transform:translate(0px,0px);
    opacity: 1;
}

.call-float:hover i  {
    transform:rotate(360deg);
}


/* Set a fixed dimension for all benefit images */
.benefit-image {
    width: 100% !important; /* Fit the column width */
    height: 150px !important; /* Consistent height for alignment */
    object-fit: cover !important; /* Ensures the image fills the set dimensions without distortion */
}

/* Responsive adjustment for mobile devices */
@media (max-width: 768px) {
    .benefit-image {
        height: 120px !important; /* Slightly smaller for mobile */
    }
}


/* Ensure the #clients_feedback section spans the full width */
#clients_feedback {
    width: 100% !important; /* Full width of its container */
    padding: 2rem 0 !important; /* Vertical padding for spacing without altering layout */
}

/* Maintain the width and structure of .container */
#clients_feedback .container {
    max-width: 100% !important; /* Ensure the inner container does not shrink */
    padding: 0 2rem !important; /* Add horizontal padding for inner spacing */
}

/* Full-width inner section to avoid breaking the layout */
#clients_feedback .section-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important; /* Full width for inner section */
    padding: 1rem 0 !important; /* Inner padding for better spacing */
    box-sizing: border-box !important; /* Prevent padding from altering total width */
}

/* Keep .row structure consistent */

/* Adjust individual benefit columns */

