*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
}
/********** Template CSS **********/
:root {
    --primary: rgba(57, 2, 88, 0.9);
    --secondary: darkorange; /* Brighter secondary blue color */
    --light: #F2F2F2;
    --dark: #111111;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** 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 {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.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;
    border-radius: 2px;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.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) {
    .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,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}
/* img-fluid */
.flip{
    border-radius: 20px;
}
/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(51, 1, 80, 0.808);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@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-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(57, 2, 88, 0.9);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

/*** Facts ***/
.fact {
    background: linear-gradient(rgba(57, 2, 88, 0.9), rgba(57, 2, 88, 0.9)), url(../images/our-group.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  
}

/*** Service ***/
.service .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.service .nav .nav-link.active {
    background: var(--primary);
}

.service .nav .nav-link.active h4 {
    color: #FFFFFF !important;
}

/*============================================ hero section content===========  */
.trisha-pic{
    width: 350px;
    padding: 10px ;
    margin-bottom: 120px;
   
}

.trisha-pic2{
    width: 350px;
    padding: 15px ;
     margin-top: 130px;
    

   
}


.carousel-stlying{
   
    margin: 10px 10px;

}

.content-left{
    padding-left: 120px;
}

/*** Booking ***/
.booking {
    background: linear-gradient(rgba(57, 2, 88, 0.9), rgba(57, 2, 88, 0.9)), url(../images/our-group.png) center center no-repeat;
    background-size: cover;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}

/*** Team ***/
.team-item .team-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transform: scale(0);
    transition: .5s;
}

.team-item:hover .team-overlay {
    transform: scale(1);
}

.team-item .team-overlay .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-overlay .btn:hover {
    color: #FFFFFF;
    background: var(--secondary);
}

/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .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;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

/*** Footer ***/
.footer {
    background: linear-gradient(rgba(57, 2, 88, 0.99)), url(../img/carousel-bg-1.jpg) center center no-repeat;
    background-size: cover;
}

.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 #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    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;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(57, 2, 88, 0.9);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(57, 2, 88, 0.9);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/* Define the primary color */
:root {
    --primary-color: purple; /* Current primary color */
    --secondary-color: orange; /* Updated secondary color */
}

/* Primary Color Classes */
.myPrimaryColor {
    color:rgba(57, 2, 88, 0.9);
}

.myPrimaryColor-bg {
    background-color:rgba(57, 2, 88, 0.9); /* Background color */
}

.myPrimaryColor-btn {
    background-color:rgba(57, 2, 88, 0.9); /* Button background color */
    color: white; /* Button text color */
    border: none; /* No border */
    padding: 10px 20px; /* Padding for the button */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
}

.myPrimaryColor-btn:hover {
    background-color: rgba(57, 2, 88, 0.9); /* Darker shade on hover */
}

/* Secondary Color Classes */
.mySecondaryColor {
    color: var(--secondary-color); /* Text color */
}

.mySecondaryColor-bg {
    background-color: var(--secondary-color); /* Background color */
}

.mySecondaryColor-btn {
    background-color: var(--secondary-color); /* Button background color */
    color: black; /* Button text color */
    border: none; /* No border */
    padding: 10px 20px; /* Padding for the button */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
}

.mySecondaryColor-btn:hover {
    background-color: darkorange; /* Darker shade on hover */
}

.siteLogo{
    width: 50px;
}

/* copied services */
.feature-box-1 {
    padding: 32px;
    box-shadow: 0 0 30px rgba(57, 2, 88, 0.9);
    margin: 15px 0;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
    top: 0;
  }
  .feature-box-1 * {
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
  }
  .feature-box-1 .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: rgba(57, 2, 88, 0.9);
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 22px;
    font-size: 27px;
  }
  .feature-box-1 .icon i {
    line-height: 70px;
  }
  .feature-box-1 h5 {
    color: rgba(57, 2, 88, 0.9);
    font-weight: 600;
  }
  .feature-box-1 p {
    margin: 0;
  }
  .feature-box-1:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    border-radius: 10px;
    width: 0;
    background: rgba(57, 2, 88, 0.9);
    z-index: -1;
    -moz-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    transition: ease all 0.35s;
  }
  .feature-box-1:hover {
    top: -5px;
  }
  .feature-box-1:hover h5 {
    color: #ffffff;
  }
  .feature-box-1:hover p {
    color: rgba(255, 255, 255, 0.8);
  }
  .feature-box-1:hover:after {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    left: 0;
    right: auto;
  }
  .section {
      padding: 50px 0;
      position: relative;
  }
  .section-title {
      padding-bottom: 45px;
  }
  .section-title h2 {
      font-weight: 700;
      color: rgba(57, 2, 88, 0.9);
      font-size: 45px;
      margin: 0 0 15px;
      border-left: 5px solid darkorange;
      padding-left: 15px;
  }

  /* referencing to admeteck starts */




  /* our team controal */

  .page{
    justify-content: center;
  }

.admetek-reference-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(57, 2, 88, 0.9);
    padding: 20px;
    max-width: 1200px;
    margin: 20px auto;
}

.admetek-image img {
    max-width: 400px; /* Adjust image size */
    border-radius: 10px;
    margin-right: 20px;
}

.admetek-content {
    max-width: 600px;
}

.admetek-content h2 {
    color: rgba(57, 2, 88, 0.9);
    font-size: 24px;
    margin-bottom: 10px;
}

.admetek-content p {
    color: rgba(57, 2, 88, 0.9)5;
    line-height: 1.6;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .admetek-reference-container {
        flex-direction: column;
        text-align: center;
    }

    .admetek-image img {
        margin: 0 auto 20px;
    }
}

