/*** Spinner Start ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Button End ***/


/*** Topbar Start ***/

.topbar .top-info {
    letter-spacing: 1px;
    padding-top: 5px;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

#note {
    width: 500px;
    overflow: hidden;
}

#note small {
    position: relative;
    display: inline-block;
    animation: mymove 5s infinite;
    animation-timing-function: all;
}

@keyframes mymove {
    from {left: -100%;}
    to {left: 100%;}
}

/*** Topbar End ***/


/*** Navbar Start ***/
.navbar .navbar-nav {
    padding: 15px 0;
}

.navbar .navbar-nav .nav-link {
    padding: 10px;
    color: var(--bs-white);
    font-size: 18px;
    outline: none;
    
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-secondary) !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

/*** Navbar End ***/


/*** Carousel Start ***/

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.carousel-control-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--bs-primary);
    border-radius: 0 50px 50px 0;
    opacity: 1;
}

.carousel-control-prev:hover {
    background: var(--bs-secondary);
    transition: .8s;
}

.carousel-control-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    background: var(--bs-primary);
    border-radius: 50px 0 0 50px;
    opacity: 1;
}

.carousel-control-next:hover {
    background: var(--bs-secondary);
    transition: .8s;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: var(--bs-primary);
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: var(--bs-primary);
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

#carouselId .carousel-indicators li {
    width: 30px;
    height: 10px;
    background: var(--bs-primary);
    margin: 10px;
    border-radius: 30px;
    opacity: 1;
}

#carouselId .carousel-indicators li:hover {
    background: var(--bs-secondary);
    opacity: 1;
}

@media (max-width: 992px) {
    .carousel-item {
        min-height: 500px;
    }
    
    .carousel-item img {
        min-height: 500px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 40px !important;
    }

    .carousel-item p {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .carousel-item {
        min-height: 400px;
    }
    
    .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 32px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .6)), url(../img/banner/hero4.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}

/*** Carousel End ***/


/*** Services Start ***/

.services .services-item {
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px 0;
    position: relative;
}


.services-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: #173058;
    transition: .5s;
    
}

.services-content::after {
    top: 0;
    bottom: auto;
    border-radius: 10px 10px 10px 10px;
}

.services-item:hover .services-content::after {
    height: 100%;
    opacity: 1;
    transition: .5s;
}

.services-item:hover .services-content-icon {
    position: relative;
    z-index: 2;
}



.services-item .services-content-icon i,
.services-item .services-content-icon p {
    transition: .5s;
}

.services-item:hover .services-content-icon i {
    color: var(--bs-secondary) !important;
}

.services-item:hover .services-content-icon p{
    color: var(--bs-white);
}
.services-item:hover .services-content-icon h4{
    color:var(--bs-white);
}
/*** Services End ***/


/*** Project Start ***/

.project-img {
    position: relative;
    padding: 15px;
}

