/********** Template CSS **********/
:root {
    --primary: #015FC9;
    --secondary: #0DD3F1;
    --light: #F6F7FC;
    --dark: #15233C;
    
}

.navbar-nav .dropdown-menu {
    width: 100%; /* Adjust to the desired width */
    min-width: 400px; /* Set a minimum width to avoid cropping */
    padding: 10px; /* Add padding inside the dropdown */
  }
  
  .navbar-nav .dropdown-menu .dropdown-item {
    white-space: nowrap; /* Prevent text from breaking to the next line */
    padding: 10px 20px; /* Adjust padding to ensure text is not too close to the edges */
  }
  
  /* Optionally, you can set a specific background color for the dropdown */
  .navbar-nav .dropdown-menu {
    background-color: #f8f9fa; /* Light background for visibility */
    border: 1px solid #dedede; /* Add a border if needed */
  }
  

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.service-item {
    margin: 7px;
    background-color: white;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
  }

  .service-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, 50%);
    transition: opacity 0.3s ease;
    z-index: 0;
  }

  .service-item:hover::before {
    opacity: 1;
  }

  .service-item:hover {
    box-shadow: rgb(28, 210, 255) 4px 4px, rgb(56, 82, 102) 7.5px 7.5px ;
    background: linear-gradient(to right, #35d1f6 0%, #1d7185 100%);
    color: white;
    transform: scale(1.03);
  }


  

  .service-item h4,
  .service-item p {
    position: relative;
    z-index: 1;
  }

  .service-item:hover h4,
  .service-item:hover p {
    color: white;
  }

  .service-item:hover .btn {
    background-color: rgb(5, 90, 202);
    color: white;
    border-color: blue;
  }
.service-item {
    position: relative;
    overflow: hidden;
}

.service-item::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(290, 290, 290, 0.2);
    transform: rotate(45deg);
    transition: transform 0.5s ease-in-out;
    pointer-events: none;
}

.service-item:hover::before {
    transform: translate(50%, 50%) rotate(45deg);
}


#bgcolour1{
    color: #00758f;
}

/* Changing icon background to black on hover */
.service-item:hover .service-icon {
    background-color: black;
}



.appoint {
    background: linear-gradient(rgba(241, 241, 241, 0.9), rgba(240, 247, 255, 0.9)), url(../img/back.png) center center no-repeat;
    background-size: cover;
}
.appo {
    background: linear-gradient(rgba(40, 157, 185, 0.1), rgba(63, 89, 101, 0.1)), url(../img/mobilebanner.jpg) center center no-repeat;
    background-size: cover;
}
.appo .left-list {
    margin-bottom: 20px;
}
.appo .left-list h2 {
    
    font-size: 42px;
    color: #fff;
}
.appo .left-list ol {
    list-style: none;
    padding: 0;
}
.appo .left-list ol li {
    margin-bottom: 10px;
    font-size: 18px;
    color: #555;
}
.appo .left-list ol li.active p {
    font-weight: bold;
}
.know-more {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}