/* MESSAGE FROMM OUR CEO STARTS */
.ceo-message-section {
    display: flex;
    align-items: center;
    background-color: #ffffff; /* Light blue background */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(57, 2, 88, 0.9);
    margin: 20px auto;
    max-width: 1200px;
}

.ceo-image img {
    max-width: 350px; /* Adjust image size */
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(57, 2, 88, 0.9); /* Add a subtle shadow */
    margin-right: 20px;
    border: 5px solid white;
}

.ceo-message {
    max-width: 700px;
}

.ceo-message h2 {
    font-size: 28px;
    color: rgba(57, 2, 88, 0.9); /* Dark blue */
    margin-bottom: 10px;
}

.ceo-message h4 {
    font-size: 22px;
    color: rgba(57, 2, 88, 0.9); /* Dark blue */
    margin-bottom: 20px;
}

.ceo-message p {
    font-size: 16px;
    color: rgba(57, 2, 88, 0.9);
    line-height: 1.7;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .ceo-message-section {
        flex-direction: column;
        text-align: center;
    }

    .ceo-image img {
        margin: 0 auto 20px;
    }
}


/* download our profile starts here */

.download-section {
    background-color: rgba(57, 2, 88, 0.9); /* OBREM TECH's blue background */
    color: #fff;
    text-align: center;
    padding: 40px 20px;
    border-radius: 10px;
    margin: 20px auto;
    max-width: 800px;
}

.download-section h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #fff;
}

.download-section p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #f0f0f0;
}

.download-btn {
    display: inline-block;
    background-color: darkorange; /* Bright blue for the button */
    color: #fff;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.download-btn:hover {
    background-color: #ffffff; /* Darker blue on hover */
}

@media (max-width: 768px) {
    .download-section {
        padding: 30px 15px;
    
    }

    .content-left{
        padding: 50px 0px;

    }

    .content-left h3{
        font-size: 25px;
    }
    
    .page{

        width: 100%;
        padding-left: 50px;
        
       
        
  
        
        
    }
    .team-head{
    text-align: center;
    background-color: none;
    
    }
    .team-head h5{
        text-align: center;
    }
    .team-head p{
        text-align: center;
    
    h5 span{
        
    }
    .team-image{
        

        
        
        justify-content:center ;
        
    }
    .serve{
    
        text-align: center;
    }
    .testimonial-item img{
        width: 20%;
        padding: 50px;
        justify-content: center;
    }

    .content-left p{
        font-size: 14px;
    }

    .download-section h2 {
        font-size: 24px;
    }

    .download-section p {
        font-size: 14px;
    }

    .download-btn {
        font-size: 14px;
    }
}
}
@media(max-width: 768px) {
    .page{
        margin-right: 100px;
    }
    
}

/* media */
.img-fluid{
    height: 300px;
   max-width: 290px;
} 
.ratio video{
    border-radius: 34px;
}

/* portfolio */
.portfolio{
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    /* background-color: rgb(204, 203, 203); */
  

}
.flip-card {
    flex: 0 0 calc(33.5% - 100px);
    background-color: transparent;
    width: 350px;
    height: 500px;
    perspective: 1000px; /* Enables 3D */
    text-align: center;
    margin: 5px;
    transition: 0.4s ease;
    /* margin-bottom: 50px; */
  }
  .flip-card:nth-child(4),.flip-card:nth-child(5),.flip-card:nth-child(6){
  
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 2.8s;
    transform-style: preserve-3d;
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front,
  .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid purple;
    
  }
  .flip-card-front a{
      /* position: absolute; */
      bottom: 20px;
      left: 50%;
      /* transform: translateX(-50%); */
      padding: 8px 15px;
      cursor: pointer;
      border-radius:5px;
      text-decoration: none;
      color: white;
      background-color: darkorange;
      /* padding: 20px; */
      box-shadow: 2px 4px 10px black;
      border: 1px purple solid;
  }
  .flip-card-back h3{
    color: darkorange;
  }
  .desc h2{
      /* position: absolute; */
      /* top: 1px; */
      /* left: 50%; */
      transform: translateX(-50%);
      padding: 10px 20px;
      z-index:3;
      font-size: 19px;
      display: inline;
      font-weight: bolder;
  }
  .flip-card-front:hover{
    box-shadow: 2px 4px 10px black;
  }
  .flip-card-front a:hover{
      background-color: purple;
      color: #fff;
  }
  
  .flip-card-front img {
    /* background: #fff; */
    width: 95%;
    height: 60%;
    object-fit: cover;
    border-radius: 12px;
    margin: 6px;
   
  }
  
  .flip-card-back {
    background: purple;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotateY(180deg);
    cursor: pointer;
    box-shadow: 1px 5px 6px rgb(26, 25, 25);
  }
  .flip-card-back a{
      text-decoration: underline white;
      color: #fff;
  }
  .desc{
   margin: 1rem;
   text-align: center;
   /* font-size: 23px; */
  }
  .desc p{
    text-align: justify;
    font-size: 14px;
    color: #111111;
  }
  @media(max-width: 868px){
.portfolio{
        display: block;
        /* flex-wrap: wrap; */
        /* gap: 20px; */
        margin: 0 auto;
         text-align: center;
        /* flex-direction: column;  */
        /* margin: 0 3rem; */
        /* text-align: center; */
        overflow-x: hidden;
      
}
.flip-card{
     width: 400px;
     display: inline-block;
    margin: 10px;
    padding: 20px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
} 
}

  /*portfolio ends  */


  .submit{
    background-color: orange;
  }