/* Toggle switch css start here For Signin Popup */

.toggle-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}
.toggle-label {
    font-size: 14px;
    font-weight: 500;
    color: #555;
}
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}
.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px;
}
.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}
input:checked + .slider {
    background-color: #6c63ff;
}
input:checked + .slider:before {
    transform: translateX(26px);
}

/* Toggle switch css ends here For Signin Popup */

/* Smooth Hover Effect SignIn page Social Link starts here */
.btn.btn-social-link {
    transition: all 0.3s ease-in-out;
    width: 56px; 
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 15px;
}

.btn.btn-social-link img {
    transition: margin 0.3s ease-in-out; 
    margin-right: 0px;
    margin-left: 0px;
}


.btn.btn-social-link span {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}


.btn.btn-social-link:hover {
    width: 100%; 
    justify-content: flex-start; 
    padding: 0 20px;
}

/* Expand hovered button */
.btn.btn-social-link:hover img {
    margin-right: 10px;
}

.btn.btn-social-link:hover span {
    display: inline-block;
    opacity: 1;
}
 
/* Smooth Hover Effect SignIn page Social Link ends here */

.fn-sx-10{
    font-size: 10px !important;
}
.fn-sx-13{
    font-size: 13px !important;
}
.togglePass{
    cursor: pointer;
}
.footer.footer-type-3{
    background-image: none !important;
    padding-bottom: 0px !important;
}

.box-input-search{
    position: relative;
}
.box-input-search input{
    border: 0px;
    height: auto;
    background-color: transparent;
    padding-left: 0px !important;
    font-family: "Manrope", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    background: none !important;
}
.box-calendar-date-rm::before {
    background-image: none !important;
}

.searchDropdownList li {
    cursor: pointer;
}

.searchDropdownList li:hover {
    background-color: #f0f0f0;
}


.btn.btn-success {
    padding: 8px 18px !important;
    color: var(--bs-neutral-0) !important;
    font-size: 14px !important;
    line-height: 22px !important;
    font-family: "Manrope", sans-serif;
    font-weight: 700 !important;
    background-color: var(--bs-success);
    border-radius: 50px;
    border: 1px solid var(--bs-success);
}
.btn.btn-success:hover{
    background-color: #198637;
    border: 1px solid #198637;
}

.btn.btn-danger {
    padding: 8px 18px !important;
    color: var(--bs-neutral-0) !important;
    font-size: 14px !important;
    line-height: 22px !important;
    font-family: "Manrope", sans-serif;
    font-weight: 700 !important;
    background-color: var(--bs-danger);
    border-radius: 50px;
    border: 1px solid var(--bs-danger);
}

.btn.btn-danger:hover{
    background-color: #AC2B19;
    border: 1px solid #AC2B19;
}

.btn.btn-info {
    padding: 8px 18px !important;
    color: var(--bs-neutral-0) !important;
    font-size: 14px !important;
    line-height: 22px !important;
    font-family: "Manrope", sans-serif;
    font-weight: 700 !important;
    background-color: var(--bs-info);
    border-radius: 50px;
    border: 1px solid var(--bs-info);
}

.btn.btn-info:hover {
    background-color: #0B7EA4; /* Slightly darker shade of info */
    border: 1px solid #0B7EA4;
}

.popup-signin .popup-container {
    max-width: 490px !important;
}
.form-group input.signin-otp {
    background-image: url(../imgs/template/popup/mobile.svg);
    background-position: left 18px center;
    background-repeat: no-repeat;
    padding-left: 45px;
}
.form-group input.signin-otp:focus {
    background-image: url(../imgs/template/popup/mobile.svg);
    background-position: left 18px center;
    background-repeat: no-repeat;
    padding-left: 45px;
}

.bg-custom-purple {
    background-color: #c4aee6 !important;
}

.text-black {
    color: #000;
}

.cursor-pointer {
    cursor: pointer;
}

/*** THIS SECTION FOR FOOTER ICON SECTION STARTS HERE */

/* Smooth transition for hover effect */
.box-socials-footer .icon-socials svg {
    font-size: 20px;
    transition: color 0.3s ease; 
}

.box-socials-footer .icon-instagram svg {
    color: #E4405F; 
}

.box-socials-footer .icon-facebook svg {
    color: #1877F2; 
}

.box-socials-footer .icon-twitter svg {
    color: #1DA1F2; 
}

.box-socials-footer .icon-be svg,
.box-socials-footer .icon-linkedin svg {
    color: #0A66C2;
}

.box-socials-footer .icon-socials svg:hover {
    opacity: 0.8;
}

/* Smooth transition for hover effect */
.box-socials-footer .icon-socials i {
    font-size: 20px; /* match original SVG size */
    transition: color 0.3s ease, opacity 0.3s ease;
}

/* Brand Colors */
.box-socials-footer .icon-instagram i { color: #E4405F; } /* Instagram pink/red */
.box-socials-footer .icon-facebook i { color: #1877F2; }  /* Facebook blue */
.box-socials-footer .icon-twitter i { color: #1DA1F2; }   /* Twitter blue */
.box-socials-footer .icon-be i,
.box-socials-footer .icon-linkedin i { color: #0A66C2; } /* LinkedIn blue */

/* Hover effect */
.box-socials-footer .icon-socials i:hover {
    opacity: 0.8;
}
/*** THIS SECTION FOR FOOTER ICON SECTION ENDS HERE */


/*** THIS SECTION FOR CONTACT PAGE ADDRESS SECTION STARTS HERE */

.office-card {
    background-color: #ffffff;
    padding: 30px 25px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.office-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 35px rgba(0,0,0,0.1);
}

/* Icon wrapper with subtle gradient background */
.icon-wrapper {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(0,123,255,0.15), rgba(0,123,255,0.05));
    transition: transform 0.3s ease;
}

.office-card:hover .icon-wrapper {
    transform: scale(1.1);
}

/* Individual color gradients */
.icon-wrapper.text-primary { background: linear-gradient(135deg, rgba(0,123,255,0.2), rgba(0,123,255,0.05)); }
.icon-wrapper.text-success { background: linear-gradient(135deg, rgba(40,167,69,0.2), rgba(40,167,69,0.05)); }
.icon-wrapper.text-warning { background: linear-gradient(135deg, rgba(255,193,7,0.2), rgba(255,193,7,0.05)); }

.office-card i {
    font-size: 1.4rem;
    color: inherit;
}

.office-card h5 {
    font-weight: 600;
    font-size: 1.2rem;
}

.office-card p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #6c757d;
}