.white-hr {
    border: none;
    width: 400px;
    border-top: 2px solid #fff;
    margin: 20px 0;
}
.know-more:hover {
    background-color: #0056b3;
}
.wrapper {
    max-width: 1180px;
    margin: 0 auto;
    width: 90%;
}
#transactions {
    padding: 5rem 0 4rem 0;
}
#transactions h3 {
    color: #00758f;
    font-size: 3.8rem;
    text-align: center;
    margin-bottom: 0.5rem;
}
#transactions .tabs {
    text-align: center;
    margin: 10rem 0;
    display: flex;
    justify-content: center;
}
#transactions .tabs .tab-links {
    border-bottom: 1px solid #d0dee1;
    border-top: 1px solid #d0dee1;
    padding: 1.5rem 8rem;
    color: #00758f;
    cursor: pointer;
    font-size: 2.1rem;
}
#transactions .tabs .tab-links:hover {
    background-color: #00758f;
    color: #ffffff;
    transition: 0.8s ease all;
}
#transactions .tabs .tab-links:first-child {
    margin-right: 2rem;
}
#transactions .tabs .tab-links.active {
    background-color: #00758f;
    color: #ffffff;
}
#transactions #tab-employee,
#transactions #tab-manager {
    text-align: left;
    display: none;
}
#transactions #tab-employee.active,
#transactions #tab-manager.active {
    display: block;
}
#transactions #tab-employee .flex-row,
#transactions #tab-manager .flex-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#transactions #tab-employee .left-list,
#transactions #tab-manager .left-list {
    width: 55%;
    display: inline-block;
    padding-bottom: 0rem;
    
}
#transactions #tab-employee .left-list ol li,
#transactions #tab-manager .left-list ol li {
    
    padding-left: 3rem;
    list-style-type: none;
    color: #c7d9df;
    position: relative;
    cursor: pointer;
}
#transactions #tab-employee .left-list ol li p,
#transactions #tab-manager .left-list ol li p {
    color: #c7d9df;
    font-weight: normal;
    padding-left: 2rem;
    font-size: 2rem;
    line-height: 2rem;
}
#transactions #tab-employee .left-list ol li p span,
#transactions #tab-manager .left-list ol li p span {
    
    position: absolute;
    left: 0;
    right: 0;
}
#transactions #tab-employee .left-list ol li.activeSlide,
#transactions #tab-manager .left-list ol li.activeSlide {
    color: #f29111;
    font-weight: bold;
}
#transactions #tab-employee .left-list ol li.activeSlide p,
#transactions #tab-manager .left-list ol li.activeSlide p {
    color: #15c0eb;
    font-weight: bold;
}
#transactions #tab-employee .right-image,
#transactions #tab-manager .right-image {
    width: 40%;
    float: right;
    position: relative;
    overflow: hidden;
}
#transactions #tab-employee .right-image .overflow,
#transactions #tab-manager .right-image .overflow {
    width: 51%;
    height: 78%;
    overflow: hidden;
    position: absolute;
    top: 9%;
    left: 25%;
}
#transactions #tab-employee .right-image .overflow ul,
#transactions #tab-manager .right-image .overflow ul {
    height: 100%;
}
#transactions #tab-employee .right-image .overflow ul li,
#transactions #tab-manager .right-image .overflow ul li {
    display: none;
    height: 100%;
    position: absolute;
}
#transactions #tab-employee .right-image .overflow ul li:first-child,
#transactions #tab-manager .right-image .overflow ul li:first-child {
    display: block;
}
#transactions #tab-employee .right-image .overflow ul li img,
#transactions #tab-manager .right-image .overflow ul li img {
    width: 100%;
}
#transactions #tab-employee .right-image .visi-hidden,
#transactions #tab-manager .right-image .visi-hidden {
    width: 100%;
}
#transactions #tab-employee .right-image .arrow,
#transactions #tab-manager .right-image .arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 31px;
    height: 55px;
    transform: translateY(-50%);
}
#transactions #tab-employee .right-image .arrow.arrow-left,
#transactions #tab-manager .right-image .arrow.arrow-left {
    left: 4%;
    background-image: url("https://i.postimg.cc/Y97sDr57/arrows-left.png");
    background-repeat: no-repeat;
    background-position: left top;
}
#transactions #tab-employee .right-image .arrow.arrow-right,
#transactions #tab-manager .right-image .arrow.arrow-right {
    right: 4%;
    background-image: url("https://i.postimg.cc/qRGZPfr3/arrows-right.png");
    background-repeat: no-repeat;
    background-position: right top;
}
#transactions #tab-employee .right-image .arrow.fadeOut,
#transactions #tab-manager .right-image .arrow.fadeOut {
    opacity: 0.4;
    cursor: auto;
}





/*** Spinner ***/
#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;
    opacity: 1;
}


/*** Button ***/
.btn:hover {
    transition: transform .8s;
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    background:linear-gradient(to right, #7ae5ff, #70e1fd, #65defb, #59dafa, #4bd6f8, #41c9ea, #36bcdc, #2aafce, #2296b1, #1a7d94, #136678, #0c4f5e); 
    box-shadow: 0 8px 10px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    
}

.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
    color: #FFFFFF;
    font-size: 18px;
}

