body {
    font-family: var(--font-sans) !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
    font-style: normal;
}

p {
    /* font-size: 16px !important;*/
    line-height: 1.6 !important; 
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #646464;
}

.flip-card {
    /* width: 150px;
    height: 40px; */
    width: 200px;
    height: 50px;
    perspective: 1000px;
    cursor: pointer;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner{
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flip-card-front {
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flip-card-back {
    transform: rotateY(180deg);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

#home {
    background: url('/images/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 25%;
    position: relative;
}

#home h1 {
    color: #fff !important;
}

#home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.43);
    z-index: 1 !important;
    pointer-events: none;
}

.text-custom {
    font-size: 3.5rem !important;
    line-height: 4.5rem !important;
}

.line::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    border-top: 1px solid #ffffff;
}

#why-us .bg-img{
    background: url('/images/why-us.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #000;
}

label {
    color: #fff !important;
}

.call-us {
    background: url('/images/toronto.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 47%;
    background-color: #000;
}

.call-us::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.575);
    z-index: 0;
    pointer-events: none;
}

.by-cosmokode {
    background: -webkit-linear-gradient(#fe952d, #860eae);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* @media (min-width: 1920px) {
    .text-custom {
        font-size: 4rem !important;
        line-height: 4.5rem !important;
    }
} */

/* temprory */
.bg-custom-500, .hover\:bg-custom-500:hover  {
    background: rgb(0,164,190);
    background: linear-gradient(180deg, rgba(0,164,190,1) 0%, rgba(2,229,215,1) 100%) !important;
}

.text-custom-500 {
    color: #00a7bf !important;
}

.\[\&\.active\]\:text-custom-500.active, .hover\:text-custom-500:hover {
    color: #00a7bf !important;
}

.border-custom-500 {
    border-color: rgb(0 168 191) !important;
}

.hover\:bg-custom-500:hover {
    border: none !important;
    color: #fff !important;
}

.swiper-button-prev, .swiper-button-next {
    color: #00a7bf !important;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #00a7bf !important;
    outline-color: #00a7bf !important;
}

.bg-form {
    background: rgb(244,225,130);
    background: linear-gradient(344deg, rgba(244,225,130,1) 0%, rgba(67,157,190,1) 52%, rgba(244,225,130,1) 100%);
}

#consultation label {
    color: #000 !important;
}

#consultation input::placeholder, #consultation textarea::placeholder  {
    color: rgb(36, 36, 36); /* Change to your desired color */
    opacity: 1; /* Ensure full opacity */
}

.checked\:bg-custom-500:checked {
    background-color: #00a7bf !important;
    border-color: #00a7bf !important;
}

.border-slate-200 {
    border-color: rgb(80 80 80) !important;
}

.bg-yellow-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(226 173 51) !important;
}

.h-36 {
    height: 10rem;
}

.text-5xl {
	font-size: 3rem;
    line-height: 1;
}

#services .p-6 {
    min-height: 234px;
}

.internal h2 {
    padding: 10px 0 20px;
}

.internal.visa-content .card-header h2 {
    padding: 1.25rem;
}

.internal h3 {
    padding: 5px 0 15px;
}

.internal h4 {
    padding: 0 0 10px;
}

.internal p {
    font-size: 1rem;
    line-height: 1.6 !important;
    padding: 0 0 20px;
    color: rgb(100 116 139 / var(--tw-text-opacity));
}

.internal ul li, .internal ol li {
    font-size: 1rem;
    line-height: 1.6 !important;
    color: rgb(100 116 139 / var(--tw-text-opacity));
    list-style: circle;
    margin: 0 0 0 25px;
    padding: 0 0 10px;
}

.internal h4 strong {
    font-size: 1.25rem;
    font-style: normal !important;
}

.internal h4 strong, .internal h3 strong {
    font-weight: 600 !important;
}

.h-700 {
    height: 478px;
}

/* Reviews */
.WidgetTitle__Container-sc-9c92769d-0 {
    display: none !important;
}

.mob {
    display: none;
}

.h-400 {
    height: 400px;
    overflow: hidden;
}

.colg-logo {
    height: 200px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.service-banner {
    background-position: center 0 !important;
}

@media screen and (max-width: 400px) {
    
    .dropdown-menu {
        width: 100% !important;
    }

    h1 {
        text-align: center !important;
    }

    #home p {
        text-align: center !important;
    }

    .flip-card {
        margin: 0 auto !important;
    }

    #about .mr-10 {
        margin-right: 0 !important;
    }

    #about h1 {
        text-align: left !important;
        font-size: 2.5rem !important;
        margin-top: 10px;
    }

    #about .w-20 {
        width: 2rem;
    }

    .mob {
        display: block !important;
    }

    #why-us {
        text-align: center !important;
    }

    #why-us .bg-img {
        display: none !important;
    }

    #why-us .pr-12 {
        padding-right: 1.5rem;
    }

    .call-us {
        padding: 20px !important;
        top: -146px;
    }

    #founder {
        text-align: center !important;
    }

    #founder .mr-10 {
        margin-right: 0 !important;
    }
 }