
.posterContainer{
  background-image: url('/public/assets/uploads/static/webdevelopmentposter.jpeg');
background-size: cover; /* Adjust the background size based on your preference */
background-position: center; /* Center the background image */
color: #ffffff; /* Set text color to white or another contrasting color */
position: relative;
width:100%;
margin: 0 5px;
border-radius: 7px;
height: 300px;

}

.posterContainer h1 {
  color: var(--uni-light-colorTheme5);
  text-align: center;
  margin: auto;
}

.webContainer{
/* background-image: url('/public/assets/uploads/static/webdevelopmentposter.jpg'); */
background-size: cover; /* Adjust the background size based on your preference */
background-position: center; /* Center the background image */
color: #ffffff; /* Set text color to white or another contrasting color */
position: relative;
width:49%;
margin: 0 5px;
border-radius: 7px;
height: 250px;
}
.webContainer h1{
color: var(--uni-light-colorTheme5);
text-align: center;
margin: auto;
}

.webContainer::before {
background: rgba(0, 0, 0, 0.6); /* Adjust the alpha value for transparency */
}
.webContainer:hover {
box-shadow:
-7px -7px 20px 0px rgba(255, 255, 255, .9),
-4px -4px 5px 0px rgba(255, 255, 255, .9),
7px 7px 20px 0px rgba(0, 0, 0, .2),
4px 4px 5px 0px rgba(0, 0, 0, .3);
transition: all 0.3s ease;
}

.appContainer{
background-image: url('/public/assets/uploads/static/appposter.jpg');
background-size: cover; /* Adjust the background size based on your preference */
background-position: center; /* Center the background image */
color: #ffffff; /* Set text color to white or another contrasting color */
position: relative;
width:49%;
margin: 0 5px;
border-radius: 7px;
height: 300px;
}
.appContainer h1{
color: var(--uni-light-colorTheme5);
text-align: center;
margin: auto;
}

.appContainer::before {
background: rgba(0, 0, 0, 0.6); /* Adjust the alpha value for transparency */
}
.appContainer:hover {
box-shadow:
-7px -7px 20px 0px rgba(255, 255, 255, .9),
-4px -4px 5px 0px rgba(255, 255, 255, .9),
7px 7px 20px 0px rgba(0, 0, 0, .2),
4px 4px 5px 0px rgba(0, 0, 0, .3);
transition: all 0.3s ease;
}


.auditContainer{
background-image: url('/public/assets/uploads/static/auditposter1.jpeg');
background-size: cover; /* Adjust the background size based on your preference */
background-position: center; /* Center the background image */
color: #ffffff; /* Set text color to white or another contrasting color */
position: relative;
width:100%;
margin: 0 5px;
border-radius: 7px;
height: 300px;
}
.auditContainer h1{
color: var(--uni-light-colorTheme5);
text-align: center;
margin: auto;
}

.auditContainer::before {
background: rgba(0, 0, 0, 0.6); /* Adjust the alpha value for transparency */
}
.auditContainer:hover {
box-shadow:
-7px -7px 20px 0px rgba(255, 255, 255, .9),
-4px -4px 5px 0px rgba(255, 255, 255, .9),
7px 7px 20px 0px rgba(0, 0, 0, .2),
4px 4px 5px 0px rgba(0, 0, 0, .3);
transition: all 0.3s ease;
}
.pickUs{
    width: 100%;
  /* background-color: var(--uni-light-colorTheme4) !important; */
    border-radius: 7px;
    background-image: url('/public/assets/uploads/app/pickusbanner.jpg') !important;
    background-size: cover; /* Adjust the background size based on your preference */
    background-position: center; /* Center the background image */
    
    }
.softwareContainer{
background-image: url('/public/assets/uploads/static/softwareposter.jpg');
background-size: contain; /* Adjust the background size based on your preference */
background-position: center; /* Center the background image */
color: #ffffff; /* Set text color to white or another contrasting color */
position: relative;
width:49%;
margin: 0 5px;
border-radius: 7px;
height: 250px;
}
.softwareContainer h1{
color: var(--uni-light-colorTheme5);
text-align: center;
margin: auto;
}

.softwareContainer::before {
background: rgba(0, 0, 0, 0.6); /* Adjust the alpha value for transparency */
}
.softwareContainer:hover {
box-shadow:
-7px -7px 20px 0px rgba(255, 255, 255, .9),
-4px -4px 5px 0px rgba(255, 255, 255, .9),
7px 7px 20px 0px rgba(0, 0, 0, .2),
4px 4px 5px 0px rgba(0, 0, 0, .3);
transition: all 0.3s ease;
}


.portfolioContainer{
background-image: url('/public/assets/uploads/service/portfoliobanner1.jpeg');
background-size: cover; /* Adjust the background size based on your preference */
background-position: top; /* Center the background image */
color: #ffffff; /* Set text color to white or another contrasting color */
position: relative;
width:100%;
margin: 0 5px;
border-radius: 7px;
height: 300px;
}
.portfolioContainer h1, .tripContainer h1 {
color: var(--uni-light-colorTheme5);
text-align: center;
margin: auto;
}

.portfolioContainer::before, .tripContainer::before {
background: rgba(0, 0, 0, 0.6); /* Adjust the alpha value for transparency */
}
.portfolioContainer:hover, .tripContainer:hover {
box-shadow:
-7px -7px 20px 0px rgba(255, 255, 255, .9),
-4px -4px 5px 0px rgba(255, 255, 255, .9),
7px 7px 20px 0px rgba(0, 0, 0, .2),
4px 4px 5px 0px rgba(0, 0, 0, .3);
transition: all 0.3s ease;
}