#particles-js {
    
    width: 100%;
    height: 100%;
    z-index: 0;
}




.btn.btn-primary:hover {
    background: 
    border-color:
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.btn.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand img {
    max-height: 60px;
}

.navbar .navbar-nav .nav-link {
        font-size: 11px;
    margin-left: 16px;
    padding: 10px 0;
    color: #696E77;
    /* font-weight: 500; */
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #29a0bc;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand img {
        max-height: 45px;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .navbar .nav-item .dropdown-menu {
        padding-left: 30px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: #289db9;
    border: 15px solid #289db9;
    border-radius: 50px;
}


#particles-js {
   
    width: 100%;
    height: 100%;
    z-index: -5;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 5;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
}

.page-header4{
    background: url(../img/contact.jpg) center center no-repeat;
    background-size: cover;
}


.page-h{
    background: url(../img/et.jpg) center center no-repeat;
    background-size: cover;
}


.page-he{
    background: url(../img/join.jpg) center center no-repeat;
    background-size: cover;
}



.page-hea {
    background: url(../img/medd.jpg) center center no-repeat;
    background-size: cover;
}

.page-head {
    background: url(../img/travel11.jpg) center center no-repeat;
    background-size: cover;
}


.page-heade {
    background: url(../img/claim2.jpg) center center no-repeat;
    background-size: cover;
}




.page-headers {
    background: url(../img/global1.jpg) center center no-repeat;
    background-size: cover;
}

.page-head88 {
    background: url(../img/bg22.jpg) center center no-repeat;
    background-size: cover;
}




.page-header {
    background: url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}


.page-header98 {
    background: url(../img/bg98.jpg) center center no-repeat;
    background-size: cover;
}






.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #696E77;
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
    color: var(--primary);
}


