/********** Template CSS **********/
:root {
    --primary: #00ADEE;
    --secondary: #B0D138;
    --light: #ECF4FF;
    --dark: #120F2D;
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}

body{
    background-color: #00eee20f;
}

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;
}

.logo{
    max-width: 41%;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary,
.btn-primary:hover,
.btn-secondary:hover {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.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;
}

iframe {
    display: block;
    background: #000;
    border: none;
    height: 100vh;
    width: 100vw;
    margin-top: 36px;
}




    /* Custom styling for the floating widget */
    .floating-widget {
      position: fixed;
      top: 65%;
      right: 0;
      transform: translateY(90%);
      z-index: 9999;
      width: 88px;
      padding: 15px;
      background-color: #00ADEE;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      border-radius: 30px 0 0 30px;
      cursor: pointer;
      transition: width 0.3s;
      overflow: hidden;
    }

    .floating-widget.expanded {
      width: 250px;
          transform: translateY(10px);
    }

    .floating-widget .widget-header {
      font-size: 11px;
      font-weight: bold;
      margin-bottom: 10px;
      text-align: center;
      color: white;
    }

    .floating-widget .widget-body {
      display: none;
      color: white;
    }

    .floating-widget.expanded .widget-body {
      display: block;
      margin-top: 10px;
    }

    .floating-widget a {
      display: block;
      margin-bottom: 10px;
      color: white;
      text-decoration: none;
    }

    .floating-widget a:hover {
      text-decoration: underline;
    }

    .floating-widget .icon {
      text-align: center;
      font-size: 24px;
      color: white;
    }

@media (min-width: 992px){
.navbar-expand-lg .navbar-collapse{
        margin-left: -239px;
}
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 11px 0;
    font-size: 20px;
    font-weight: 500;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}


/* General Submenu Positioning */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

@media (max-width: 991.98px) {
    .dropdown-menu .dropdown-menu {
        position: relative;
        left: 0;
        width: 100%;
    }
}

/* Additional styles for the dropdown appearance */
.navbar .dropdown-menu {
  border: 1px solid #ddd;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.navbar .dropdown-item:hover, 
.navbar .dropdown-item:focus {
  background-color: #f8f9fa; /* Adjust to your preferred hover color */
}


/* Mobile styles */
@media (max-width: 991.98px) {
  /* Submenu should be displayed below its parent item on mobile */
   .dropdown-menu .dropdown-menu {
        position: relative;
        left: 0;
        width: 100%;
    }


}


.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(18, 15, 45, .5);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

.logo{
    height: 57px;
        width: 250px;
    }

    .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;
}

.carousel-indicators {
    align-items: flex-end;
}

.carousel-indicators [data-bs-target] {
    width: 5px;
    height: 25px;
}

.carousel-indicators .active {
    height: 45px;
}

.hero-header {
    background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/carousel-1.jpg) top right no-repeat;
    background-size: cover;
}

.hero-header1 {
    background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/it.jpg) top right no-repeat;
    background-size: cover;
}

.hero-header2 {
    background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/pr.jpg) top right no-repeat;
    background-size: cover;
}

.hero-header3 {
    background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/ps.jpg) top right no-repeat;
    background-size: cover;
}

.hero-header4 {
    background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/call.jpg) top right no-repeat;
    background-size: cover;
}

/*** service1 start ***/
.service1 .service1-item {
    position: relative;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service1-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: var(--bs-secondary);
    border-radius: 8px;
    transition: 1s;
}

.service1-item:hover .service1-content::after {
    height: 100%;
    opacity: 1;
}

.service1-item .service1-content-icon {
    position: relative;
    z-index: 2;
}

.service1-item .service1-content-icon i,
.service1-item .service1-content-icon p {
    transition: 1s;
}

.service1-item:hover .service1-content-icon i {
    color: var(--bs-dark) !important;
}

.service1-item:hover .service1-content-icon p {
    color: var(--bs-white);
}

.service1-item:hover .service1-content-icon a.btn-primary {
    background: var(--bs-white);
    color: var(--bs-dark);
}

.service1-item .service1-content-icon a.btn-primary {
    transition: 1s !important;
}
/*** Services1 End ***/


/*** Feature Start ***/
.feature .feature-item {
    border-radius: 10px;
    background: var(--bs-white);
    transition: 0.5s;
}

.feature .feature-item:hover {
    background: var(--bs-primary);
}

.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: var(--bs-light);
}

.feature .feature-item:hover .feature-icon i {
    z-index: 9;
}

.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 .feature-icon {
    color: var(--bs-white);
}
.feature .feature-item:hover h4,
.feature .feature-item:hover p {
    color: var(--bs-white);
}

.feature .feature-item:hover a.btn {
    background: var(--bs-white);
    color: var(--bs-primary);
}

