/********** Template CSS **********/
body {
    font-family: 'Poppins', sans-serif;
}
.flip-box {
    background-color: transparent;
    width: 300px;
    height: 200px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    background-color: #bbb;
    color: black;
}

.flip-box-back {
    background-color: #1273eb;
    color: white;
    transform: rotateY(180deg);
    padding: 70px 0px;
}

.card-img {
    overflow: hidden;
    position: relative;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}
.h-100 {
    height: 100% !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.125);
    border-radius: 0.25rem;
}
.card-img img {
    width: 100%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
.dropdown-menu[data-bs-popper] {
    top: 73% !important;
    left: 0;
    margin-top: 0.125rem;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #5d2d91;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #f32e8a;
    background-color: #5d2d91;
}
.dropdown-item {
    color: #fff;
    background-color: #5d2d91;
    padding: 5px 10px;
    border-bottom: 1px solid white;
}
.dropdown-menu {
    padding: unset !important;
    background-color: none;
}
.month {
    color: #fff;
}
.contact {
    font-size: 11px !important;
}
.py-6 p {
    font-size: 13px;
}
#container {
    padding: 30px 0;
}

#header, #featured_slide, #container, #footer, #copyright {
    position: relative;
    margin: 0 auto 0;
    display: block;
    width: 960px;
}

html[xmlns] .clear {
    display: block;
}

.clear {
    display: inline-block;
}

.founder {
    border-radius: 50%;
    height: 200px;
    margin: 0 auto;
    width: 200px;
    overflow: hidden;
    transition: top .2s ease-in-out,width .5s,height .6s;
}

    .founder:hover {
        width: 270px;
        height: 230px;
        border-radius: 50%;
    }
user agent stylesheet
div {
    display: block;
}

div.wrapper {
    display: block;
    width: 100%;
    text-align: center;
}

.row4 {
    color: #152440;
    background-color: #F8F9F3;
}

#container h1, #container h2, #container h3, #container h4, #container h5, #container h6 {
    color: #8199A9;
    background-color: #F8F9F3;
}

div.wrapper h1, div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6 {
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: normal;
    line-height: normal;
}

#container a {
    color: #591F58;
    background-color: #F8F9F3;
}

.tab-box a.activeLink {
    background-color: #fff;
    border-bottom: 0;
    padding: 6px 15px;
}

.tab-box a {
    border: 1px solid #DDD;
    color: #666666;
    padding: 5px 15px;
    text-decoration: none;
    background-color: #eee;
}


.section-title-border-half {
    position: relative;
}
    .section-title-border-half::before {
        position: absolute;
        content: '';
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background: transparent;
        border: 2px solid #ffbb38;
        bottom: -14px;
        left: 0;
    }
    .section-title-border-half::after {
        position: absolute;
        content: '';
        height: 2px;
        width: 50px;
        left: 15px;
        bottom: -10px;
        background: #ffbb38;
    }
#thumbs li {
    list-style-type: none;
    float: left;
}

.item-thumbs {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
}
    .item-thumbs .hover-wrap {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 450ms ease-out 0s;
        -moz-transition: all 450ms ease-out 0s;
        -o-transition: all 450ms ease-out 0s;
        transition: all 450ms ease-out 0s;
        -webkit-transform: rotateY(180deg) scale(0.5,0.5);
        -moz-transform: rotateY(180deg) scale(0.5,0.5);
        -ms-transform: rotateY(180deg) scale(0.5,0.5);
        -o-transform: rotateY(180deg) scale(0.5,0.5);
        transform: rotateY(180deg) scale(0.5,0.5);
    }
        .item-thumbs .hover-wrap .overlay-img {
            position: absolute;
            width: 85%;
            height: 99%;
            opacity: 0.50;
            filter: alpha(opacity=80);
            background: rgba(61, 61, 61, 0.67);
        }
        .item-thumbs .hover-wrap .overlay-img-thumb {
            position: absolute;
            border-radius: 60px;
            top: 50%;
            left: 45%;
            margin: -16px 0 0 -16px;
            color: #fff;
            font-size: 32px;
            line-height: 1em;
            opacity: 1;
            filter: alpha(opacity=100);
        }
    .item-thumbs a + img {
        width: 95%;
    }
:root {
    --primary: #F3525A;
    --secondary: #F6F6F6;
    --light: #FFFFFF;
    --dark: #152440;
}
.carousel-caption {
    color: #f32e8a !important;
}
.text-white {
    color: #f32e8a !important;
}
.wrapper {
    padding-top:3%;
}
h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.pt-6 {
    padding-top: 25px;
}

.pb-6 {
    padding-bottom: 90px;
}

.py-6 {
    padding-top: 25px;
    padding-bottom: 90px;
}

.btn {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 35px;
    height: 35px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: #03274b;
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Barlow', sans-serif;
    padding: 13px 9px;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #f32e8a;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.service-item {
    position: relative;
    overflow: hidden;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.service-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    bottom: -50px;
    left: 0;
    background: var(--light);
    border-radius: 100% 100% 0 0;
    box-shadow: 0px -10px 5px #EEEEEE;
    transition: .5s;
}

.service-item:hover::after {
    bottom: -25px;
}

.service-item p {
    transition: .3s;
}

.service-item:hover p {
    margin-bottom: 25px !important;
}

.team-item img {
  /*  transform: scale(1.15);
    margin-left: -30px;*/
    transition: .5s;
}

.team-item:hover img {
    margin-left: 0;
}

.team-item .team-text {
    left: -100%;
    transition: .5s;
}

.team-item .team-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    right: -60px;
    margin-top: -30px;
    border: 30px solid;
    border-color: transparent transparent transparent var(--primary);
}

.team-item:hover .team-text {
    left: 0;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .owl-item img {
    width: 90px;
    height: 90px;
}

.blog-item img {
    transition: .5s;
}

.blog-item:hover img {
    transform: scale(1.1);
}
@-moz-keyframes blink {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes blink {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes blink {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
.blink-image {
    -moz-animation: blink normal 2s infinite ease-in-out;
    -webkit-animation: blink normal 2s infinite ease-in-out;
    -ms-animation: blink normal 2s infinite ease-in-out;
    animation: blink normal 1s infinite ease-in-out;
    color:red;
}
.top-50 {
    top: 80% !important;
}
.p-4 {
    padding: 0.5rem !important;
}
.blink {
    animation: blink 1s linear infinite;
    font-size: 16px;
    font-weight: 700;
}
@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}
.app-link {
    display: block; /* Ensure each link is on a new line */
    color: #f32e8a; 
    text-decoration: underline; 
    font-size: 16px;
    margin-bottom: 10px; /* Space between the links */
    text-align: center;
}
.app-link:hover {
    color: #d52773; /* Darker pink for hover */
    text-decoration: none; /* Remove underline on hover (optional) */
}
.form-container {
    width: 400px;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display:contents;
}
form {
    display: flex;
    flex-direction: column;
}
label {
    margin-top: 10px;
    /*font-weight: bold;*/
    font-size: 12px;
    color: #333;
}
input[type="text"],
input[type="email"],
textarea,
select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 12px;
    font-weight:300px;
}

textarea {
    resize: none;
    height: 80px;
}

.submit {
    width: 100%;
    padding: 7px;
    margin-top: 15px;
    background-color: #F32E89;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    /*button:hover {
        background-color: #F32E89;
    }*/

.success-message {
    margin-top: 10px;
    font-size: 14px;
    color: #28a745;
    display: none; /* Hidden by default */
}

/* Show success message when form is submitted */
/*form:valid .success-message {
    display: block;
}*/