/*** Facts ***/
@media (min-width: 992px) {
    .container.facts {
        max-width: 100% !important;
    }

    .container.facts .facts-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }

    .container.facts .facts-counter {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .container.facts .facts-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }

    .container.facts .facts-counter  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .container.facts .facts-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }

    .container.facts .facts-counter  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.container.facts .facts-text {
    background: linear-gradient(rgba(40, 157, 185, .8), rgba(63, 89, 101, .8)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.container.facts .facts-counter {
    background: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url(../img/carousel-2.jpg) center right no-repeat;
    background-size: cover;
}

.container.facts .facts-text .h-100,
.container.facts .facts-counter .h-100 {
    padding: 2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*** Service ***/
.service-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-item .service-icon img {
    max-width: 42px;
    max-height: 42px;
}

.service-item a.btn {
    color: var(--primary);
}

.service-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Appointment
.appointment {
    background: linear-gradient(rgba(40, 157, 185, .9), rgba(63, 89, 101, .9)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

 ***/
/*** Team ***/
.team-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    bottom: 0;
    opacity: 1;
}

.team-item a.btn {
    color: var(--primary);
}

.team-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Testimonial ***/
.animated.pulse {
    animation-duration: 1.5s;
}

.testimonial-left,
.testimonial-right {
    position: relative;
}

.testimonial-left img,
.testimonial-right img {
    position: absolute;
    padding: 5px;
    border: 1px dashed var(--primary);
    border-radius: 10px;
}

.testimonial-left img:nth-child(1),
.testimonial-right img:nth-child(3) {
    width: 70px;
    height: 70px;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-left img:nth-child(2),
.testimonial-right img:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}

.testimonial-left img:nth-child(3),
.testimonial-right img:nth-child(1) {
    width: 50px;
    height: 50px;
    bottom: 10%;
    right: 10%;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 10px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}


/*** Footer ***/
.footer {
    color: #A7A8B4;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #A7A8B4;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #A7A8B4;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: #A7A8B4;
    border: 1px solid#A7A8B4;
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--secondary);
}

.footer .copyright a:hover {
    color: #FFFFFF;
}


.bg-dark {
    background-color: #333;
    color: white;
    transition: all 0.3s ease;
}

/* Hover effect for the boxes */
.bg-dark:hover {
    background: linear-gradient(to right, #35d1f6 0%, #1d7185 100%);
    transform: scale(1.05);
    color: white;
    position: relative;
    overflow: hidden;
}

.bg-dark:hover::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(45deg);
    transition: transform 0.5s ease-in-out;
    pointer-events: none;
}

.bg-dark:hover::before {
    transform: translate(50%, 50%) rotate(45deg);
}

/* Styling for the inner content */
.bg-dark .bg-white {
    background: transparent;
    color: inherit;
}

.bg-dark:hover .bg-white {
    background: transparent;
    color: white;
}

/* Styling for the icons */
.bg-dark img {
    filter: invert(0%);
    transition: filter 0.3s ease;
}

.bg-dark:hover img {
    filter: invert(100%);
}


#text-change{
    color: #3ddbff;
    font-size:xx-large;
}

.know-more {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background-color: #007BFF;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.know-more::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%) rotate(45deg);
    transition: transform 0.5s ease;
    opacity: 0;
}

.know-more:hover::before {
    transform: translate(-50%, -50%) rotate(45deg) scale(0);
    opacity: 1;
}

.know-more:hover {
    transform: scale(1.1);
}

.know-more:active {
    transform: scale(1);
}

.gradient-bg {
    background: linear-gradient(135deg, #3f5965, #289db9);
    color: white;
}
.gradient-bg a {
    color: white;
}
.gradient-bg a:hover {
    color: #37d8ff;
}
.highlight-row {
    
    background: linear-gradient(rgba(24, 15, 15, 0.199), rgba(51, 51, 51, 0.9)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color:#b5f0ff;
   
  
    color: white;
    text-align: center;
    padding: 40px;
    margin-bottom: -110px;
    
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.highlight-row h2 {
    color: #ffffff;
    
}
.highlight-row #request-demo-btn {
    margin: 0 10px;
    font-weight: 500;
    font-size: 1.5rem; /* Increase the size of the button */
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease, color 0.3s ease;
}
.highlight-row #request-demo-btn:hover {
    background-color: black; /* Change background to black on hover */
    color: white; /* Change text color to white on hover */
    transform: scale(1.1); /* Add scale effect on hover */
}
.highlight-row #request-demo-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%) rotate(45deg); /* Tilt the shape */
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.highlight-row #request-demo-btn:hover::before {
    width: 450%;
    height: 500%;
    background: rgba(0, 0, 0, 0.3); /* Change background on hover */
}
.highlight-row::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.3) 50%, transparent 100%);
    transform: rotate(30deg);
    animation: shine 3s infinite;
}
@keyframes shine {
    0% { left: -200%; }
    100% { left: 100%; }
}

.container22 {
    max-width: 1200px;
    margin: 0 auto;
    flex: 1;
}

.blog-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.blog {
    
    border-radius: 8px;
   
    overflow: hidden;
    flex: 1 0 calc(33.33% - 20px);
    display: flex;
    flex-direction: column;
}

.blog-image {
    position: relative;
}

.blog-image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s;
}

.blog-image img:hover {
    transform: scale(1.05);
}

.blog-image .date {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 14px;
}

.blog-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-content h2 {
    font-size: 15px;
    margin-bottom: 10px;
    color: #3f5965;
}

.blog-content p {
    flex-grow: 1;
    color: #bbb;
    margin-bottom: 20px;
}


