/*Write your custom style or CSS code here*/

/* Adjust size and spacing of the header logo */
/* Desktop */
.header .logo img,
section#header .logo img {
    max-height: 80px !important;
    width: auto !important;
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

/* Mobile (768px and below) */
@media (max-width: 768px) {
    .header .logo img,
    section#header .logo img {
        max-height: 30px !important; /* Adjust as needed */
        width: auto !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

/* Small phones (480px and below) */
@media (max-width: 480px) {
    .header .logo img,
    section#header .logo img {
        max-height: 40px !important;
    }
}


.tt-service-info {
    background: #5849c7 !important;
}

.bg-primary {
    background-color: #9da8dd !important;
}

a.btn.btn-primary.btn-block.cpanel-btn-login {
    background-color: #ff5722 !important;
    border-color: #ff5722 !important;
    color: #ffffff !important; /* Ensures the text remains clear and readable */
}


/* Button background */
/* Button text = white */
.bg-primary.text-primary {
    color: #fff !important;
}