.project-img::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    background: var(--bs-secondary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-img::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--bs-primary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.project-content a {
    display: inline-block;
    padding: 20px 25px;
    background: var(--bs-primary);
    border-radius: 10px;
}

.project-item:hover .project-content {
    opacity: 1;
    transition: .5s;
}

.project-item:hover .project-img::before,
.project-item:hover .project-img::after {
    opacity: 0;
}

/*** Project End ***/


/*** Blog Start ***/
.blog-item .blog-btn {
    z-index: 2;
}

.blog-btn .blog-btn-icon {
    height: 50px;
    position: relative;
    overflow: hidden;
}

.blog-btn-icon .blog-icon-2 {
    display: flex;
    position: absolute;
    top: 6px;
    left: -140px;
    
}

.blog-btn-icon:hover .blog-icon-2 {
    transition: 1s;
    left: 5px;
    top: 6px;
    padding-bottom: 5px;
}
.blog-icon-1 {
    position: relative;
    top: -4px;
}
.blog-btn-icon:hover .blog-icon-1 {
    top: 0;
    right: -140px;
    transition: 1s;
}

/*** Blog End ***/


/*** Team Start ***/

.team-item {
    border-top: 30px solid var(--bs-secondary) !important;
    background: rgba(239, 239, 241, 0.8);
}

.team-content::before {
    height: 200px;
    display: block;
    content: "";
    position: relative;
    top: -101px;
    background: var(--bs-secondary);
    clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    padding: 60px;
    opacity: 1;
}

.team-img-icon {
    position: relative;
    margin-top: -200px;
    padding: 30px;
    padding-bottom: 0;
}

.team-img {
    border: 15px solid var(--bs-white);
}

.team-img img {
    border: 10px solid var(--bs-secondary);
    transition: .5s;
}

.team-item:hover h4 {
    color: var(--bs-primary);
    transition: .5s;
}

.team-item:hover .team-img img {
    transform: scale(1.05);
    border: 10px solid var(--bs-secondary);
}

.team-carousel .owl-stage {
    position: relative;
    width: 100%;
    height: 100%;
}

.team-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 50px;
    display: flex;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    margin-left: 15px;
    background: var(--bs-secondary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .team-carousel {
        margin-top: 3rem;
    }

    .team-carousel .owl-nav {
        top: -85px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin-left: -15px;
    }
}

/*** Team End ***/


/*** Testimonial Start ***/

.testimonial-item {
    background: #e3f0eb;

}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    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;
    background: #c1dad0;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}

/*** Testimonial End ***/


/*** Contact Start ***/
.contact-detail::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(#e5ca7b, rgba(230, 250, 245, .3)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}

.contact-map {
    background:  #173058;
}

.contact-form {
    background:  #173058;
}

/*** Contact End ***/


/*** Footer Start ***/

.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
    transition: .5s;
}

.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
    letter-spacing: 1px;
}

.footer .hightech-link a:hover {
    background: var(--bs-secondary);
    border: 0;
}