.blog-content a {

    align-self: flex-start;
  background: linear-gradient(to right, #0fc2ef, #3f5965);

    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.blog-content a:hover {
    background-color: #0056b3;
}


.container22 {
    background: #ffffff;
    border: 2px solid #e9e9e9;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.container22:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right, #289db9, #3f5965);
    color: #ffffff;
}

.blog-image {
    position: relative;
}

.blog-image img {
    width: 100%;
    display: block;
}

.date {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
}

.blog-content {
    padding: 20px;
}


.blog-content p,
.blog-content a {
    color: #000000;
}

.container22:hover .blog-content h2,
.container22:hover .blog-content p,
.container22:hover .blog-content a {
    color: #ffffff;
}

.blog {
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
}

.row.align-items-center {
    display: flex;
    align-items: center; /* Vertically aligns the columns */
  }

  ul li a {
    text-decoration: none;
  }


  /* Define the pulse animation */
  @keyframes pulse {
    0% {
      transform: scale(1);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      background: linear-gradient(45deg, #289db9, #3f5965);
    }
    50% {
      transform: scale(1.1);
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
      background: linear-gradient(45deg, #3f5965, #289db9);
    }
    100% {
      transform: scale(1);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      background: linear-gradient(45deg, #289db9, #3f5965);
    }
  }

  /* Apply the pulse animation to the button */
  #request-demo-btn {
    animation: pulse 2s infinite;
    transition: transform 0.3s;
    color: white; /* Ensure text color is white */
    border: none; /* Remove border if any */
    padding: 10px 20px; /* Add some padding */
    border-radius: 5px; /* Optional: Add rounded corners */
    background: linear-gradient(45deg, #289db9, #3f5965); /* Initial gradient background */
  }


  
/*** Feature Start ***/
.custom-heading {
    font-size: 2.5rem;
}

.feature .feature-item {
    /* border: 2px solid #dedede;
    border-radius: 10px;
    background: #f5f5f5; */
    transition: 0.5s;
   
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.feature .feature-item:hover {
    background: linear-gradient(45deg, #289db9, #3f5965);
    color: white;
}

.feature .feature-item .feature-icon {
    position: relative;
    width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: linear-gradient(45deg, #289db9, #3f5965);
    transition: 0.5s;
}

.feature .feature-item .feature-icon i {
    z-index: 9;
    color: white;
    transition: 0.5s;
}

.feature .feature-item .feature-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-dark);
    transition: 0.5s;
    z-index: 1;
}

.feature .feature-item:hover .feature-icon::after {
    height: 100%;
}

.feature .feature-item .feature-icon {
    color: var(--bs-primary);
}

.feature .feature-item .feature-icon,
.feature .feature-item h4,
.feature .feature-item p {
    transition: 0.5s;
}

.feature .feature-item:hover h4,
.feature .feature-item:hover p {
    color: white;
}

.feature .feature-item a.btn {
    background: var(--bs-primary);
    color: white;
    transition: 0.5s;
}

.feature .feature-item:hover a.btn {
    background: white;
    color: var(--bs-primary);
}

.feature .feature-item:hover a.btn:hover {
    background: var(--bs-dark);
    color: white;
}
/* Keyframe animation for pulse effect */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Apply the pulse animation to feature icons */
#icontest {
    animation: pulse 2s infinite;
}




/*** Feature End ***/

.nav-link,
.dropdown-item {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 5px; /* Adjust this value if necessary */
}

.nav-link::after,
.dropdown-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3.5px; /* Adjust the height to make the underline thicker */
  background: linear-gradient(135deg, #3f5965, #289db9);
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.nav-link:hover::after,
.dropdown-item:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}


.container-fluid.bg-dark {
    background-color: #343a40;
}

.text-white a {
    color: #ffffff;
    text-decoration: none;
}

.text-white a:hover {
    color: #37d8ff;
    text-decoration: underline;
}

.btn-square {
    width: 40px;
    height: 40px;
    display: inline-flex;
    background-color: #ffffff;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    border-radius: 50%;
}

.btn-square:hover {
    background-color: #37d8ff;
    color: #ffffff;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.highlight-text {
    color: #37d8ff;
}

#request-demo-btn {
    background: linear-gradient(135deg, #3f5965, #289db9);
    color: white;
    border: none;
}

#request-demo-btn:hover {
    background: linear-gradient(135deg, #289db9, #3f5965);
}

.btn-square i {
    color: #289db9;
}

.btn-square:hover i {
    color: white;
}


@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.feature-item {
    position: relative;
 
    overflow: hidden;
    background-color: #fff;
    transition: transform 0.3s ease;
}

.feature-item:hover {
    transform: scale(1.05);
}

.feature-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px; /* Adjust the height as needed */
   
    background-size: 200% 200%;
    animation: gradient-animation 3s ease infinite;
}

.feature-icon i {
    color: #289db9;
}


.logo-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.logo-img {
    display: block;
}

.logo-container::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    transform: rotate(-30deg);
    animation: shine-animation 2s infinite;
    z-index: 1;
}

.logo-img {
    position: relative;
    z-index: 0;
}

@keyframes shine-animation {
    0% {
        transform: translateX(-100%) rotate(-30deg);
    }
    100% {
        transform: translateX(100%) rotate(-30deg);
    }
}


/* Preloader container styles */
#preloader {
    width: 100%;
    height: 100%;
    position: fixed; /* Change to fixed for full-screen overlay */
    top: 0;
    left: 0;
    background-color: #f3f3f3;
    z-index: 10000;
    overflow: hidden;
    display: flex; /* Center content horizontally and vertically */
    justify-content: center;
    align-items: center;
  }
  
  /* Preloader logo styles */
  .preloader-logo {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* SVG animations */
  #Path_1 {
    animation: animateOne 0.6s linear infinite alternate;
  }
  
  #Path_2 {
    animation: animateTwo 0.6s linear infinite alternate;
  }
  
  #Path_7 {
    animation: animateThree 0.6s linear infinite alternate;
  }
  
  #Prospera {
    animation: animatefour 0.5s linear infinite alternate;
  }
  
  #Global {
    animation: animatefive 0.5s linear infinite alternate;
  }
  
  @keyframes animateOne {
    0% {
      opacity: 0;
      fill: #ffffff;
      
    }

    50% {
        opacity: 0;
        fill: #ffffff;
      }


    100% {
      opacity: 1;
      fill: #2799b7;
    }
  }
  
  @keyframes animateTwo {
    0% {
      opacity: 0;
      fill: #ffffff;
    }
    100% {
      opacity: 1;
      fill: #415d66;
    }
  }
  
  @keyframes animateThree {
    0% {
      opacity: 0;
      fill: #ffffff;
    }
    100% {
      opacity: 1;
      fill: #1aa0be;
    }
  }
  
  @keyframes animatefour {
    0% {
      opacity: 0;
      fill: #ffffff;
     
    }
  
    100% {
      opacity: 1;
      fill: #1aa0be;
     
    }
  }
  
  @keyframes animatefive {
    0% {
      opacity: 0;
      fill: #ffffff;
      
    }
  
    100% {
      opacity: 1;
      fill: #1aa0be;
     
    }
  }
  
  /* Text animation */


