/*
 Theme Name: TradeMark
 Author: Umair Asif
 Version: 1.1.1
*/

/* Styling for Nav Links */
.nav-link {
    font-weight: 400;
    transition: color 0.3s ease;
    cursor: pointer;
    font-family: 'Open Sans';
}

.nav-link:hover {
    color: #CF9456 !important;
}


.dropdown-menu {
    border-radius: 12px;
    padding: 10px;
    margin-top: 10px !important;
}

.dropdown-item {
    border-radius: 8px;
    padding: 8px 15px;
    transition: background 0.2s ease;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #CF9456;
    transform: scale(1.1);
}





.hero {
    background-color: #ABDDDE30;
}


.btn-primary-outline {
    border: 1px solid #CF9456;
    transition: transform 0.2s ease;
}

.btn-primary-outline:hover {
    border: 1px solid #CF9456;
    transform: translateY(-2px);
}

.trademarks {
    background-color: #64AFB0;
    color: #fff;
}


.custom-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
    background: #fff;
    height: 100%;
    border-radius: 40px !important;
}

.custom-card img {
    padding: 10px;
}

.services .custom-card:hover  {
    border-radius: 40px;
    background-color: #1B9B9D;
    color: #fff !important;
}
.services .custom-card:hover * {
    color: #fff !important;
}

.services .card:hover .btn{
    background-color: #fff !important;
    color: black !important;
}
.services .card:hover img{
    filter: invert(100%);
}

.card-title {
    font-weight: 700;
    color: #333;
    min-height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans';
}

.card-text {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    /* Limits text to 3 lines to prevent overflow issues */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1.5rem;
    font-family: 'Open Sans';
}


.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
}


.carousel-indicators{
    bottom: -5%;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 0;
}
.carousel-indicators [data-bs-slide-to] {
    margin-top: 20px !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    background-color: #1B9B9D !important;
    transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.testimonials .carousel-indicators{
    bottom: -15% !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    /* margin-top: 40px !important; */
    border: 2px solid rgb(152, 103, 103);
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 75%;
    background-size: 200% 100%;
    background-color: black !important;
}

.navigate .container {
    background-color: #1B9B9D;
    color: #fff;
    margin-top: 180px;
}

.navigate .img {
    top: -56%;
}

.acheivments .container{ 
    background-color: #64AFB0;
    color: #fff;
}

.resource{
    background-color:#64AFB0;
    color: #fff;
}

.testimonials .card:hover{
    transform: scale(1.05);
}

footer{
    background-color: #64AFB0;
}
footer input{
    background-color: #1B9B9D !important;
    border: none;
    box-shadow: 2px 2px 2px #666;
}
footer input:hover{
    scale: 1.05;
}
footer button:hover{
    scale: 1.1;
}
.about .image:hover{
    transform: translateY(2px);
}
.about .image{
    margin-top: 10px;
}

.carousel-track {
    display: flex;
    transition: transform 0.4s ease-in-out;
}


.responsive-card {
    flex: 0 0 100%;
    max-width: 100%;
}