.btn3d-arunmove {
      position: relative;
      background-color: #e5ca7b;
      color: #173058;
      padding: 5px 13px;
      font-size: 16px;
      font-weight: 600;
      border: none;
      border-radius: 10px;
      box-shadow: 0 8px #bfa75f;
      cursor: pointer;
      transition: all 0.3s ease;
      overflow: hidden;
    }

    .btn3d-arunmove::before {
      content: '';
      position: absolute;
      top: 0;
      left: -75%;
      width: 50%;
      height: 100%;
      background: rgba(255, 255, 255, 0.3);
      transform: skewX(-25deg);
      transition: left 0.5s ease-in-out;
    }

    .btn3d-arunmove:hover::before {
      left: 125%;
    }

    .btn3d-arunmove:hover {
      background-color: #2a4a80; /* Deep blue hover */
      color: #ffffff;
    }

    .btn3d-arunmove:active {
      box-shadow: 0 4px #bfa75f;
      transform: translateY(4px);
    }

    @media (max-width: 768px) {
      .btn3d-arunmove {
       padding: 6px 10px;
        font-size: 16px;
      }
    }

    @media (max-width: 480px) {
      .btn3d-arunmove {
        padding: 6px 10px;
        font-size: 14px;
      }
    }


    .btnread-arunpack {
      position: relative;
      padding: 10px 20px;
      background-color: #173058;
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      border: none;
      border-radius: 50px;
      cursor: pointer;
      overflow: hidden;
      z-index: 1;
      transition: background 0.4s ease;
    }

    .btnread-arunpack::before {
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 100%;
      background: #e5ca7b;
      transition: top 0.4s ease;
      z-index: -1;
    }

    .btnread-arunpack:hover::before {
      top: 0;
    }

    .btnread-arunpack:hover {
      color: #173058;
    }
     @media (max-width: 768px) {
      .btnread-arunpack, .btncontact-arunpack{
        font-size: 15px;
        padding: 12px 25px;
      }
    }

    @media (max-width: 480px) {
      .btnread-arunpack, .btncontact-arunpack {
        font-size: 14px;
        padding: 10px 20px;
      }
    }

    .btncontact-arunpack {
      padding: 7px 20px;
      background: #e5ca7b;
      color: #173058;
      font-size: 14px;
      font-weight: 700;
      border: 2px solid  #e5ca7b;
      border-radius: 50px;
      cursor: pointer;
      position: relative;
      transition: all 0.3s ease;
    }

    .btncontact-arunpack::after {
      content: "";
      position: absolute;
      border: 2px solid #e5ca7b;
      top: -6px;
      left: -6px;
      right: -6px;
      bottom: -6px;
      opacity: 0;
      border-radius: 50px;
      transition: all 0.3s ease;
    }

    .btncontact-arunpack:hover {
      background: #173058;
      color: #e5ca7b;
       border: 2px solid #173058;
      
    }

    .btncontact-arunpack:hover::after {
      opacity: 1;
      animation: pulse-arunpack 1s infinite;
    }

    @keyframes pulse-arunpack {
      0% {
        transform: scale(0.95);
        opacity: 1;
      }
      100% {
        transform: scale(1.1);
        opacity: 0;
      }
    }

   

    .banner-title-arunpack {
      
      
     
      position: relative;
      animation: reflect-shine 4s infinite linear;
    }

    .banner-title-arunpack::after {
      content: attr(data-text);
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      color: rgba(255, 255, 255, 0.2);
      transform: scaleY(-1);
      opacity: 0.3;
      pointer-events: none;
      animation: reflection-fade 4s infinite linear;
    }

    @keyframes reflect-shine {
      0% { text-shadow: 0 0 10px #333; }
      50% { text-shadow: 0 0 30px #000; }
      100% { text-shadow: 0 0 10px #333; }
    }

    @keyframes reflection-fade {
      0%, 100% { opacity: 0.3; }
      50% { opacity: 0.05; }
    }

    .banner-subtitle-arunpack {
     
      margin-top: 10px;
      color: #ffffff;
      text-shadow: 1px 1px 8px #000, 0 0 12px #000;
    }

    @media (max-width: 768px) {
      .banner-title-arunpack {
        font-size: 36px;
      }

      .banner-subtitle-arunpack {
        font-size: 16px;
      }
    }

    @media (max-width: 480px) {
      .banner-title-arunpack {
        font-size: 28px;
      }

      .banner-subtitle-arunpack {
        font-size: 14px;
      }
    }

      .whyBlueWrap_fx100 {
      background: linear-gradient(135deg, #004e92, #000428);
      color: #fff;
      padding: 60px 20px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .whyTitle_fx100 {
      font-size: 2.5rem;
      position: relative;
      display: inline-block;
      margin-bottom: 40px;
      color:#fff;
    }

    .whyTitle_fx100::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -10px;
      width: 100%;
      height: 3px;
      background-color: #e5ca7b;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.6s ease-out;
    }

    .underline-active::after {
      transform: scaleX(1);
    }

    .whyGrid_fx100 {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .whyCard_fx100 {
      background-color: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 15px;
      padding: 25px;
      transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

    .whyCard_fx100:hover {
      transform: translateY(-8px);
      box-shadow: 0 15px 30px rgba(0,0,0,0.3);
    }

    .whyCard_fx100 h3 {
      margin-top: 0;
      color: #e5ca7b;
      text-align: left;
    }

    .whyCard_fx100 p {
      color: #fff;
      font-size: 0.95rem;
      text-align: left;
    }

    .whyBtn_fx100 {
      margin-top: 40px;
      background-color: transparent;
      color: #fff;
      border: 2px solid #fff;
      padding: 12px 25px;
      font-size: 1rem;
      cursor: pointer;
      transition: all 0.4s ease;
      position: relative;
    }

    .whyBtn_fx100::after {
      content: "";
      position: absolute;
      width: 0%;
      height: 2px;
      bottom: 0;
      left: 0;
      background-color:#fff;
      transition: 0.4s ease;
    }

    .whyBtn_fx100:hover {
      background-color: #fff;
      color: #000;
      font-weight: 700;
    }

    .whyBtn_fx100:hover::after {
      width: 100%;
    }

    @media screen and (max-width: 600px) {
      .whyTitle_fx100 {
        font-size: 2rem;
      }

      .whyBtn_fx100 {
        width: 100%;
      }
    }

       .locationEstimateBlock_fx200 {
      background: #f1f7fd;
      color: #333;
      padding: 60px 40px;
    }

    .locationEstimateFlex_fx200 {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 40px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .locationListBlock_fx200 {
      flex: 1 1 55%;
    }

    .locationListBlock_fx200 h2 {
      font-size: 2rem;
      margin-bottom: 20px;
      display: inline-block;
      border-bottom: 2px solid #0052D4;
    }

    .locationButtons_fx200 {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .locationButtons_fx200 span {
      background-color: #e0ecf9;
      padding: 8px 14px;
      border-radius: 50px;
      font-size: 0.9rem;
      white-space: nowrap;
      transition: all 0.3s ease;
      cursor: default;
    }

    .locationButtons_fx200 span:hover {
      background-color: #c5dbf5;
    }

    .estimateFormContainer_fx200 {
      flex: 1 1 40%;
      background: #ffffff;
      border: 2px solid #cfe4fc;
      border-radius: 15px;
      padding: 30px;
      transform: translateX(-150%);
      opacity: 0;
      transition: all 0.8s ease;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    }

    .formAnimate_fx200 {
      transform: translateX(0);
      opacity: 1;
    }

    .estimateFormContainer_fx200 h2 {
      font-size: 1.8rem;
      margin-bottom: 20px;
      color: #173058;
    }

    .estimateForm_fx200 input {
      width: 100%;
      padding: 10px;
      margin: 10px 0;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 0.95rem;
    }

    .estimateForm_fx200 button {
      width: 100%;
      padding: 12px;
      background-color: #173058;
      color: #fff;
      border: none;
      border-radius: 8px;
      font-size: 1rem;
      font-weight: bold;
      cursor: pointer;
      transition: background 0.3s;
    }

    .estimateForm_fx200 button:hover {
      background-color: #003eaa;
    }

    @media screen and (max-width: 768px) {
      .locationEstimateFlex_fx200 {
        flex-direction: column;
      }

      .locationListBlock_fx200 {
        order: 2;
      }

      .estimateFormContainer_fx200 {
        order: 1;
        transform: translateY(30px);
        opacity: 1;
      }

      .formAnimate_fx200 {
        transform: translateY(0);
      }
    }
     .arunFooterFlex_mdu88 {
      background-color: #003366;
      color: #fff;
      padding: 50px 20px 30px;
    }

    .footerWrap_mdu88 {
      max-width: 1200px;
      margin: auto;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 40px;
      opacity: 0;
      transform: translateY(60px);
      transition: all 0.8s ease;
    }

    .footerVisible_mdu88 {
      opacity: 1;
      transform: translateY(0);
    }

    .footerColumn_mdu88 {
      text-align: left;
    }

    .footerColumn_mdu88 h3 {
      font-size: 1.7rem;
      margin-bottom: 20px;
      position: relative;
      color:#fff;
    }
    

    .footerColumn_mdu88 h3::after {
      content: '';
      position: absolute;
      bottom: -6px;
      left: 0;
      width: 40px;
      height: 2px;
      background-color: #00b4ff;
    }

    .footerColumn_mdu88 ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footerColumn_mdu88 ul li {
      font-size: 0.95rem;
      margin-bottom: 12px;
      display: flex;
      align-items: center;
    }

    .footerColumn_mdu88 ul li i {
      margin-right: 10px;
      color: #00b4ff;
      min-width: 20px;
      text-align: center;
    }

    .footerColumn_mdu88 ul li a {
      color: #fff;
      text-decoration: none;
      transition: color 0.3s;
    }

    .footerColumn_mdu88 ul li a:hover {
      color: #00b4ff;
    }

    .socialIcons_mdu88 {
      margin-top: 20px;
    }

    .socialIcons_mdu88 a {
      display: inline-block;
      margin-right: 10px;
      border: 1px solid #00b4ff;
      padding: 8px 10px;
      border-radius: 5px;
      color: #fff;
      transition: 0.3s;
    }

    .socialIcons_mdu88 a:hover {
      background-color: #00b4ff;
      color: #003366;
    }

    .footerBottom_mdu88 {
      text-align: center;
      padding-top: 30px;
     
      color: #ccc;
      border-top: 1px solid #005799;
      margin-top: 40px;
    }

    .footerBottom_mdu88 a{
        color:#00b4ff;
    }

    .footerBottom_mdu88 a:hover{
        color:#fff;
    }

    @media (max-width: 768px) {
      .footerColumn_mdu88 h3 {
        font-size: 1.1rem;
      }
      .footerWrap_mdu88 {
    
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
     
    }
    }

    

    .pageWrapper_aruMove88 {
      margin: 0;
     
      background: #f9f9f9;
     
    }
    .sectionZoom_aruMove88 {
      opacity: 0;
      transform: scale(0.8);
      transition: all 0.8s ease-in-out;
    }
    .sectionVisible_aruMove88 {
      opacity: 1;
      transform: scale(1);
    }
    .introSection_aruMove88 {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding: 60px 20px;
      background: #e6f0ff;
    }
    .introText_aruMove88 {
      flex: 1;
      padding: 20px;
    }
    .introText_aruMove88 p{
        color:#000;
       
    }
    .introText_aruMove88 h1 {
      color: #173058;
      font-size: 2rem;
      margin-bottom: 20px;
    }
    .introImage_aruMove88 {
      flex: 1;
      padding: 20px;
    }
    .introImage_aruMove88 img {
      width: 100%;
     
      border-radius: 10px;
    }
    
    
    .estimateServiceSection_aruMove88 {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  padding: 60px 20px;
}
.estimateForm_aruMove88, .servicesList_aruMove88 {
  flex: 1;
  padding: 20px;
}
.estimateForm_aruMove88 input, .estimateForm_aruMove88 button {
  display: block;
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.estimateForm_aruMove88 button {
  background: #003366;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.estimateForm_aruMove88 button:hover {
  background: #0057b7;
}
.servicesList_aruMove88 ul {
  list-style: none;
  padding: 0;
}
.servicesList_aruMove88 li {
  margin-bottom: 18px;
  padding-left: 20px;
  position: relative;
  font-size:18px;
  font-weight:700;
}
.estimateForm_aruMove88 h2{
    margin-bottom:40px;
}

.servicesList_aruMove88 h2{
    margin-bottom:40px;
}
.servicesList_aruMove88 li::before {
  content: '';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #003366;
}

.ourWorks_aruMove88 {
  background: #f0f8ff;
  padding: 60px 20px;
  text-align: center;
}
.ourWorks_aruMove88 h2 {
  margin-bottom: 40px;
  color: #003366;
}
.owl-carousel .item img {
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .introSection_aruMove88,
  .estimateServiceSection_aruMove88 {
    flex-direction: column;
  }
}
.zoomEffect_88 {
      opacity: 0;
      transform: scale(0.9);
      transition: all 0.8s ease-in-out;
    }

    .zoomShow_88 {
      opacity: 1;
      transform: scale(1);
    }

    .sectionWrapper_88 {
      padding: 20px 15px;
      background: #fff;
      margin-bottom: 40px;
      border-radius: 10px;
      
    }

    .sectionWrapper_88 p{
      font-size:1rem;
      line-height:2.1rem;
    }

    .sectionWrapper_88 h2,
    .sectionWrapper_88 h3 {
      color: #003366;
      margin-bottom: 20px;
    }

    .estimateForm_88 input,
    .estimateForm_88 button {
      margin-bottom: 15px;
    }

    .estimateForm_88 button {
      background-color: #003366;
      color: #fff;
    }

    .servicesList_88 i {
      color: #003366;
      margin-right: 8px;
    }

    .owl-carousel .item img {
      width: 100%;
      border-radius: 10px;
      
    }

    .list-unstyled{
      line-height: 3rem;
      font-size:20px;
      font-weight:600;
      color:#6990ca;
    }

    @media (max-width: 768px) {
      .text-center-mobile {
        text-align: center;
      }
    }


     

    .btn.fxBtn_102 {
      background-color: #0055aa;
      color: #fff;
      font-size: 18px;
      padding: 12px 25px;
      border-radius: 6px;
    }

    .btn.fxBtn_102:hover {
      background-color: #003366;
    }

    .modalOverlay_fx102 {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      background-color: rgba(0, 0, 0, 0.6);
    }

    .modalContent_fx102 {
      background-color: #e5ca7b;
      margin: 100px auto;
      padding: 40px;
      border-radius: 10px;
      max-width: 500px;
      position: relative;
      animation-duration: 0.7s;
    }

    .showModal_fx102 {
      animation-name: bounceIn_fx102;
    }

    .hideModal_fx102 {
      animation-name: bounceOut_fx102;
    }

    @keyframes bounceIn_fx102 {
      0% {
        opacity: 0;
        transform: scale(0.7);
      }
      60% {
        opacity: 1;
        transform: scale(1.1);
      }
      80% {
        transform: scale(0.95);
      }
      100% {
        transform: scale(1);
      }
    }

    @keyframes bounceOut_fx102 {
      0% {
        opacity: 1;
        transform: scale(1);
      }
      40% {
        transform: scale(1.1);
      }
      100% {
        opacity: 0;
        transform: scale(0.5);
      }
    }

    .closeBtn_fx102 {
      position: absolute;
      top: 10px;
      right: 15px;
      background: none;
      border: none;
      font-size: 20px;
      color: #333;
      cursor: pointer;
    }

    .form-control.fxInput_102 {
      margin-bottom: 15px;
    }

    .btn.fxSubmit_102 {
      background-color: #003366;
      color: #fff;
      width: 100%;
    }

    .btn.fxSubmit_102:hover {
      background-color: #0055aa;
    }

    @media (max-width: 576px) {
      .modalContent_fx102 {
        margin: 50px 15px;
        padding: 20px;
      }
    }

     .stickyFloatWrap_999 {
      position: fixed;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      z-index: 9999;
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    /* Common Button Style */
    .stickyBtn_999 img{
      width: 60px;
      
     
     
    
      text-align: center;
     
      transition: transform 0.3s;
    }

    .stickyBtn_999:hover {
      transform: scale(1.1);
    }

    /* Phone Icon Style */
    .callBtn_999 {
     
      position: relative;
      animation: vibrate_999 1.5s infinite;
    }

    @keyframes vibrate_999 {
      0% { transform: rotate(0deg); }
      20% { transform: rotate(15deg); }
      40% { transform: rotate(-15deg); }
      60% { transform: rotate(10deg); }
      80% { transform: rotate(-10deg); }
      100% { transform: rotate(0deg); }
    }

    /* Responsive Adjustments */
    @media (max-width: 576px) {
      .stickyBtn_999 img{
      width: 50px;
      
     
     
    
      text-align: center;
     
      transition: transform 0.3s;
    }
    }
/*** Footer End ***/