.wrapper {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.left-list, .right-image {
    flex: 1;
    margin: 10px;
}

.right-image {
    order: 2; /* Set default order for mobile responsiveness */
}

@media (min-width: 768px) {
    .flex-row {
        flex-direction: row;
    }
    
    .right-image {
        order: 1; /* Reset order for larger screens */
    }
}


.responsive-section {
    background: linear-gradient(rgba(1, 23, 29, 0.5), rgba(9, 13, 15, 0.788)), url(../img/app-banner.png) center center no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 90px 20px;
  }
  .responsive-section h2 {
    color: #36d8ff;
    margin-bottom: 20px;
  }
  .store-icons {
    margin: 20px 0;
  }
  .store-icons img {
    width: 150px;
    margin: 0 10px;
  }
  .mobile-app-img {
    margin-top: 30px;
  }
  @media (max-width: 768px) {
    .store-icons img {
      width: 120px;
    }
  }


  .appointment {
    background: linear-gradient(rgba(40, 157, 185, .8), rgba(63, 89, 101, .8)), url(../img/carousel-1.jpg) center center no-repeat;
    
    background-size: cover;
  }
  .info .address, .info .email, .info .phone {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .info .address i, .info .email i, .info .phone i {
    font-size: 24px;
    color: white; /* Icon color */
    background: #043744;
    width: 50px; /* Adjust width as needed */
    height: 50px; /* Adjust height as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
  }
  
  .info .address i:hover, .info .email i:hover, .info .phone i:hover {
    background: white; /* Circle background color on hover */
    color: rgb(54, 216, 255);
    transform: scale(1.1); /* Slightly enlarge the icon on hover */
  }
  
  .info h4 {
    margin: 0;
    font-size: 18px;
    color: #fff;
  }
  
  .info p {
    margin: 0;
    color: #fff;
  }

/* icons */
  .icon-wrapper {
    transition: background-color 0.3s ease;
  }
  
  .icon-wrapper:hover {
    background-color: red;
  }
  
  /* Animation for fade-up effect */
  .animated-item {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  
  .animated-item.visible {
    opacity: 1;
    transform: translateY(0);
  }
  
  /* Keyframe for fade-in effect */
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  .animated-item {
    animation: fadeIn 1s ease-out;
  }


  /*  */
  .pulse-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.pulse-image {
    transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease, opacity 1s ease;
    animation: pulse 2s infinite, shine 1.5s infinite;
    opacity: 0; /* Initially hidden */
}

@keyframes pulse {
    0% {
        transform: scale(1);
   
    }
    50% {
        transform: scale(1.05);
       
    }
    100% {
        transform: scale(1);
       
    }
}

@keyframes shine {
    0% {
        filter: brightness(1);
    }
    50% {
        filter: brightness(1.3);
    }
    100% {
        filter: brightness(1);
    }
}

.pulse-container:hover .pulse-image {
    transform: rotate(10deg);
   
}


/* banner css */

/* Add this to your CSS file */
@keyframes fadeUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  }
  
  .fade-up.visible {
    opacity: 1;
    transform: translateY(0);
    animation: fadeUp 1s ease-out forwards;
  }


  /* typing effect */

  
  /* Apply pulse effect and rotate */
 
  /* Pulse Animation for Mobile Image (without shadow) */


  /* Keyframes for pulse animation */
@keyframes pulse {
    0% {
      transform: scale(1);
     
    }
    70% {
      transform: scale(1.1);
   
    }
    100% {
      transform: scale(1);
     
    }
  }
  
  /* Pulse effect for icons */
  .service-icon img {
    animation: pulse 2s infinite;
  }
  
  /* Additional style for the title to pulse */
  h1.display-6 span {
   
  }





  @keyframes icon-pulse {
    0% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(0, 153, 255, 0.7);
    }
    50% {
      transform: scale(1.1);
      box-shadow: 0 0 0 10px rgba(0, 153, 255, 0.4);
    }
    100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(0, 153, 255, 0.2);
    }
  }
  
  /* Apply the pulse effect to the icon wrapper */
  .icon-wrapper {
    animation: icon-pulse 2s infinite;
    position: relative;
    overflow: hidden;
  }
  
  .icon-wrapper::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 120%;
    height: 120%;
    background: rgba(0, 153, 255, 0.2);
    border-radius: 50%;
    z-index: -1;
  }



