/* Borders */

.border-1 {
    border: 1px solid rgb(238, 238, 238);
}

/* Buttons */
.btn {
    text-transform: none !important;
}

.btn-primary {
    font-size: 13px;
    font-weight: 600;
    background-color: #0a91d2;
    border: 1px solid transparent;
    border-radius: 5px !important;
}

.btn-primary:active {
    background-color: #041B2D !important;
}

.btn-primary:focus {
    background-color: #041B2D;
}

.btn-danger {
    font-size: 13px;
    font-weight: 600;
    background-color: #dc3545;
    border: 1px solid transparent;
    border-radius: 5px !important;
}

.btn-primary i {
    transition: .5s;
}

.btn-primary:hover i {
    transform: translateX(10px);
}

.btn-primary:hover {
    background-color: #041B2D;
    border: 1px solid transparent;
}

.btn-whatsapp {
    background-color: #25D366;
    border: 1px solid transparent !important;
    border: none;
    color: white;
    font-size: 10px;
    font-weight: 600;
}

.btn-whatsapp:hover {
    background-color: transparent;
    border: 1px solid #25D366 !important;
    color: #25D366 !important;
}

.btn-email {
    background-color: #007BFF;
    border: 1px solid transparent !important;
    border: none;
    color: white;
    font-size: 10px !important;
    font-weight: 600;
}

.btn-email:hover {
    background-color: transparent;
    border: 1px solid #007BFF !important;
    color: #007BFF !important;
}

/* Backgrounds */

.gray-simple {
    background: #f1f5f8;
}

/* Form */

.form-control {
    border: 1px solid rgb(235, 235, 235) !important;
}

.form-control:focus .form-label {
    background-color: white !important;
}

.custom-form {
    padding: 8px 12px;
    border-radius: 5px;
    border: 1px solid #f1f5f8;
    outline: transparent;
    color: #757575;
    font-size: 13px;
    transition: .5s;
}

.custom-form:hover {
    border: 1px solid #0a91d2;

}

.custom-form:focus {
    border: 1px solid #0a91d2;
    box-shadow: 0px 4px 6px 0px #0a8fd217;
}

/* Span */

.span-primary {
    background-color: #0a91d2;
    color: white;
}

.span-light {
    background-color: rgba(2, 100, 214, 0.1);
    color: rgb(10, 145, 210);
}

/* Text */

.text-primary {
    color: #0a91d2 !important;
}

.text-dark-blue {
    color: #05264e;
}

.text-light-gray {
    color: #5D6F7D;
}

.fw-bold {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 500;
}

.fs-7 {
    font-size: 14px;
}

.fs-extra-bold {
    font-weight: bold;
}

/* Header Section */
.fa-bars:before, .fa-navicon:before {
    content: "\f550";
}

.navbar-toggler {
    border: 1px solid transparent;
    color: #0a91d2;
    box-shadow: none !important;
    font-size: 24px;
}

.navbar-brand img {
    max-height: 40px;
    transition: .5s;
}

.navbar-nav a {
    font-weight: 600;
    font-size: 13px;
    color: #212529;
    transition: .5s;
}

.navbar-nav a:hover {
    color: #0a91d2;
}

.active {
    color: #0a91d2 !important;
}

.flag-icon {
    width: 20px;
    margin-right: 8px; 
}

.icon-box {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-size: 13px;
    background-color: rgba(2, 100, 214, 0.1);
    color: rgb(10, 145, 210);
}

/* Sections */

a.accordion-link.active {
    color: white !important;
    background: #0a91d2;
}

a.accordion-link {
    width: 100%;
    border-radius: 10px;
    display: flex;
    background: var(--bs-white);
    transition: 0.5s;
}

ul.simple-list li, ul.colored-list li {
    list-style: none;
    position: relative;
    padding: 0.2rem 0rem 0.2rem 1.4rem;
}

ul.simple-list-checked li, ul.colored-list li {
    list-style: none;
    position: relative;
    padding: 0.2rem 0rem 0.2rem 1.4rem;
}

ul.simple-list li:before {
    content: "\f192";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0;
}

ul.simple-list-checked li:before {
    content: "\f058";
    color:rgb(10, 145, 210);
    font-family: "Font Awesome 6 Free";
    position: absolute;
    left: 0;
}

.icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 138, 255, 0.1) !important;
    width: 60px;
    height: 60px;
    transition: .5s;
}

.card-item {
    text-align: center;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: 0.5s;
    background-color: white;
    cursor: pointer;
}

.card-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
}

.card-item-light {
    text-align: center;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: 0.5s;
    background-color: #f1f5f8;
    cursor: pointer;
}

.card-portfolio {
    background-color: #f1f5f8;
}

.category-span {
    top: 20px;
    left: 20px;
}

.crd-descr-start a {
    transition: .5s;
}

.crd-descr-start a:hover {
    color: rgb(10, 145, 210);
}

#asideUl li {
    transition: .5s;
}

#asideUl li a {
    transition: .5s;
}

#asideUl li:hover {
    background-color: rgb(10, 145, 210) !important;
    border: 1px solid transparent !important;
}

#asideUl li:hover a {
    color: white !important;
}

.tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -10px;
}

.tags-wrapper a {
    padding: 8px 12px;
    background: #ffffff;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: black;
    border: 1px solid rgb(238, 238, 238);
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s;
    text-decoration: none;
}

.tags-wrapper a:hover {
    background: rgb(10, 145, 210) !important;
    color: #fff;
    transform: translateY(-3px) scale(1.04) !important;
    border: 1px solid transparent;
}

/* Footer */

.foot-socials ul {
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}

.foot-socials ul li {
    background: #edf3f7;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
    color: #6E849D;
}

.foot-socials ul li:hover {
    background-color: rgb(10, 145, 210);
    color: white;
}

.foot-socials ul li a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    background: #edf3f7;
    align-items: center;
    justify-content: center;
    border-radius: 0.2rem;
    background: rgba(255, 255, 255, 0.1);
    font-size: 15px !important;
}

#footerNavItem {
    color: #6e8497 !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 600 !important;
    transition: 0.3s;
    cursor: pointer;
    text-wrap: nowrap;
}

#footerNavItem:hover {
    color: rgb(10, 145, 210) !important;
}


/* Media Screens */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    .navbar-brand img {
        max-height: 25px;
    }

    footer h6 {
        font-size: 8px !important;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
    .navbar-brand img {
        max-height: 35px;
    }

    .foot-socials {
        display: flex !important;
        justify-content: center !important;
    }

    footer h6 {
        font-size: 8px !important;
    }
    
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
    .navbar-brand img {
        max-height: 35px;
    }

    .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .hero .fs-6 {
        font-size: 10px !important;
    }

    .icon-circle {
        width: 40px;
        height: 40px;
    }

    .icon-circle svg {
        width: 20px;
        height: 20px;
    }

    .domain-hosting span {
        font-size: 12px;
    }

    .foot-socials ul {
        display: flex !important;
        flex-wrap: wrap !important;
        row-gap: 10px !important;
    }

    #footerNavItem {
        font-size: 10px !important;
    }

    footer h6 {
        font-size: 14px !important;
    }

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
    #footerNavItem {
        font-size: 10px !important;
    }
}

/* Extra large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) { 
    
}

/* Extra extra large devices (very large desktops, less than 1600px) */
@media (max-width: 1599.98px) { 
   
}