.tripContainer{
background-image: url('/public/assets/uploads/service/tripAdvisor.jpg');
background-size: cover; /* Adjust the background size based on your preference */
background-position: top; /* Center the background image */
color: #ffffff; /* Set text color to white or another contrasting color */
position: relative;
width:100%;
margin: 0 5px;
border-radius: 7px;
height: 300px;
}
.serviceDescriptionContainer{
    background: #2e2b2b;
    color: #ffffff;
    position: relative;
    width:100%;
    margin: 0 5px;
    border-radius: 7px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.serviceDescriptionContainer h1 {
    display: none;
    text-align: center;
    width: 100%; /* Ensure full width */
}

.serviceDescriptionContainer h4 {
    color: var(--uni-light-font-darkColor);
    margin-top: 10px;
    text-align: center;
    margin: auto;
    margin-top: 10px; 
    display:none;
    font-family: 'Domine';
    width: 100%; /* Ensure full width */
}

/* Fix the flex container to stack elements vertically */
.d-flex.justify-content-center.m-2 {
    flex-direction: column; /* Stack children vertically */
    gap: 20px; /* Add spacing between stacked elements */
}

.serviceDescriptionContainer:hover h1 {
    text-shadow: 0 0 5px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 15px rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    display: block;
    text-align: center;
}

.serviceDescriptionContainer:hover h4 {
    text-shadow: 0 0 5px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 15px rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease;
    display: block;
}

.serviceDescriptionContainer:hover button {
    transition: all 0.3s ease;
    display: block !important;
    box-shadow: 0 0 5px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 15px rgba(3, 146, 10, 0.7);
    margin-top: 20px; /* Add space above the button */
    width: auto; /* Let the button size naturally */
    align-self: center; /* Center the button */
}
.serviceImgCoverContainer{
    background: black;
color: #ffffff; /* Set text color to white or another contrasting color */
position: relative;
width:100%;
margin: 0 5px;
border-radius: 7px;
min-height: 250px;
display: flex; /* Enable Flexbox */
justify-content: center; /* Center horizontally */
align-items: center; /* Center vertically */
}

.web-service-bg{
    background-image: url('/public/assets/uploads/static/webServicePoster.jpg') !important;
background-size: cover; /* Adjust the background size based on your preference */
background-position: center; /* Center the background image */
}


.web-service-bg2{
    background-image: url('/public/assets/uploads/service/webDevelopmentBanner2.webp') !important;
background-size: contain; /* Adjust the background size based on your preference */
background-position: center; /* Center the background image */
background-repeat: no-repeat;
}

.web-service-bg3{
    background-image: url('/public/assets/uploads/service/webDevelopmentBanner16.jpg') !important;
    background-size: cover !important; /* Adjust the background size based on your preference */
    background-position: center; /* Center the background image */  
    
}
.web-service-bg4{
    background-image: url('/public/assets/uploads/service/webDevelopmentBanner14.jpg') !important;
    background-size: cover; /* Adjust the background size based on your preference */
    background-position: center; /* Center the background image */
    
}
.web-service-bg5{
    background-image: url('/public/assets/uploads/service/webServicePoster.jpg') !important;
background-size: cover; /* Adjust the background size based on your preference */
background-position: center; /* Center the background image */
}

.audit-service-bg{
    background-image: url('/public/assets/uploads/static/auditBanner.jpg') !important;
background-size: cover; /* Adjust the background size based on your preference */
background-position: right; /* Center the background image */
}

.audit-enquiry-bg{
    background-image: url('/public/assets/uploads/service/auditEnquiryBanner.jpg') !important;
    background-size: cover; /* Adjust the background size based on your preference */
    background-position: center; /* Center the background image */
}


.portfolio-service-bg{
    background-image: url('/public/assets/uploads/static/webServicePoster.jpg');
background-size: cover; /* Adjust the background size based on your preference */
background-position: center; /* Center the background image */
}

.trip-service-bg{
    background-image: url('/public/assets/uploads/static/adivsorMainBanner.jpg') !important;
background-size: cover !important; /* Adjust the background size based on your preference */
background-position: top !important; /* Center the background image */
width: 100% !important;
height: 300px !important;
}


.trip-service-bg2{
    background-image: url('/public/assets/uploads/static/adivsorMainBanner2.jpg') !important;
background-size: cover; /* Adjust the background size based on your preference */
background-position: center; /* Center the background image */
background-repeat: no-repeat;
}

.serviceImgCoverContainer h1{
color: var(--uni-light-colorTheme5);
text-align: center;
margin: 0;
opacity: 0; /* Hide the h1 by default */
transition: opacity 0.3s ease; /* Smooth transition for opacity */
}
.serviceImgCoverContainer::before {
background: rgba(0, 0, 0, 0.6); /* Adjust the alpha value for transparency */
}
.serviceImgCoverContainer:hover {
box-shadow:
-7px -7px 20px 0px rgba(255, 255, 255, .9),
-4px -4px 5px 0px rgba(255, 255, 255, .9),
7px 7px 20px 0px rgba(0, 0, 0, .2),
4px 4px 5px 0px rgba(0, 0, 0, .3);
transition: all 0.3s ease;
}

.serviceImgCoverContainer:hover h1 {
opacity: 1; /* Show the h1 on hover */
text-shadow: 0 0 5px rgb(5, 160, 26), 0 0 10px rgba(2, 126, 13, 0.8), 0 0 15px rgba(255, 255, 255, 0.7); /* Glowing text */
transition: all 0.3s ease;
}

.serviceImgCoverContainer:hover button{
display: block !important;
}

.serviceImgCoverContainer2{
background: black;
color: #ffffff; /* Set text color to white or another contrasting color */
position: relative;
width: 100%;
margin: 0 5px;
border-radius: 7px;
min-height: 250px;
justify-self: center;
align-self: center;
}




.serviceImgCoverContainer2 h1{
color: var(--uni-bright-bttn-fontColor);
text-align: center;
font-family: 'BlackOpsOne';
font-weight: 700;
display: none;
}
.serviceImgCoverContainer2 a{
color: var(--uni-bright-bttn-fontColor);
font-weight: 600;
}
.serviceImgCoverContainer2::before {
background: rgba(0, 0, 0, 0.6); /* Adjust the alpha value for transparency */
}
.serviceImgCoverContainer2:hover {
box-shadow:
-7px -7px 20px 0px rgba(255, 255, 255, .9),
-4px -4px 5px 0px rgba(255, 255, 255, .9),
7px 7px 20px 0px rgba(0, 0, 0, .2),
4px 4px 5px 0px rgba(0, 0, 0, .3);
transition: all 0.3s ease;
}
.serviceImgCoverContainer2:hover h1 {
display: block !important; /* Makes h1 element visible and takes up space */
text-shadow: 0 0 5px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 15px rgba(255, 255, 255, 0.7); /* Glowing text */
transition: all 1.9s ease;
}
.serviceImgCoverContainer2:hover button {
display: block !important; /* Makes h1 element visible and takes up space */
transition: all 0.3s ease;
}
.serviceDescriptionSubContainer{  
background: linear-gradient(to bottom, rgba(10, 10, 10, 0.8), rgba(32, 32, 31, 0.8)); /* Radiant linear gradient */
color: #ffffff; /* Set text color to white or another contrasting color */
position: relative;
width:49%;
margin: 0 5px;
border-radius: 7px;
height: 350px;
}

.serviceDescriptionSubContainer h5 {
color: var(--uni-light-font-activeColor);
text-align: center;
margin: auto;
margin-bottom: 20px;
margin-top: 20px;
}
.serviceDescriptionSubContainer li{
font-size: 16px !important;
color: var(--uni-light-colorTheme5);
text-align: left;
margin: auto;
}

.serviceDescriptionSubContainer::before {
background: rgba(0, 0, 0, 0.6); /* Adjust the alpha value for transparency */
}
.serviceDescriptionSubContainer:hover {
box-shadow:
-7px -7px 20px 0px rgba(255, 255, 255, .9),
-4px -4px 5px 0px rgba(255, 255, 255, .9),
7px 7px 20px 0px rgba(0, 0, 0, .2),
4px 4px 5px 0px rgba(0, 0, 0, .3);
transition: all 0.3s ease;
}
.serviceDescriptionSubContainer:hover h5{
text-shadow: 0 0 5px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 15px rgba(255, 255, 255, 0.7); /* Glowing text */

transition: all 0.3s ease;
}

.serviceDescriptionSubContainer2{
     /**  background: linear-gradient(to bottom, rgba(10, 10, 10, 0.8), rgba(255, 153, 51, 0.8)) !important; /* Radiant linear gradient */
  color: #ffffff; /* Set text color to white or another contrasting color */
    position: relative;
    width:49%;
    margin: 0 5px;
    border-radius: 7px;
    height: 350px;
    }

.ppServiceImgCoverContainer{
    background: black;
color: #ffffff; /* Set text color to white or another contrasting color */
position: relative;
width:100%;
margin: 0 5px;
border-radius: 7px;
min-height: 500px;
display: flex; /* Enable Flexbox */
justify-content: center; /* Center horizontally */
align-items: center; /* Center vertically */
}
.ppServiceImgCoverContainer h1{
    color: var(--uni-light-font-activeColor);
    display: none;
    text-shadow: 
      0 0 10px rgba(255, 255, 255, 0.8), /* Brighter white glow */
      0 0 20px rgba(255, 255, 255, 0.9), /* Wider and brighter glow */
      0 0 30px rgba(255, 255, 255, 1); /* Even wider and fully opaque glow */
transition: all 0.6s ease;
}
.ppServiceImgCoverContainer:hover h1{
    display: block;
     text-shadow: 
      0 0 10px rgba(255, 255, 255, 0.8), /* Brighter white glow */
      0 0 20px rgba(255, 255, 255, 0.9), /* Wider and brighter glow */
      0 0 30px rgba(255, 255, 255, 1); /* Even wider and fully opaque glow */
    transition: all 0.8s ease;
}
.ppServiceImgCoverContainer button{
    display: none;   
}
.ppServiceImgCoverContainer:hover button{
    display: block !important;
}
.ppServiceImgCoverContainer button:hover a{
    color: black !important;
}

.ppServiceImgCoverContainer2{
    background: black;
color: #ffffff; /* Set text color to white or another contrasting color */
position: relative;
width:100%;
margin: 0 5px;
border-radius: 7px;
min-height: 250px;
display: flex; /* Enable Flexbox */
justify-content: center; /* Center horizontally */
align-items: center; /* Center vertically */
}
.ppServiceImgCoverContainer3{
    background: none;
color: #ffffff; /* Set text color to white or another contrasting color */
position: relative;
width:100%;
margin: 0 5px;
border-radius: 7px;
min-height: 200px;
height: 350px;
display: flex; /* Enable Flexbox */
justify-content: center; /* Center horizontally */
align-items: center; /* Center vertically */
}
.ppServiceImgCoverContainer2 h1{  
color: #050505; /* Set text color to white or another contrasting color */

}

.ppServiceImgCoverContainer2 button{  
    display: none;
    }
.ppServiceImgCoverContainer2:hover h1{  
    color: #050505; /* Set text color to white or another contrasting color */
    text-shadow: 0 0 5px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 15px rgba(255, 255, 255, 0.7); /* Glowing text */
    transition: all 1.9s ease;
    }

    .ppServiceImgCoverContainer2:hover button{  
    display: block;
        }
    
.pp-service-bg{
    background-image: url('/public/assets/uploads/static/portfolioposter.jpg');
background-size: fit-content; /* Adjust the background size based on your preference */
background-position: center; /* Center the background image */
}

.pp-service-bg2{
    background-image: url('/public/assets/uploads/service/portfoliobanner18.jpg') !important;
background-size: cover; /* Adjust the background size based on your preference */
background-position: center; /* Center the background image */
}


.pp-service-bg3{
    background-image: url('/public/assets/uploads/service/redhead6.jpg') !important;
background-size: cover; /* Adjust the background size based on your preference */
background-position: center; /* Center the background image */
}

.pp-service-bg4{
    background-image: url('/public/assets/uploads/service/portfoliobanner13.jpg') !important;
background-size: contain; /* Adjust the background size based on your preference */
background-position: center; /* Center the background image */
}
.pp-service-bg5{
    background-image: url('/public/assets/uploads/service/redhead5.jpg') !important;
background-size: contain; /* Adjust the background size based on your preference */
background-position: center; /* Center the background image */
}
.pp-service-bg6{
    background-image: url('/public/assets/uploads/service/portfolioposter3.webp') !important;
background-size: cover; /* Adjust the background size based on your preference */
background-position: center; /* Center the background image */
}
.ppSubContainer{
    /** background-image: url('/public/assets/uploads/static/portfolioposter.jpg'); */
    background: rgb(31, 29, 29); /* Radiant linear gradient */
    background-size: cover; /* Adjust the background size based on your preference */
    background-position: center; /* Center the background image */
    color: var(--uni-light-colorTheme5); /* Set text color to white or another contrasting color */
    position: relative;
    width:49%;
    margin: 0 10px;
    border-radius: 7px;
    height: 320px;
    }

    .ppSubContainer h1{
        /** background-image: url('/public/assets/uploads/static/portfolioposter.jpg'); */
      font-size: 40px;
      color: var(--uni-light-colorTheme5); /* Set text color to white or another contrasting color */
    
        }

        .ppSubContainer:hover h1{
            text-shadow: 
        3px 3px 6px rgba(0, 0, 0, 1),  /* Stronger main shadow */
        1px 1px 2px rgba(0, 0, 0, 0.8),  /* Extra depth */
        -1px -1px 2px rgba(0, 0, 0, 0.6); /* Subtle highlight */
         transition: all 1.9s ease;
            }

            #h1-container h1 {
                display: none; /* Hide all h1 elements initially */
                position: absolute; /* Position them absolutely to stack them */
                top: 50%; /* Center them vertically */
                left: 50%; /* Center them horizontally */
                transform: translate(-50%, -50%); /* Ensure perfect centering */
                animation: fadeInOut 8s infinite; /* Apply animation */
              }
              
              /* Define the keyframes for the animation */
              @keyframes fadeInOut {
                0%, 25% {
                  display: block; /* Show the h1 element */
                  opacity: 1; /* Fully visible */
                }
                26%, 100% {
                  display: none; /* Hide the h1 element completely */
                  opacity: 0; /* Fully transparent */
                }
              }
              
              /* Add delays for each h1 element */
              #h1-container h1:nth-child(1) {
                animation-delay: 0s;
              }
              #h1-container h1:nth-child(2) {
                animation-delay: 2s;
              }
              #h1-container h1:nth-child(3) {
                animation-delay: 4s;
              }
              #h1-container h1:nth-child(4) {
                animation-delay: 6s;
              }

                /** Audit detail page pads **/
              .auditDetailPad { 
                  opacity: 0;
  transform: translateX(0); /* reset base */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

/* Slide in from left */
.auditDetailPad.from-left {
  transform: translateX(-50px);
}
.auditDetailPad.from-left.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Slide in from right */
.auditDetailPad.from-right {
  transform: translateX(50px);
}
.auditDetailPad.from-right.visible {
  opacity: 1;
  transform: translateX(0);
}
    .auditDetailPad h3{
      color: var(--uni-light-colorTheme7);
      font-weight: 600;
    }

 .pickUs:hover .auditDetailPad h3 {
  text-shadow: 
    2px 2px 4px rgba(0, 0, 0, 0.7),    /* Dark shadow for depth */
    -1px -1px 2px rgba(0, 0, 0, 0.5),  /* Subtle highlight contrast */
    0 0 10px rgba(0, 0, 0, 0.6);       /* Soft dark glow */
                      /* Ensure text is white */
  transition: all 0.3s ease;
}

.pickUs:hover .auditDetailPad p {
  text-shadow: 
    1px 1px 3px rgba(0, 0, 0, 0.7),    /* Slightly softer dark shadow */
    -1px -1px 1px rgba(0, 0, 0, 0.4),  /* Subtle highlight */
    0 0 8px rgba(0, 0, 0, 0.5);        /* Soft dark glow */
  color: #fff;                         /* Ensure text is white */
  transition: all 0.3s ease;
}

              /** Container animations **/

             /* Animation Keyframes */
@keyframes slideInFromBottom {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInFromTop {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Initial state for animated elements */
.posterContainer,
.auditContainer,
.portfolioContainer,
.tripContainer {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.posterContainer h1,
.auditContainer h1,
.portfolioContainer h1,
.tripContainer h1 {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.posterContainer .exploreBttn,
.auditContainer .exploreBttn,
.portfolioContainer .exploreBttn,
.tripContainer .exploreBttn {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

/* Animation classes */
.animate-container-bottom {
  animation: slideInFromBottom 1s ease-out forwards;
}

.animate-container-top {
  animation: slideInFromTop 1s ease-out forwards;
}

.animate-h1 {
  animation: slideInFromLeft 0.8s ease-out 0.3s forwards;
}

.animate-button {
  animation: slideInFromRight 0.8s ease-out 0.6s forwards;
}

/* Reset classes for re-animation */
.reset-animation {
  opacity: 0;
}

.reset-animation h1 {
  opacity: 0;
  transform: translateX(-50px);
}

.reset-animation .exploreBttn {
  opacity: 0;
  transform: translateX(50px);
}

/* Features Carousel Section */
.features-carousel {
  padding: 60px 20px;
  background: var(--tools-gradient-bgColor);
  color: white;
  position: relative;
  overflow: hidden;
  margin: 30px;
  border-radius: 5px;
}

.carousel-container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  height: 250px; /* Fixed height */
}

.carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  opacity: 0;
  transition: opacity 0.8s ease;
  /* Add these properties */
  pointer-events: none; /* Prevent interaction with inactive slides */
  z-index: 1; /* Ensure proper stacking */
}

.carousel-slide.active {
  opacity: 1;
  z-index: 2; /* Active slide should be on top */
  pointer-events: auto; /* Allow interaction with active slide */
}

/* Rest of your CSS remains the same */
.carousel-slide h2 {
  font-size: 2.2rem;
  margin-bottom: 15px;
  color: white;
}

.carousel-slide h5 {
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.9);
}

.carousel-slide p {
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 700px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.85);
}

.carousel-nav {
  position: relative;
  bottom: 5px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

.carousel-dots {
  display: flex;
  gap: 8px;
}

.carousel-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s;
}

.carousel-dot.active {
  background: white;
  transform: scale(1.2);
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Add z-index to ensure buttons are clickable */
  z-index: 3;
  pointer-events: auto;
}

.carousel-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
}

.carousel-arrow.prev {
  left: 10px;
}

.carousel-arrow.next {
  right: 10px;
}
.learn-more {
  color: #3498db;
  display: inline-block;
  transition: transform 0.2s ease;
  pointer-events: none; /* Prevent it from blocking card clicks */
}

.card-link:hover{
  transform: translateX(3px);
  text-decoration: none !important; /* Ensure no underline appears */
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  
  .carousel-container {
    height: 320px;
  }
  
  .carousel-slide h2 {
    font-size: 1.8rem;
  }
  
  .carousel-slide h5 {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  
  .carousel-container {
    height: 360px;
  }
  
  .carousel-arrow {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
  
 
}

/** Trip advisor carousel **/
  .carousel-container-trip {
            width: 100%;
            max-width: 1400px;
            overflow: hidden;
            position: relative;
            padding: 40px 0;
        }

        .carousel-title {
            text-align: center;
            color: white;
            margin-bottom: 40px;
            font-size: 2.5rem;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
            font-weight: 300;
            letter-spacing: 1px;
        }

        .carousel-outer {
            position: relative;
            margin: 0 50px;
        }

        .cards-wrapper {
            display: flex;
            transition: transform 0.5s ease;
            position: relative;
            height: 400px;
            align-items: center;
            justify-content: center;
        }

        .card {
            width: 340px;
            height: 300px;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 12px;
            padding: 25px;
            margin: 0 15px;
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
            transition: all 0.5s ease;
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            cursor: pointer;
            border: 1px solid rgba(255, 255, 255, 0.15);
        }

        .card-image {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;            
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            opacity: 0.3;
            z-index: -1;
            transition: opacity 0.5s ease;
        }

        .card-1 .card-image{ background-image: url('/public/assets/uploads/static/trip1.jpeg'); }
        .card-2 .card-image { background-image: url('/public/assets/uploads/static/trip2.jpeg'); }
        .card-3 .card-image { background-image: url('/public/assets/uploads/static/trip3.jpeg'); }
        .card-4 .card-image { background-image: url('/public/assets/uploads/static/trip4.jpeg'); }
        .card-5 .card-image { background-image: url('/public/assets/uploads/static/trip5.jpeg'); }

        .card.active {
            width: 400px;
            height: 380px;
            transform: scale(1.05);
            z-index: 10;
            background: rgba(255, 255, 255, 0.15);
        }

        .card.active .card-image {
            opacity: 0.5;
        }

        .card-content {
            margin-top: auto;
            display: flex;
            flex-direction: column;
            height: 100%;
            justify-content: flex-end;
        }

        .card h3 {
            color: white;
            font-size: 1.6rem;
            margin-bottom: 15px;
            text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
            font-weight: 500;
            letter-spacing: 0.5px;
        }

        .card p {
            color: rgba(255, 255, 255, 0.9);
            font-size: 0.9rem;
            line-height: 1.5;
            opacity: 0;
            max-height: 0;
            overflow: hidden;
            transition: all 0.5s ease;
        }

        .card.active p {
            opacity: 1;
            max-height: 120px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
        }

        .nav-buttons {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            transform: translateY(-50%);
            display: flex;
            justify-content: space-between;
            pointer-events: none;
            z-index: 20;
        }

        .nav-btn {
            background: rgba(255, 255, 255, 0.2);
            border: none;
            color: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            font-size: 1.5rem;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            pointer-events: all;
        }

        .nav-btn:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: scale(1.1);
        }

        .indicators {
            display: flex;
            justify-content: center;
            margin-top: 30px;
            gap: 10px;
        }

        .indicator {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.3);
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .indicator.active {
            background: white;
            transform: scale(1.3);
        }

        /* Responsive styles */
           @media (max-width: 1200px) {
            .carousel-outer {
                margin: 0 30px;
            }
            
            .card {
                width: 300px;
                height: 280px;
                margin: 0 12px;
            }
            
            .card.active {
                width: 380px;
                height: 340px;
            }
          }
        @media (max-width: 992px) {
            .carousel-outer {
                margin: 0 20px;
            }
            
            .card {
                width: 280px;
                height: 280px;
                margin: 0 12px;
            }
            
            .card.active {
                width: 340px;
                height: 340px;
            }
            
            .cards-wrapper {
                height: 360px;
            }
            
            .carousel-title {
                font-size: 2.2rem;
            }
        }

        @media (max-width: 768px) {
            .carousel-outer {
                margin: 0 10px;
            }
            
            .card {
                width: 280px;
                height: 260px;
                margin: 0 10px;
                padding: 20px;
            }
            
            .card.active {
                width: 340px;
                height: 320px;
            }
            
            .cards-wrapper {
                height: 340px;
            }
            
            .carousel-title {
                font-size: 2rem;
                margin-bottom: 30px;
            }
            
            .nav-btn {
                width: 45px;
                height: 45px;
            }
        }

        @media (max-width: 576px) {
            .carousel-outer {
                margin: 0 10px;
            }
            
            .card {
                width: 200px;
                height: 240px;
                margin: 0 8px;
                padding: 15px;
            }
            
            .card.active {
                width: 240px;
                height: 280px;
            }
            
            .cards-wrapper {
                height: 300px;
            }
            
            .card h3 {
                font-size: 1.4rem;
            }
            
            .card p {
                font-size: 0.8rem;
            }
            
            /* On smallest screens, hide indicators */
            .indicators {
                display: none;
            }
            
            .carousel-title {
                font-size: 1.8rem;
            }
            
            .nav-btn {
                width: 40px;
                height: 40px;
                font-size: 1.3rem;
            }
        }

        @media (max-width: 480px) {
            .carousel-outer {
                margin: 0 10px;
            }
            
            .card {
                width: 120px;
                height: 220px;
                margin: 0 6px;
                padding: 12px;
            }
            
            .card.active {
                width: 220px;
                height: 260px;
            }
            
            .cards-wrapper {
                height: 280px;
            }
            
            .card h3 {
                font-size: 1.2rem;
            }
            
            .card p {
                font-size: 0.75rem;
            }
            
            .carousel-title {
                font-size: 1.6rem;
            }
        }

              /** Media Queries **/

                             /** Tablet / ipads(portrait and landscape **/
  @media only screen and  (width > 1460) {
  
  }

  @media screen and (min-width: 1200px) and (max-width: 1294px){
 

    .ppSubContainer{
        flex-direction: row;
        width: 47%;
     }
}
@media only screen and  (min-width: 1201px) and (max-width: 1459px) {
    .serviceDescriptionSubContainer{
        flex-direction: row;
        width: 48.5% !important;
     }
     .serviceDescriptionSubContainer2{
        flex-direction: row;
        width: 48.5% !important;
           }
           .web-service-bg2{
            background-size: contain !important; 
            background-repeat: no-repeat !important;
            background-position: center 100% !important; /* Moves the image down slightly */
         }    
       
    .web-service-bg3{
     background-size: cover !important;
     aspect-ratio: 8 / 6 !important; 
      }       

     .ppSubContainer{
        flex-direction: row;
        width: 47%;
        transition: all 0.9s ease;
     }
  }

@media only screen and (min-width: 961px) and (max-width: 1200px){
    .serviceImgCoverContainer2{
        width: 90%;
    }
    .web-service-bg5{
    background-size: cover; /* Adjust the background size based on your preference */
    }
    .serviceDescriptionSubContainer{
        flex-direction: row;
        width: 100% !important;
     }
     .serviceDescriptionSubContainer2{
        flex-direction: row;
        width: 100% !important;
     }
     
.web-service-bg3{
   background-size: cover !important; /* Adjust the background size based on your preference */
    
}
.trip-service-bg, .trip-service-bg2{
   background-size: cover !important; /* Adjust the background size based on your preference */
    
}

    .ppServiceImgCoverContainer h1{
        text-align: center;       
           transition: all 1.9s ease;
           font-size: 40px !important;
    }
    .ppSubContainer{
        flex-direction: row;
        padding:  auto;
        margin: auto;
        width: 47%;
        
     }
    .pp-service-bg2{
        background-size: contain; /* Adjust the background size based on your preference */
        background-position: center; /* Center the background image */
        background-repeat: no-repeat; /* Prevents tiling */
            aspect-ratio: 4 / 3;  /* Adjust based on your image */
    }

    .pp-service-bg3{
        background-size: fit-content; /* Adjust the background size based on your preference */
        background-position: left; /* Center the background image */
        background-repeat: no-repeat; /* Prevents tiling */
            aspect-ratio: 4 / 3;  /* Adjust based on your image */
    }
    .pp-service-bg4{
        background-size: contain; /* Adjust the background size based on your preference */
        background-position: center; /* Center the background image */
        background-repeat: no-repeat; /* Prevents tiling */
            aspect-ratio: 4 / 3;  /* Adjust based on your image */
    }
    .pp-service-bg5{
        background-size: cover; /* Adjust the background size based on your preference */
        background-position: right; /* Center the background image */
        background-repeat: no-repeat; /* Prevents tiling */
            aspect-ratio: 8 / 6;  /* Adjust based on your image */
    }
   


}
@media only screen and (min-width: 768px) and (max-width: 960px){
    .serviceImgCoverContainer2{
        width: 90%;
    }
    .web-service-bg5{
    background-size: cover; /* Adjust the background size based on your preference */
    }
    .serviceDescriptionSubContainer{
        flex-direction: row;
        width: 100%;
     }
     .serviceDescriptionSubContainer2{
        flex-direction: row;
        width: 100%;
     }
     .web-service-bg3{
        background-size: cover !important; /* Adjust the background size based on your preference */
         
     }
     .trip-service-bg, .trip-service-bg2{
   background-size: cover !important; /* Adjust the background size based on your preference */
    
}
    .ppServiceImgCoverContainer h1{
        text-align: center;       
           transition: all 1.9s ease;
           font-size: 40px !important;
    }
    .ppSubContainer{
        flex-direction: row;
        width: 100%;
     }
    .pp-service-bg2{
        background-size: contain; /* Adjust the background size based on your preference */
        background-position: center; /* Center the background image */
        background-repeat: no-repeat; /* Prevents tiling */
            aspect-ratio: 4 / 3;  /* Adjust based on your image */
    }

    .pp-service-bg3{
        background-size: fit-content; /* Adjust the background size based on your preference */
        background-position: left; /* Center the background image */
        background-repeat: no-repeat; /* Prevents tiling */
            aspect-ratio: 4 / 3;  /* Adjust based on your image */
    }
    .pp-service-bg4{
        background-size: contain; /* Adjust the background size based on your preference */
        background-position: center; /* Center the background image */
        background-repeat: no-repeat; /* Prevents tiling */
            aspect-ratio: 4 / 3;  /* Adjust based on your image */
    }
    .pp-service-bg5{
        background-size: cover; /* Adjust the background size based on your preference */
        background-position: right; /* Center the background image */
        background-repeat: no-repeat; /* Prevents tiling */
        aspect-ratio: 16 / 9;   /* Adjust based on your image */
    }
   
 
 
}

/** smaller Tablet / ipads(portrait and landscape **/
@media only screen and (min-width: 569px) and (max-width: 767px){
    .serviceImgCoverContainer2{
        width: 90%;
    }
    .web-service-bg2{
        background-size: cover; /* Adjust the background size based on your preference */
        background-position: left; /* Center the background image */
        background-repeat: no-repeat; /* Prevents tiling */
            aspect-ratio: 4 / 3;  /* Adjust based on your image */
    }
    .web-service-bg5{
    background-size: cover; /* Adjust the background size based on your preference */
    }
    .trip-service-bg, .trip-service-bg2{
   background-size: cover !important; /* Adjust the background size based on your preference */
    
}
    .serviceDescriptionSubContainer{
        flex-direction: row;
        width: 100%;
     }
     .serviceDescriptionSubContainer2{
        flex-direction: row;
        width: 100%;
     }
    .ppServiceImgCoverContainer h1{
        text-align: center;       
           transition: all 1.9s ease;
           font-size: 40px !important;
    }
    .ppSubContainer{
        flex-direction: row;
        width: 100%;
     }
    .pp-service-bg2{
        background-size: contain; /* Adjust the background size based on your preference */
        background-position: center; /* Center the background image */
        background-repeat: no-repeat; /* Prevents tiling */
            aspect-ratio: 4 / 3;  /* Adjust based on your image */
    }

    .pp-service-bg3{
        background-size: fit-content; /* Adjust the background size based on your preference */
        background-position: left; /* Center the background image */
        background-repeat: no-repeat; /* Prevents tiling */
            aspect-ratio: 4 / 3;  /* Adjust based on your image */
    }
    .pp-service-bg4{
        background-size: contain; /* Adjust the background size based on your preference */
        background-position: center; /* Center the background image */
        background-repeat: no-repeat; /* Prevents tiling */
            aspect-ratio: 4 / 3;  /* Adjust based on your image */
    }
    .pp-service-bg5{
        background-size: cover; /* Adjust the background size based on your preference */
        background-position: center; /* Center the background image */
        background-repeat: no-repeat; /* Prevents tiling */
            aspect-ratio: 8 / 6;  /* Adjust based on your image */
    }
   
  
    .pickUs{
        width: 100%;
      /* background-color: var(--uni-light-colorTheme4) !important; */
        border-radius: 7px;
        background-image: url('/public/assets/uploads/app/pickusbanner.jpg') !important;
        background-size: cover; /* Adjust the background size based on your preference */
        background-position: right; /* Center the background image */
        background-repeat: no-repeat; /* Prevents tiling */
        aspect-ratio: 4 / 9;  /* Adjust based on your image */
        transition:cubic-bezier(1, 0, 0, 1);
        }

}
/** **/

/** smartphone  **/
/** (portrait and landscape **/

@media only screen and (min-width: 240px) and (max-width: 568px){
    .posterContainer{
        background-size: fit-content;

    }
    .auditContainer{
        background-size: fit-content;

    }
    .portfolioContainer{
        background-size: fit-content;

    }
     .tripContainer{
        background-size: fit-content;

    }
    .serviceImgCoverContainer h1{
opacity: 1; /* Hide the h1 by default */
}
    .serviceImgCoverContainer2{
        width: 100%;
    }
  
 .serviceImgCoverContainer2 h1,  .serviceImgCoverContainer2 button{
displAY: block !important; /* Hide the h1 by default */
} 
    .web-service-bg2{
        background-size: cover; /* Adjust the background size based on your preference */
        background-position: left; /* Center the background image */
        background-repeat: no-repeat; /* Prevents tiling */
            aspect-ratio: 4 / 3;  /* Adjust based on your image */
    }
    .web-service-bg5{
    background-size: cover; /* Adjust the background size based on your preference */
    }
    .trip-service-bg{
   background-size: cover !important; /* Adjust the background size based on your preference */
    
}
   .trip-service-bg2{
   background-size: cover !important; /* Adjust the background size based on your preference */
    
}
 .serviceDescriptionSubContainer{
    flex-direction: row;
    width: 100%;
    height: fit-content;
 }
 .serviceDescriptionSubContainer2{
    flex-direction: row;
    width: 100%;
 }
    .ppServiceImgCoverContainer h1{
        text-align: center;       
           transition: all 1.9s ease;
           font-size: 40px !important;
            display: block;
    }

    .ppServiceImgCoverContainer:hover h1{
     text-shadow: 
    1px 1px 3px rgba(0, 0, 0, 0.7),    /* Slightly softer dark shadow */
     0 0 20px rgba(255, 255, 255, 0.9),
    0 0 30px rgba(255, 255, 255, 1);     /* Soft dark glow */
    transition: all 0.8s ease;
}
    .ppSubContainer{
        flex-direction: row;
        width: 100%;
     }
    .pp-service-bg2{
        background-size: contain; /* Adjust the background size based on your preference */
        background-position: center; /* Center the background image */
        background-repeat: no-repeat; /* Prevents tiling */
            aspect-ratio: 4 / 3;  /* Adjust based on your image */
    }

    .pp-service-bg3{
        background-size: fit-content; /* Adjust the background size based on your preference */
        background-position: left; /* Center the background image */
        background-repeat: no-repeat; /* Prevents tiling */
            aspect-ratio: 4 / 3;  /* Adjust based on your image */
    }
    .pp-service-bg4{
        background-size: contain; /* Adjust the background size based on your preference */
        background-position: center; /* Center the background image */
        background-repeat: no-repeat; /* Prevents tiling */
            aspect-ratio: 4 / 3;  /* Adjust based on your image */
    }
    .pp-service-bg5{
        background-size: cover; /* Adjust the background size based on your preference */
        background-position: right; /* Center the background image */
        background-repeat: no-repeat; /* Prevents tiling */
            aspect-ratio: 8 / 6;  /* Adjust based on your image */
    }
   
  
    .auditContainer{
   background-size: fit-content; /* Adjust the background size based on your preference */
background-position: center; /* Center the background image */
background-repeat: no-repeat; /* Prevents tiling */
    aspect-ratio: 4 / 3;  /* Adjust based on your image */
}

.pickUs{
    width: 100%;
  /* background-color: var(--uni-light-colorTheme4) !important; */
    border-radius: 7px;
    background-size: cover; /* Adjust the background size based on your preference */
    background-position: right; /* Center the background image */
    background-repeat: no-repeat; /* Prevents tiling */
    aspect-ratio: 4 / 9;  /* Adjust based on your image */
    transition:cubic-bezier(1, 0, 0, 1);
    }
    .exploreBttn{
        display: block !important;
    }
     .features-carousel {
     margin:30px 0 !important;
  }
}

/* Responsive adjustments for animations */
@media only screen and (max-width: 768px) {
  @keyframes slideInFromLeft {
    from {
      opacity: 0;
      transform: translateX(-30px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes slideInFromRight {
    from {
      opacity: 0;
      transform: translateX(30px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  @keyframes slideInFromBottom {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  @keyframes slideInFromTop {
    from {
      opacity: 0;
      transform: translateY(-30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  /* Adjust initial positions for mobile */
  .posterContainer,
  .auditContainer,
  .portfolioContainer,
  .tripContainer {
    transform: translateY(30px);
  }
  
  .posterContainer h1,
  .auditContainer h1,
  .portfolioContainer h1,
  .tripContainer h1 {
    transform: translateX(-30px);
  }
  
  .posterContainer .exploreBttn,
  .auditContainer .exploreBttn,
  .portfolioContainer .exploreBttn,
  .tripContainer .exploreBttn {
    transform: translateX(30px);
  }
}