/* Keyframes for icon pulse and rotate effect */
@keyframes icon-pulse-rotate {
    0% {
      transform: scale(1) rotate(0deg);
     
    }
    50% {
      transform: scale(1.1) rotate(0deg);
    
    }
    100% {
      transform: scale(1) rotate(360deg);

    }
  }
  
  /* Apply the icon pulse and rotate effect to the icons */
  .icon-pulse-rotate {
    animation: icon-pulse-rotate 2s infinite;
  }



  /* Specific Pulse Animation for the "Get A Quote" Button */
@keyframes quotePulse {
    0% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
    }
    70% {
      transform: scale(1.1);
      box-shadow: 0 0 0 10px rgba(0, 123, 255, 0);
    }
    100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    }
  }
  
  /* Apply Pulse Effect to the Quote Button */
  .quote-pulse {
    animation: quotePulse 2s infinite;
  }



  /* text typyewritter */
  #slideshow {

    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #slideshow li {

    display: none;
  }
  
  #slideshow li.active {
    display: block;
  }
  
  .right-image .overflow {
    position: relative;
  }


  
  .email-info {
    display: flex;
    align-items: center;
    font-size: 25px;
    margin-bottom: 20px;
}

.email-info i {
    size: 15px;
    background: linear-gradient(45deg, #289db9, #3f5965);
    color: white;
    border-radius: 70%;
    padding: 15px;
    margin-right: 10px;
}

.email-info a {
     /* Make the link inherit the color of the parent element */
    text-decoration: none; /* Remove underline from the link */
}



.client-img-wrapper {
    position: relative;
    display: inline-block;
}

.client-img {
    position: relative;
    z-index: 1;
}

.client-img::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: #3f5965;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    animation: pulse 2s infinite;
}