.feature .feature-item:hover a.btn:hover {
    background: var(--bs-dark);
    color: var(--bs-white);
}
/*** Feature End ***/


/*** service2 Start ***/
.service2 .service2-item {
    border-radius: 10px;
}
.service2 .service2-item .service2-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service2 .service2-item .service2-img img {
    transition: 0.5s;
}

.service2 .service2-item:hover .service2-img img {
    transform: scale(1.1);
}

.service2 .service2-item .service2-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1, 95, 201, .2);
    transition: 0.5s;
    z-index: 1;
}

.service2 .service2-item:hover .service2-img::after {
    height: 100%;
}

.service2 .service2-item .service2-img .service2-icon {
    position: absolute;
    width: 70px;
    bottom: 0;
    right: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--bs-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 9;
}

.service2 .service2-item .service2-img .service2-icon i {
    color: var(--bs-primary);
    transition: 0.5s;
}

.service2 .service2-item:hover .service2-img .service2-icon i {
    transform: rotateX(360deg);
    color: var(--bs-white);
}

.service2 .service2-item:hover .service2-img .service2-icon {
    bottom: 0;
    color: var(--bs-white);
    background: var(--bs-primary);
}

.service2 .service2-content {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light);
}

.service2 .service2-item .service2-content .service2-content-inner {
    position: relative;
    z-index: 9;
}

.service2 .service2-item .service2-content .service2-content-inner .h4,
.service2 .service2-item .service2-content .service2-content-inner p {
    transition: 0.5s;
}

.service2 .service2-item:hover .service2-content .service2-content-inner .h4,
.service2 .service2-item:hover .service2-content .service2-content-inner p {
    color: var(--bs-white);
}

.service2 .service2-item:hover .service2-content .service2-content-inner .btn.btn-primary {
    color: var(--bs-primary);
    background: var(--bs-white);
}

.service2 .service2-item:hover .service2-content .service2-content-inner .btn.btn-primary:hover {
    color: var(--bs-white);
    background: var(--bs-dark);
}

.service2 .service2-item:hover .service2-content .service2-content-inner .h4:hover {
    color: var(--bs-dark);
}

.service2 .service2-item .service2-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 1;
}

.service2 .service2-item:hover .service2-content::after {
    height: 100%;
}
/*** service2 End ***/









.service-item div {
    z-index: 1;
}

.service-item div::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2px 2px 0 0;
    transition: .5s;
    z-index: -1;
}

.service-item div:hover::after {
    width: 100%;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}

/*** Service ***/
.service-item1 {
    background: var(--light);
    transition: .5s;
}

.service-item1:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item1 * {
    transition: .5s;
}

.service-item1:hover * {
    color: var(--light) !important;
}

/*** Events Start ***/
.event .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.event .event-img .event-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(212, 167, 98, 0.7);
    border-radius: 8px;
    transition: 0.5s;
    opacity: 0;
    z-index: 1;
}

.event .event-img:hover .event-overlay {
    opacity: 1;
}
/*** Events End ***/

/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}




.bg-offer {
    background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/carousel-2.jpg) top right no-repeat;
    background-size: cover;
}

.bg-offer1 {
    background: linear-gradient(rgba(18, 15, 45, .75), rgba(18, 15, 45, .75)), url(../img/carousel-4.jpg) top right no-repeat;
    background-size: cover;
}

.testimonial-carousel .owl-dots {
    height: 45px;
    margin-top: 5px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 5px;
    height: 25px;
    background: #DDDDDD;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    height: 45px;
    background: var(--primary);
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.blog-date {
    position: absolute;
    width: 90px;
    height: 65px;
    top: 75px;
    left: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--secondary);
}

.blog-date::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -25px;
    left: 0;
    border: 13px solid;
    border-color: transparent #D34351 #D34351 transparent;
    z-index: -1;
}

.Join {
    max-width: 500%;
    width: 90%;
    margin: 0 auto 3rem auto;
    padding: 2.125rem 2rem;
    text-align: center;
    border: solid 2px #F0F0F0;
    border-radius: .5rem;
}

 /* Modal Header Styling */
    .modal-header {
      background-color: #00adee;
      color: white;
    }
    
    /* Form Labels Styling */
    .form-label {
      font-weight: bold;
      color: #333;
    }
    
    /* Submit Button Styling */
    .btn-submit {
      background-color: #28a745;
      border: none;
    }
    
    .btn-submit:hover {
      background-color: #218838;
    }
    
    /* Input Fields Styling */
    .form-control:focus {
      border-color: #80bdff;
      box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    }
    
    /* Modal Footer Styling */
    .modal-footer {
      border-top: none;
    }
    
    /* Responsive Adjustments */
    @media (max-width: 576px) {
      .modal-dialog {
        margin: 1rem;
      }
    }