:root {
    --primary: #022b41;
    --secondary: #FF6922;
    --light: #EFFDF5;
    --dark: #0E2E50;
}
.ctext
{
    font-size:30px!important;
}
h1 
{
    font-size:32px!important;
}
h2
{
    font-size:27px!important;
}
h3
{
    font-size:23px!important;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}
#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    
}
.btn {
    transition: .5s;
}
.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
    width: 48px;
    height: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}
.nav-bar {
    position: relative;
    padding: 0 3rem;
    transition: .5s;
    z-index: 9999;
}
.nav-bar.sticky-top {
    position: fixed;
    padding: 0;
    z-index: 9999;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107"; /* Font Awesome arrow icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}
.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}
.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}
@media (max-width: 991.98px) {
    .nav-bar {
        margin: 0;
        padding: 0;
    }
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}
.navbar-light .navbar-brand {
    height: 75px;
}
.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.logomobile {
    max-width: 100%;
    max-height: auto;
    width: auto\9; /* IE8 */
    margin-left: -60px;
}
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
@media (min-width: 992px) {
    .header {
        margin-top: -120px;
    }
}
.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}
.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}
.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}
@media (max-width: 768px) {
    .header-carousel .owl-nav {
        left: 25px;
    }
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #DDDDDD;
}
.icon {
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF !important;
    border-radius: 50px;
    border: 1px dashed var(--primary) !important;
}
.about-img img {
    position: relative;
    z-index: 2;
}
.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: var(--primary);
    transform: skew(20deg);
    z-index: 1;
}
.cat-item div {
    background: #FFFFFF;
    border: 1px dashed rgba(0, 185, 142, .3);
    transition: .5s;
}
.cat-item:hover div {
    background: var(--primary);
    border-color: transparent;
}
.cat-item div * {
    transition: .5s;
}
.cat-item:hover div * {
    color: #FFFFFF !important;
}
.nav-pills .nav-item .btn {
    color: var(--dark);
}
.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}
.property-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}
.property-item img {
    transition: .5s;
}
.property-item:hover img {
    transform: scale(1.1);
}
.property-item .border-top {
    border-top: 1px dashed rgba(0, 185, 142, .3) !important;
}
.property-item .border-end {
    border-right: 1px dashed rgba(0, 185, 142, .3) !important;
}
.team-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    transition: .5s;
}
.team-item .btn {
    color: var(--primary);
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}
.team-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}
.team-item:hover {
    border-color: var(--secondary) !important;
}
.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}
.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}
@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}
.testimonial-carousel .testimonial-item .border {
    border: 1px dashed rgba(0, 185, 142, .3) !important;
}
.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    opacity: 0.5;
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
    background-color:red;
}
.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 35px;
    transition: .3s;
}
.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}
.footer .btn.btn-link::before {
    position: relative;
    content: "\f105"; /* Font Awesome arrow icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}
.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}
.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}
.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}
.footer .copyright a {
    color: var(--light);
}
.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}
.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
        .disclaimer-list {
            list-style-type: decimal;
            padding-left: 20px;
        }
        .disclaimer-item {
            font-size: 16px;
            margin-bottom: 20px;
            padding-left: 15px;
        }
        .disclaimer-item:hover {
            background-color: #f5f5f5;
            cursor: pointer;
        }
    .about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background:#f0b708;
    transform: skew(20deg);
    z-index: 1;
    }
        .demo
    {
        height:500px!important;
    }
    @media screen and (max-width:1471px)
    {
        .demo
    {
        font-size:12px!important;
        height:490px!important;
    }
    }
        .cardAnimate:hover 
    {
        box-shadow:2px 2px 2px 2px 	rgb(55,55,55);
        transform:translate(0px,-10px);
        transition:2s;
    }
    .hoverEffect
{
    color:rgb(14,46,80)!important;
}
.hoverEffect:hover 
{
    color:white!important;
    background-color:rgb(14,46,80)!important;
}
    .w-100 {
    width: 100%!important;
}
 #mobile1{
        display:none;
    }
    @media screen and (max-width:1000px)
    {
        #mobile1{
        display:block!important;
    }
    #desktop
    {
        display:none!important;
    }
    }
    .mobileongoing
    {
        display:none!important;
    }
    .desktopongoing 
    {
        height:300px!important;
        width:100%!important;
    }
    @media screen and (max-width:1000px)
    {
        .desktopongoing 
    {
       display:none!important;
    }
    .mobileongoing
    {
        display:block!important;
        height:200px!important;
        width:100%!important;
    }
    .img 
    {
        width:100%!important;
    }
    }
    .testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: rgb(36,50,74);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}
.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: rgb(36,50,74);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}
    .image
    {
        height:300px!important;
        width:400px!important;
        
    }
    @media screen and (max-width:1000px)
    {
        .image
        {
            height:200px!important;
        }
    }
 .modal-header {
    border: none;
    /* background: #114072; */
    color: #ffff;
    padding: 0px !important;
    background: rgb(250, 206, 54)!important;
    background: linear-gradient(47deg, #03172e 0%, #1f0e27 82%)!important;
}
.modal-header {
    border-radius: 20px 20px 0px 0px;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-title {
    text-align: center;
    font-size: 15px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    margin-left: 10px!important;
}
.modal-title {
    margin: 0;
    line-height: 0.8;
}
.cta {
    text-align: center;
    background-color: #f5f5f5; /* Light gray background */
    padding: 30px;
    margin-top: 40px;
    border-radius: 8px;
}
.cta h3 {
    font-size: 1.3em;
    color: #333; /* Dark gray text */
}
.cta p {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 20px;
}
.cta-button {
    display: inline-block;
    padding: 12px 30px;
    font-size: 1.1em;
    font-weight: 600;
    color: #ffffff; 
    background: linear-gradient(90deg, #00509e, #007bff, #23a6d5, #004f89);
    background-size: 300% 300%; 
    border-radius: 30px; 
    text-decoration: none;
    transition: all 0.4s ease; 
    animation: gradientFlow 10s ease infinite; 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
}
/* Hover Effect */
.cta-button:hover {
    box-shadow: 0px 8px 20px rgba(0, 80, 158, 0.5); 
    transform: translateY(-2px); 
}
@keyframes gradientFlow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.cta-button:active {
    transform: translateY(1px); 
    box-shadow: 0px 4px 10px rgba(0, 80, 158, 0.3); 
}
.cta-button span {
    letter-spacing: 0.5px; 
    text-transform: uppercase; 
}
.slide-button {
    display: inline-block;
    padding: 10px 25px;
    background-color: rgb(14,46,80);
    color: #fff; 
    text-align: center;
    font-size: 16px;
    border-radius: 30px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s ease-in-out;
    font-weight: bold;
    text-transform: uppercase;
}
.slide-button::before {
    content: '';
    position: absolute;
    width: 300%;
    height: 100%;
    background-color: #fff;
    left: -100%;
    top: 0;
    transition: all 0.4s ease-in-out;
    z-index: -1; 
}
.slide-button:hover::before {
    left: 100%;
}
.slide-button:hover {
    background-color: rgb(7, 25, 49);
    animation: colorChange 2s infinite alternate;
}
.slide-button span {
    background: linear-gradient(45deg, rgb(255, 255, 255), rgb(14, 46, 80), rgb(255, 255, 255));
    background-size: 400% 400%;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    animation: gradientText 3s ease infinite;
}
@keyframes gradientText {
    0% {
        background-position: 200% 200%;
    }
    50% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 200%;
    }
}
.container-xxl {
    padding-top: 50px;
    padding-bottom: 50px;
}
.text-center {
    text-align: center;
}
.section-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
}
.vision-card, .mission-card {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #fff; 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-width: 100%;
}
.vision-card:hover, .mission-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.vision-icon, .mission-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: linear-gradient(135deg, #f3f4f6, #f9e2a1); /* Off-white to light yellow */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #fff;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}
.vision-icon:hover, .mission-icon:hover {
    transform: scale(1.1);
}
.vision-content, .mission-content {
    text-align: center;
}
.vision-heading, .mission-heading {
    font-size: 1.75rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem;
}
.vision-description, .mission-description {
    font-size: 1.2rem;
    color: #555;
    line-height: 1.6;
}
.vision-card {
    background: linear-gradient(135deg, rgba(243, 244, 246, 0.7), rgba(249, 226, 161, 0.7)); /* Soft off-white to light yellow gradient */
}
.mission-card {
    background: linear-gradient(135deg, rgba(253, 253, 255, 0.7), rgba(252, 247, 204, 0.7)); /* Soft white to light yellow gradient */
}
.vision-card:hover {
    background: linear-gradient(135deg, rgba(243, 244, 246, 0.9), rgba(249, 226, 161, 0.9)); /* Lighter gradient on hover */
}
.mission-card:hover {
    background: linear-gradient(135deg, rgba(253, 253, 255, 0.9), rgba(252, 247, 204, 0.9)); /* Lighter gradient on hover */
}
@media (max-width: 767px) {
    .section-title {
        font-size: 2rem;
    }
    .vision-card, .mission-card {
        padding: 20px;
    }
    .vision-heading, .mission-heading {
        font-size: 1.5rem;
    }
    .vision-description, .mission-description {
        font-size: 1.1rem;
    }
}
.swipe-button {
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    display: inline-block;
    overflow: hidden;
}
.swipe-text {
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.3) 50%, #ffffff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: gradient-swipe 4s linear infinite;
    background-size: 200% 100%;
}
@keyframes gradient-swipe {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}