.contact-section {
    padding: 50px 0;
    background-color: #f8f9fa;
    text-align: center;
}
.contact-section h2 {
    margin-bottom: 20px;
    font-weight: bold;
}
.contact-section p {
    margin: 0 auto;
    max-width: 800px;
}


.col88{
    font-size: large;
    color: #ffffff;

}


.pulse-icon {
    background-color: #043744;
    color: #ffffff;
    border-radius: 50%;
    padding: 10px; /* Adjust padding to fit the icon size */
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Hover effect for icons */
  .pulse-icon:hover {
    background-color: #ffffff;
    color: #043744;
  }
  
  /* Pulse animation */
  @keyframes pulse {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    50% {
      transform: scale(1.1);
      opacity: 0.7;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  
  .pulse-icon {
    animation: pulse 1.5s infinite;
  }
  
  /* Responsive HR */
  .responsive-hr {
    width: 100%;
    max-width: 450px;
    border-top: 2px solid #ffffff; /* Adjust the color as needed */
    margin: 20px 0;
  }




/* about us  */

  .sec-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
  }
  
  .sec-icon::before {
    content: "";
    position: absolute;
    height: 1px;
    left: -70px;
    margin-top: -5.5px;
    top: 60%;
    background: #333333;
    width: 50px;
  }
  
  .sec-icon::after {
    content: "";
    position: absolute;
    height: 1px;
    right: -70px;
    margin-top: -5.5px;
    top: 60%;
    background: #333;
    width: 50px;
  }
  
  .advertisers-service-sec {
    background-color: #f5f5f5;
  }
  
  .advertisers-service-sec span {
    color: rgb(255, 23, 131);
  }
  
  .advertisers-service-sec .col {
    padding: 0 1em 1em 1em;
    text-align: center;
  }
  
  .advertisers-service-sec .service-card {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
  }
  
  .advertisers-service-sec .service-card::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(#0dcaf0, #043744);
    position: absolute;
    left: 0%;
    top: -98%;
    z-index: -2;
    transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
  }
  
  .advertisers-service-sec h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
    z-index: 3;
  }
  
  .advertisers-service-sec p {
    color: #575a7b;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
    z-index: 3;
  }
  
  .advertisers-service-sec .icon-wrapper {
    background-color: #2c7bfe;
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
    z-index: 3;
  }
  
  .advertisers-service-sec .service-card:hover:after {
    top: 0%;
  }
  
  .service-card .icon-wrapper {
    background-color: #35d1f6;
    color: rgb(255, 255, 255);
  }
  
  .advertisers-service-sec .service-card:hover .icon-wrapper {
    color: #ffffff;
  }
  
  .advertisers-service-sec .service-card:hover h3 {
    color: #ffffff;
  }
  
  .advertisers-service-sec .service-card:hover p {
    color: #f0f0f0;
  }
  /* ADVERTISERS SERVICE CARD ENDED */
  
  /* Define the animate class to trigger the animation */




  #ic2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px; /* Adjust width */
    height: 80px; /* Adjust height */
    background: linear-gradient(#0dcaf0, #043744); /* Gradient background */
    border-radius: 50%; /* Ensure it's a circle */
    padding: 10px; /* Padding inside the circle */
    box-sizing: border-box; /* Ensure padding doesn't affect circle size */
    color: #fff; /* Icon color */
    font-size: 24px; /* Adjust icon size */
    overflow: hidden; /* Hide overflow of the pulse */
  }

  

  


  /* preloader start */
  @media only screen and (max-width: 600px) {
    .preloader-logo{
      
     width: 68%;
     height: 68%;
    }
  


  }
    /* preloader ends */
