/********** Template CSS **********/
:root {
    --primary: #FF5E14;
    --secondary: #5F656F;
    --light: #F5F5F5;
    --dark: #02245B;
}

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

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
h6,
.h5,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
    color: #15b5ff !important;
}

.fw-semi-bold-2 {
    font-weight: 500 !important;
    color: #c07d00 !important;
}


/*** 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 {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    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;
}


.topbar-right {
    position: relative;
    background: #013f87;
}

.topbar-right::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 100%;
    top: 0;
    left: -15px;
    transform: skewX(-30deg);
    background-color: #0369da;;
}


/*** Navbar ***/



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

.navbar .navbar-brand {
    position: relative;
    padding-right: 50px;
    height: 110px;
    display: flex;
    align-items: center;
    background: #ffffff;
    
}

@media (max-width: 768px) { /* Responsive breakpoint */
    .navbar .navbar-brand {
        padding-right: 22px;
       
    }
}

.navbar .navbar-brand::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 100%;
    top: 0;
    right: -25px;
    transform: skewX(-30deg);
    background-color: #ffffff;
}

@media (max-width: 768px) { /* Responsive breakpoint */
    .navbar .navbar-brand::after {
         transform: skewX(0deg);
        
    }
}

@media (max-width: 768px) { /* Responsive breakpoint */
    .toggle-adjust {
         padding-right: 2rem !important;
        
    }
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: #000000;
    font-size: 18px;
    font-weight: 700 !important;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #0d9ef2;
}

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

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@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;
    }
}


/*** Header ***/

@media (max-width: 768px) {
    .logo-align  {
       padding-left: 0rem !important;
}

.res-logo
{
    height: 75px !important;
}
    }


.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    /* background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(2, 36, 91, 0) 100%); */
    z-index: 1;
}

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

/* .carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 15px solid var(--primary);
    border-radius: 3.5rem;
} */

/* @media (max-width: 768px) {
   .carousel-control-prev-icon,
   .carousel-control-next-icon {
    width: 1.8rem !important;
    height: 1.8rem !important;
    background-color: var(--primary);
    border: 5px solid var(--primary) !important;
    border-radius: 3.5rem;
}
} */

@media (min-width: 577px) and (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 120px; /* Tablet height */
    }

    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(to right, rgba(2, 36, 91, 0.4) 0%, rgba(2, 36, 91, 0) 100%),
    url(../img/breadcrumb.webp) center top -120px no-repeat;

    background-size: cover;
}

@media (max-width: 768px) {
    .page-header {
    background: linear-gradient(to right, rgba(2, 36, 91, 0.4) 0%, rgba(2, 36, 91, 0) 100%),
    url(../img/breadcrumb.webp) center top 0px no-repeat;

    background-size: cover;
}
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Facts ***/
.facts {
    position: relative;
    margin: 6rem 0;
    background: var(--dark);
}

.facts .border {
    border-color: rgba(255, 255, 255, .1) !important;
}


/*** Features ***/
.btn-play {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--primary);
}

@media (max-width: 992px) {
    .btn-play {
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid #FFFFFF;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/* hydraulic cylinder manufacturing section start */
.service-list-section
{
    margin-top: -100px;
    margin-bottom: -100px;
}
.product-item {
  position: relative;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url(../img/navy-blue.webp) center center no-repeat;
  background-size: cover;
  padding: 35px 20px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.product-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px; /* border thickness */
  background: linear-gradient(90deg, #0099ff, #06d1f5);
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {

  .product-item {
    /* padding: 25px 18px; */
    border-radius: 8px;
  }

  .product-item::before {
    border-radius: 8px;
    background: linear-gradient(90deg, #f50606, #f5bd06);
  }
}


.product-img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
  max-width: 380px;
  border: 2px solid #ffffff;
}

.product-info h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .product-info h3 {
    margin-top: 20px;
  }
}

.product-info p {
  font-size: 15.5px;
  color: #c7c7c7;
  line-height: 1.7;
  margin-bottom: 18px;
}

.product-info ul {
    list-style: none; /* remove default bullets */
    padding: 0;
    margin: 0;
}

.product-info ul li {
    font-size: 15px;
    padding-left: 28px; /* extra space for bigger bullet */
    margin-bottom: 8px;
    position: relative;
    color: #ffc520;
}

.product-info ul li::before {
    content: "\2022"; /* Unicode bullet • */
    position: absolute;
    left: 0;
    top: 50%; 
    transform: translateY(-50%); 
    color: #ffc520; 
    font-size: 35px; 
    line-height: 1;
    margin-left: 6px;
}


/* Responsive */
@media (max-width: 991px) {
  .product-item {
    padding: 25px;
  }
  .product-info h3 {
    font-size: 22px;
  }
}
.what-different
{
    font-weight: 600;
    font-size: 20px !important;
    color: #ffffff !important;
}
.astrology-bg {
    display: block;
    width: 100%;
    background: linear-gradient(to right, #ffa94d, #ffffff);
    padding: 8px 15px !important;
    border-radius: 5px;
}
/* hydraulic cylinder manufacturing section end */



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

.service-item .service-img {
    position: absolute;
    padding: 10px;
    width: 215px;
    height: 215px;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    z-index: 2;
}

.service-item .service-detail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.service-item .service-title {
    position: absolute;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover .service-title {
    top: -100%;
}

.service-item .service-text {
    position: absolute;
    overflow: hidden;
    padding: 65px 30px 25px 30px;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    display: flex;
    align-items: center;
    text-align: center;
    background: rgba(2, 36, 91, .7);
    transition: .5s;
}

.service-item:hover .service-text {
    top: 0;
}

.service-item .service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    top: -100%;
    left: 0;
    transform: skewY(-12deg);
    background: #FFFFFF;
    transition: .5s;
}

.service-item:hover .service-text::before {
    top: -55px;
}

.service-item .btn {
    position: absolute;
    width: 130px;
    height: 50px;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    background: #FFFFFF;
    border: none;
    box-shadow: 0 0 45px rgba(0, 0, 0, .09);
    z-index: 2;
}

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


/*** Project ***/
.project-carousel {
    position: relative;
    background: var(--dark);
}

.project-item {
    position: relative;
    display: block;
    padding: 2px;
}

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

.project-item:hover img,
.project-carousel .owl-item.center img {
    margin-top: -60px;

}

.project-item .project-title {
    position: absolute;
    padding: 0 15px;
    width: 100%;
    height: 80px;
    bottom: -110px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--dark);
    transition: .5s;
}

.project-item:hover .project-title,
.project-carousel .owl-item.center .project-title  {
    bottom: -60px;
}

.project-item .project-title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    top: -15px;
    left: 0;
    transform: skewY(-5deg);
    background: var(--dark);
    transition: .5s;
}

.project-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 45px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    transition: .5s;
    opacity: 0;
    z-index: 1;
}

.project-carousel:hover .owl-nav {
    opacity: 1;
}

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


/*** Team ***/
.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    display: flex;
    align-items: center;
    background: var(--primary);
    transition: .5s;
}

.team-item:hover .team-social {
    left: 0;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

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

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

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


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



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

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

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

.copyright {
    color: #B0B9AE;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.hymac-subtitle
{
    font-size: 20px;
    font-weight: 600;
    margin-top: -20px;
}
.intro-para
{
    text-align: justify;
}

@media (max-width: 786px) {
    .intro-para {
        text-align: left;
    }
}
.establishment
{
    font-size: 30px;
    
}
.offer-heading
{
    font-size: 22px;
    margin-top: 100px;
}
.offer-para
{
    margin-top: 80px;
}

/* Commitments Section */
.commitments-section {
    position: relative;
    width: 100%;
    background-image: url('../img/background.webp'); /* Add your background */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Rubik', sans-serif;
    background-attachment: fixed; 
    margin-bottom: -50px;
}

.commitments-section .overlay {
    background: rgba(0,0,0,0.3);
    width: 100%;
    /* padding: 0px 0; */
}

/* Heading */
.commitments-heading {
    font-size: 3rem;
    font-weight: 700;
    color: #ffcc00;
    margin-bottom: 10px;
}

.heading-line {
    width: 80px;
    height: 4px;
    background-color: #ffcc00;
    margin: 0 auto;
    border-radius: 2px;
}

/* Commitment Items */
.commitment-item {
    background: rgba(255, 255, 255, 0.07);
    padding: 40px 20px;
    border-radius: 15px;
    backdrop-filter: blur(3px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    /* border: 1px solid #ffcc00; */
}

.commitment-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

.commitment-item .icon {
    font-size: 3rem;
    color: #ffcc00;
    margin-bottom: 20px;
}

.commitment-item p {
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.8;
}

/* Responsive */
@media (max-width: 992px) {
    .commitments-heading {
        font-size: 2.5rem;
    }
    .commitment-item {
        padding: 30px 15px;
    }
}

.bg-dark-2
{
    background-color: #ffffff;
    margin-top: -40px !important;
}
.text-white-2
{
    color: #02245b;
}

.footer-logo-section {
    text-align: left; 
}
.footer-logo {
    /* margin-left: -15px; */
    max-width: 220px;  
    height: auto;      
    margin-bottom: 5px; 
    transition: transform 0.3s ease, opacity 0.3s ease;
    /* border-radius: 10px; */
}
@media (max-width: 768px) {
    .footer-logo {
        display: block;
        margin: 0 auto 10px auto;
        max-width: 200px;
        text-align: center;
    }
}
.footer-para
{
    text-align: left;
    margin-top: 10px;
}
.leading
{
    font-size: 15.5px;
}

/* Mission & Vision Cards */
.mission-vision-card {
    background: #fff; /* White card */
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); /* Soft premium shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 4px solid orangered !important;
}

.mission-vision-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* Icon circle */
.mission-vision-card .icon {
    width: 70px;
    height: 70px;
    background: #e9f2ff; /* Light primary circle */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
}

/* Card Heading */
.mission-vision-card h5 {
    font-size: 1.5rem;
}

/* Paragraph styling */
.mission-vision-card .intro-para {
    font-size: 1rem;
    line-height: 1.6;
    color: #495057;
}

/* Responsive gap for smaller screens */
@media (max-width: 991px) {
    .mission-vision-card {
        margin: 0 auto;
    }
}


.bg-light-premium {
    background-color: #ffffff;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* Center Image */
.image-center {
    max-width: 300px;
    height: 250px;
    border-radius: 12px;
    animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px); /* Move up */
    }
}


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

/* Feature List */
.feature-item {
    gap: 1rem;
}

.feature-icon {
    color: #ff5e14;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

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

.feature-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #495057;
}

.feature-divider {
    border: none;           /* Remove default border */
    height: 2px !important;            /* Line thickness */
    margin: 1rem 0;         /* Top & bottom spacing */
    background: linear-gradient(to right, #fc7100, #ffffff); /* Gray → White gradient */
}

@media (max-width: 991px) {
    .content-split-row {
        flex-direction: column !important;
    }

    .image-center {
        margin: 2rem auto;
        max-width: 200px;
    }

    .features-column {
        margin-bottom: 2rem;
    }
}


/* HYMAC About Section */
.hymac-about-wrapper {
    padding: 15px 0;
    background-color: #ffffff;
    padding-bottom: 50px;
}

/* Row height adjust */
.hymac-about-row {
    min-height: 480px;
}

/* Left Image */
.hymac-about-image-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hymac-about-img {
    max-width: 100%;
    height: auto;       /* important: image aspect ratio maintain */
    border-radius: 8px;
    display: block;
    object-fit: contain; /* ensures poora image dikhe */
}

/* Right Content */
.hymac-about-content-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hymac-about-tagline {
    text-transform: uppercase;
    font-weight: 600;
    color: #ff5e14;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.hymac-about-heading {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #02245b;
}

.hymac-about-description {
    font-size: 0.98rem;
    line-height: 1.7;
    color: #555555;
    text-align: justify;
}
.sky-high
{
    color: #86ddff;
}

/* Responsive */
@media (max-width: 991px) {
    .hymac-about-img {
        max-width: 100%;   /* chhoti ho mobile pe */
        margin-bottom: 20px;
    }

    .hymac-about-heading {
        font-size: 2.1rem;
    }
}

/* counter section start */

/* Section Background */
.hymac-stats-section {
    position: relative; /* Important for ::before */
    background: url('../img/background-7.png') center center/cover no-repeat;
    background-attachment: fixed; 
    z-index: 1; /* Ensure content is above overlay */
}




/* Cards equal height & center content */
.hymac-stats-card {
    background: rgba(0, 0, 0, 0.308);
    border-radius: 14px;
    padding: 28px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid rgb(109, 109, 109);
    
}

/* Numbers – slightly smaller */
.hymac-stats-number,
.hymac-stats-number-static {
    font-size: 38px;
    font-weight: 800;
    color: #ff9f1c;
    line-height: 1.2;
    margin-bottom: 6px;
}

/* Text – compact */
.hymac-stats-text {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.4;
    max-width: 110px;
}

/* Mobile fine-tuning */
@media (max-width: 768px) {
    .hymac-stats-card {
        padding: 20px 6px;
    }

    .hymac-stats-number,
    .hymac-stats-number-static {
        font-size: 25px;
    }

    .hymac-stats-text {
        font-size: 13px;
    }
}



/* operational detail section start */
.hymac-metrics-section {
    background-color: #f8f9fa;
    margin-bottom: -50px;
    
}

/* Table wrapper */
.hymac-metrics-table-wrap {
    margin-top: 30px;
}

/* Table styling */
.hymac-metrics-table {
    background-color: #ffffff;
    /* border-radius: 12px; */
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.06);
   
}

.hymac-metrics-table th,
.hymac-metrics-table td {
    padding: 16px 18px;
    vertical-align: middle;
}

/* Left column */
.hymac-metrics-table th {
    width: 35%;
    background: #05214f;
    color: #ffffff;
    font-weight: 600;
    border: none;
}

/* Right column */
.hymac-metrics-table td {
    color: #333333;
    font-weight: 500;
    
    
}

/* Row separation */
.hymac-metrics-table tr:not(:last-child) th,
.hymac-metrics-table tr:not(:last-child) td {
    border-bottom: 1px solid #e6e6e6;
}

/* Mobile optimization */
@media (max-width: 767px) {
    .hymac-metrics-table th {
        width: 45%;
        font-size: 14px;
    }

    .hymac-metrics-table td {
        font-size: 14px;
    }
}

/* Section Background */
.hymac-reliability-section {
    background-color: #f0f4f8;
}

/* Card styling */
.hymac-reliability-card {
    background-color: #ffffff;
    border-radius: 14px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-in-out;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; /* center on mobile */
    text-align: center;
}

@media (min-width: 992px) {
    .hymac-reliability-card {
        align-items: flex-start; /* left align on desktop */
        text-align: left;
    }
}

/* Icon Circle */
.hymac-reliability-icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #e7f1ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
}

.hymac-reliability-icon-circle i {
    color: #0b5ed7;
    font-size: 28px;
}

/* Hover Effect */
.hymac-reliability-card:hover .hymac-reliability-icon-circle {
    background-color: #0b5ed7;
}

.hymac-reliability-card:hover .hymac-reliability-icon-circle i {
    color: #ffffff;
    transform: scale(1.2);
}

/* Card Title */
.hymac-reliability-title {
    color: #0b5ed7;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 8px;
}

/* Card Text */
.hymac-reliability-text {
    color: #555555;
    font-size: 15px;
    line-height: 1.6;
}

/* Responsive tweaks */
@media (max-width: 767px) {
    .hymac-reliability-title {
        font-size: 18px;
    }

    .hymac-reliability-text {
        font-size: 14px;
    }
}




.hymac-contact-modern {
    background: #ffffff;
    padding-top: 60px !important;
    padding-bottom: 0px !important;
}

/* Card Styling */
.contact-card-modern {
    background: rgba(255,255,255,0.95);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 25px 20px;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #ff5e14;
}
.circle-background {
    background: linear-gradient(135deg, #00ccff, #0066ff) !important;
}

.contact-icon
{
    color: #ffffff !important;
    font-size: 25px !important;
}
.contact-card-modern:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(0,0,0,0.15);
}

/* Icon */
.contact-icon {
    font-size: 38px;
    color: #ff5e14;
    transition: transform 0.3s ease, color 0.3s ease;
}

.contact-card-modern:hover .contact-icon {
    color: #4dabf7;
    transform: scale(1.2);
}

/* Title */
.card-title-modern {
    font-size: 20px;
    font-weight: 700;
    color: #0b5ed7;
    margin-bottom: 6px;
}

/* Text */
.card-text-modern {
    font-size: 15px;
    color: #555;
    line-height: 1.4;
}

/* Buttons */
.contact-card-modern .btn {
    font-size: 13px;
    padding: 4px 12px;
    border-radius: 8px;
}

/* Responsive */
@media(max-width:991px){
    .contact-card-modern { min-height: auto; }
}

@media(max-width:575px){
    .contact-card-modern { text-align: center; }
}

/* Mobile & Tablet */
@media (max-width: 768px) {
    .about-img {
        margin-top: -30px; /* value adjust kar sakte ho */
    }
}

/* Tablet & Mobile */
@media (max-width: 786px) {
    .about-right {
        margin-top: -40px; /* value apne design ke hisaab se adjust karo */
    }
}
.footer {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url(../img/footer-background.webp) top center no-repeat;
    background-size: cover;
    margin-top: -20px !important;
}
.copyright {
    background-color: #000000 !important;
}

/* gallery section start */

.gallery-section {
    margin-top: -20px;
}
.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.5);
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 0.9rem;
  /* border-bottom-left-radius: 10px; */
  /* border-bottom-right-radius: 10px; */
}

@media (max-width: 768px) {
.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.5);
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 0.8rem;
  /* border-bottom-left-radius: 10px; */
  /* border-bottom-right-radius: 10px; */
}
}
.gallery-card {
  width: 100%;
  height: 300px;
  overflow: hidden;
  /* border-radius: 10px; */
  cursor: pointer;
  position: relative;
}

@media (max-width: 768px) {
    .gallery-card {
  width: 100%;
  height: 180px !important;
  overflow: hidden;
  /* border-radius: 10px; */
  cursor: pointer;
  position: relative;
}
}
.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.gallery-card:hover .gallery-img {
  transform: scale(1.08);
}
/* gallery section end */



.header-top
{
    background-color: #0d9ef2 !important;
}





/* ===== About Section New Design ===== */

.about-section-new {
    /* Background image */
    background-color: #ffffff;
    position: relative;
    /* margin-bottom: 50px; */
    margin-top: 0px;
}

.about-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    /* height: 600px; */
   
    
}



.image-overlay {
    position: absolute;
    inset: 0;
    /* background: linear-gradient(45deg, rgba(0,0,0,0.2), transparent); */
    /* border-radius: 15px; */
    /* box-shadow: 0 10px 25px rgba(0,0,0,0.3) !important; */
    
    
}

.about-content-new {
    padding-left: 10px;
}

.about-tagline {
    color: #444;
    font-weight: 600;
    margin-bottom: 15px;
}

.about-description {
    color: #2b2b2b;
    line-height: 1.7 !important;
    margin-bottom: 15px;
    text-align: justify;
    font-weight: 500;
    font-size: 16px;
}

@media (max-width: 768px) {
    .about-description {
        text-align: left;       
    }
}

/* Highlight Box */
.about-highlight-box {
    display: flex;
    flex-wrap: wrap;          /* Wrap on smaller screens */
    gap: 30px;
    align-items: center;
    /* justify-content: space-between; */
    margin-top: 25px;
    background: #ffffff;
    padding: 20px 15px;       /* Proper padding */
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    border: 1px solid rgb(224, 224, 224);
}




.highlight-year {
    text-align: center;
    color: #ffffff;
    padding: 15px 20px;
    /* border-radius: 10px; */
    font-size: 1rem;
    font-weight: 600;
    /* border: 3px solid #ff651f; */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url(../img/navy-blue.webp) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
}






.highlight-year h2 {
    font-size: 48px; /* Bigger number */
    margin: 0 0 10px 0;
    color: #ffffff !important;
}


.highlight-features p {
    margin-bottom: 8px;
    font-weight: 500;
}
.about-image-wrapper {
    transition: transform 0.4s ease;
}
.about-image-wrapper:hover {
    transform: scale(1.03);
}

@media (max-width: 991px) {
    .about-highlight-box {
        flex-direction: column; /* Stack vertically */
        text-align: left !important;       /* Section text left */
    }

    .about-highlight-box .highlight-year
    {
         flex: unset;
        text-align: center !important;  
    }


    .about-highlight-box .highlight-features {
        flex: unset;
        text-align: left !important;       /* Left align */
    }

    .about-highlight-box .highlight-features p {
        justify-content: flex-start; /* Left align icons and text */
    }
}

.highlight-features i {
    color: #02245b;
    margin-right: 8px;
}

/* Contact */
.about-contact-row {
    display: flex;
    gap: 20px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.contact-box-new {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transition: 0.3s;
}

.contact-box-new:hover {
    transform: translateY(-5px);
}

.contact-box-new i {
    font-size: 20px;
    color: #0d6efd;
}
.we-are-ready
{
    font-size: 18px;
}

/* ===== Responsive ===== */



@media (max-width: 991px) {
    .about-highlight-box {
        flex-direction: column;
        text-align: center;
    }

    .about-contact-row {
        flex-direction: column;
    }

    .about-content-new {
        padding-left: 0;
        margin-top: 30px;
    }
}

.our-services-sec
{
    background: linear-gradient(to right, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 100%), url(../img/service-offer-background.webp) top center no-repeat;
    background-size: cover;
}
.w-25
{
    color: orangered;
    height: 2px !important;
}



/* HYMAC Contact Section */
.hymac-contact-section {
    background: #f8f9fa;
    margin-top: 50px;
    /* padding-top: 100px !important; */
    margin-bottom: -50px;
}

/* Cards */
.hymac-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* Equal height cards */
}

.hymac-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* Icons */
.hymac-icon {
    font-size: 40px;
    color: #ff5e14;
    margin-bottom: 15px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.hymac-card:hover .hymac-icon {
    color: #ff5e57;
    transform: scale(1.2);
}

/* Card Titles */
.hymac-card h5 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #333;
}

/* Card Text */
.hymac-card p {
    color: #555;
    margin-bottom: 5px;
    font-size: 16px;
}

/* CTA Button */
.hymac-btn-primary {
    background: #ff5e14;
    border: none;
    padding: 12px 30px;
    font-size: 18px;
    border-radius: 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hymac-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .hymac-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .hymac-card h5 {
        font-size: 18px;
    }

    .hymac-card p {
        font-size: 14px;
    }

    .hymac-icon {
        font-size: 35px;
    }
}








/* ===============================
   commitment Section start
=================================*/

.commitment-bg-section {
    position: relative;
    background: url('../img/background.webp') center center/cover no-repeat;
    z-index: 1;
    padding-top: 100px;   /* Section ko thoda niche kiya */
    padding-bottom: 80px;
    background-attachment: fixed; 
    margin-bottom: -50px;
}

.commitment-bg-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

/* ===============================
   Heading Style
=================================*/

.commitment-heading-light p {
    color: #0d6efd;
}

/* ===============================
   Thread Wrapper
=================================*/

.commitment-thread-wrapper-new {
    position: relative;
    max-width: 900px;
    margin: 0px auto 0;   /* heading ke niche gap */
}

/* ===============================
   Thread Item
=================================*/

.commitment-thread-item-new {
    position: relative;
    padding-left: 120px;
    margin-bottom: 50px;
}

/* ===============================
   Icon (Thread Center Point)
=================================*/

.commitment-thread-icon {
    position: absolute;
    left: 50px;
    transform: translateX(-50%);
    top: 0;
    width: 55px;
    height: 55px;
    background: #ecc412;
    color: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    box-shadow: 0 0 50px #000000;
    z-index: 2;
    margin-top: 50px;
}



/* ===============================
   Thread Line (Connected to Icon)
=================================*/

.commitment-thread-item-new:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50px;
    transform: translateX(-50%);
    top: 110px;   /* exactly icon ke niche se start */
    width: 3px;
    height: calc(100% - 15px);
    background: linear-gradient(to bottom, #fdd10d, #ff9114);
}

@media (max-width: 768px) {
    .commitment-thread-item-new:not(:last-child)::after  {
        top: 120px; 
    }
}

/* ===============================
   Content Card
=================================*/

.commitment-thread-content-new {
    background: rgba(255, 255, 255, 0.144);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.9);
    transition: 0.3s ease;
    border: 1px solid yellow;
  
}

.commitment-thread-content-new h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #ffffff;
}

.commitment-thread-content-new p {
    margin: 0;
    color: #ffffff;
}

.commitment-thread-content-new:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.9);
}

/* ===============================
   Responsive
=================================*/

@media (max-width: 768px) {

    .commitment-thread-wrapper-new {
        margin-top: 40px;
    }

    .commitment-thread-item-new {
        padding-left: 80px;
        margin-bottom: 70px;
    }

    .commitment-thread-icon {
        left: 30px;
    }

    .commitment-thread-item-new:not(:last-child)::after {
        left: 30px;
    }
}


/* Mission & Vision Cards */

.mission-vision-section
{
    margin-bottom: 30px;
}
.mission-vision-wrapper .card-mv {
    position: relative;
    background: #fff;
    /* border-radius: 8px; */
    cursor: pointer;
    padding: 2rem 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    overflow: hidden;
    height: 100%;
 
    border: 2px solid #0786cf;

}

/* Smooth top-bottom border using pseudo-element */
.card-mv::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0%;
    height: 2px;
    /* background: #ff5e14; */
    transition: all 0.5s ease;
    /* transform: translateX(-50%); */
    
}
.card-mv:hover::after {
    width: 100%;
}

/* Optional bottom border slide from left to right */
.card-mv::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 2px;
    /* background: #ff5e14; */
    transition: all 0.5s ease;
    /* transform: translateX(-50%); */
}
.card-mv:hover::before {
    width: 100%;
}

/* Icon styling */
.icon-mv i {
    transition: transform 0.3s ease, color 0.3s ease;
}
.card-mv:hover .icon-mv i {
    transform: scale(1.2);
    color: #0a58ca;
}

/* Responsive */
@media (max-width: 768px) {
    .mission-vision-wrapper .card-mv {
        margin-bottom: 20px;
    }
}

.feature-icon-lg {
    font-size: 35px !important; /* ya jo size chahiye */
}

/* Custom HR with linear gradient */

.enquery-now
{
    margin-top: -40px;
    margin-bottom: -50px;
}
.form-fill
{
    margin-top: -20px;
}

.highlight-experience
{
    color: orangered;
    font-weight: 700 !important;
}

.gw-all-products-btn {
    display: inline-block;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff; /* yellow text */
    background: #013f87; /* black background */
    /* border-radius: 50px; */
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    /* border: 1px solid #0081cc; */
    /* box-shadow: 0 0 15px rgba(255,255,255,0.4), 0 0 10px rgba(255,215,0,3); */
}

.gw-all-products-btn:hover {
    display: inline-block;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff; /* yellow text */
    background: #000000; /* black background */
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    /* border: none !important; */
    /* outline: none !important; */
    
}

/* Shining overlay – left to right only */
/* .gw-all-products-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.1), rgba(255,255,255,0.8), rgba(255,255,255,0.1));
    transform: skewX(-60deg);
    animation: shineLTR 1.5s linear infinite;
    pointer-events: none;
} */

/* Keyframes – only left to right */
/* @keyframes shineLTR {
    0% { left: -100%; opacity: 0; }
    10% { opacity: 0.8; }
    90% { opacity: 0.8; }
    100% { left: 100%; opacity: 0; }
} */




.navbar-nav {
    align-items: center;
}

/* new-counter section start */

/* Counter Section CSS */
.new-counter-section {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 3rem 1rem;
    background-color: #d1ecff;
    
    /* background-attachment: fixed; */
}

@media (max-width: 768px)
{
    .new-counter-section {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 2rem 1rem;
    margin-bottom: 30px;
    
    /* background-attachment: fixed; */
}
}

.new-counter-section .new-counter-card {
    /* background: rgba(54, 54, 54, 0.486); */
    background: linear-gradient(to right, rgba(0, 84, 95, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url(../img/count-card.webp) center center no-repeat;
    background-size: cover;
    /* border-radius: 1rem; */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    padding: 0.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    /* border: 1px solid #c5c5c5; */
}

.new-counter-section .new-counter-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.new-counter-section .new-counter-card i {
    margin-bottom: 1rem;
}

.new-counter-section .new-counter-card h2 {
    font-size: 2rem;
    font-weight: 700;
    /* margin-bottom: 0.1rem; */
    margin-top: 5px;
    color: #ffffff;
}

.new-counter-section .new-counter-card p {
    font-size: 1.1rem;
    font-weight: 500;
    color: #d1d1d1;
}

/* Responsive Grid */
@media (min-width: 768px) {
    .new-counter-section .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
}

@media (max-width: 767px) {
    .new-counter-section .grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}
.new-counter-logo {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 0.5rem;
}


/* client logo slide section start */

.be-authorized-brands
{
     background: linear-gradient(to right, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.0) 100%), url(../img/4964059.jpg) top center no-repeat;
    background-size: cover;
}

/* Section Heading */
.be-authorized-title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
 
/* Paragraph */
.para-we {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 16px;
  color: #555;
}
 
/* Marquee Container */
.brands-marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
}
 
/* Marquee Track */
.brands-track {
  display: flex;
  width: max-content; /* Track width depends on content */
  gap: 30px;
  animation: scrollBrands 20s linear infinite;
}
 
/* Brand Images */
.brands-track img {
  height: 90px;
  object-fit: contain;
  flex-shrink: 0;
}
 
/* Animation */
@keyframes scrollBrands {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
 
/* Pause animation on hover (desktop) */
.brands-marquee:hover .brands-track {
  animation-play-state: paused;
}
 
/* Responsive */
@media (max-width: 1024px) {
  .brands-track {
    gap: 25px;
    animation-duration: 15s;
  }
  .brands-track img {
    height: 80px;
  }
}
 
@media (max-width: 768px) {
  .brands-track {
    gap: 20px;
    animation-duration: 15s !important;
  }
  .brands-track img {
    height: 60px;
  }
}
 
@media (max-width: 480px) {
  .brands-track {
    gap: 15px;
    animation-duration: 10s;
  }
  .brands-track img {
    height: 50px;
  }
}
.main-heading-style
{
   
    font-family: 'Poppins', sans-serif;
    color: #0786cf !important;
    font-size: 42px !important;
}

@media (max-width: 768px) {
  .main-heading-style
{
   
    font-family: 'Poppins', sans-serif;
    color: #0786cf !important;
    font-size: 30px !important;
}
}
.main-heading-style-2
{
    /* font-family: "Cinzel", serif; */
    font-family: 'Poppins', sans-serif;
    /* font-weight: 900 !important; */
    /* letter-spacing: 0.5px; */
    color: #0786cf !important;
    font-size: 40px;
}

@media (max-width: 768px) {
.main-heading-style-2
{
    /* font-family: "Cinzel", serif; */
    font-family: 'Poppins', sans-serif;
    /* font-weight: 900 !important; */
    /* letter-spacing: 0.5px; */
    color: #0786cf !important;
    font-size: 30px;
}
}
.main-heading-style-3
{
       /* font-family: "Cinzel", serif; */
    font-family: 'Poppins', sans-serif;
    /* font-weight: 900 !important; */
    /* letter-spacing: 0.5px; */
    color: #ffffff !important;
    font-size: 40px;
}
.side-heading-style
{
    /* font-family: "Cinzel", serif; */
    font-family: 'Poppins', sans-serif;
    /* font-weight: 900 !important; */
    color: #144784 !important;
    font-size: 30px;
}
.side-heading-style-2{
      /* font-family: "Cinzel", serif; */
    font-family: 'Poppins', sans-serif;
    /* font-weight: 900 !important; */
    color: #144784 !important;
    font-size: 40px;
}

@media (max-width: 768px) {
.side-heading-style-2{
      /* font-family: "Cinzel", serif; */
    font-family: 'Poppins', sans-serif;
    /* font-weight: 900 !important; */
    color: #144784 !important;
    font-size: 30px;
}
}
.upper-heading
{
    color: #ff5e14 !important;
}
.strong-font
{
    
    color: #0062a3;
    font-weight: 700;
}
.white-heading
{
    font-family: "Cinzel", serif !important;
    font-size: 45px !important;
}

@media (max-width: 768px) {
.white-heading
{
    font-size: 35px !important;
}
}
/* ========================================= */
/* new enquiry page start */

/* enquiry page start */

.enquiry-form {
  /* border: 1px solid #0786cf; */
  padding: 30px;
  /* border-radius: 10px; */
  background-color: rgb(248, 248, 248);
}

.enquiry-image img {
  max-width: 90%;
}

.captcha-img {
  border-radius: 8px;
  border: 1px solid #ddd;
}

/* 📱 Mobile Responsive */
@media (max-width: 991px) {
  .enquiry-image {
    margin-top: 30px;
  }
}

/* new-service-page start */

/* service page start */

.service-list .list-group-item {
  cursor: pointer;
  padding: 15px;
  margin-bottom: 8px;
  border-radius: 10px;
  background: #e8f4ff;
  border: none;
  border-left: 2px solid #00b3fa;
}

.right-card-heading
{
  font-size: 26px;
  color: #0096d1;
  margin-top: 10px;
  margin-bottom: 10px;
}
.img-border {
    border: 2px solid #fd790d; /* color change kar sakte ho */
    padding: 1px;              /* optional spacing */
    border-radius: 10px;       /* smooth rounded border */
    width: 110px !important;   /* size badhane ke liye change karo */
    height: 110px !important;
    border-radius: 10px !important;
}

@media (max-width: 768px) {
    .img-border {
    border: 2px solid #fd790d; /* color change kar sakte ho */
    padding: 1px;              /* optional spacing */
    border-radius: 10px;       /* smooth rounded border */
    width: 70px !important;   /* size badhane ke liye change karo */
    height: 70px !important;
    }
  }
.service-list .active {
  background: #00b3fa;
  color: #fff;
}

.harmony-services
{
margin-top: -50px;
}

/* CARD */
.service-detail-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.2);
  border: 2px solid rgb(0, 183, 255);
}

.service-card img {
  width: 90px;
  height: 90px;
  object-fit: cover;
 
}
.service-card
{
 border-bottom: 1px solid rgb(224, 224, 224) !important;
 padding-bottom: 15px !important;
}
/* ACCORDION */
.accordion-button {
  background: #f8f9fa;
}
.accordion-button:not(.collapsed) {
  background: #0d6efd;
  color: #fff;
}

/* ANIMATION */
.service-content {
  animation: fadeIn 0.4s ease;
}
@keyframes fadeIn {
  from {opacity:0; transform:translateY(10px);}
  to {opacity:1; transform:translateY(0);}
}
.table-body
{
    border: 2px solid orangered;
    border-radius: 4px !important;
}


/* image slide start */
.hproductsitem{
    background-color: #ffffff;
    padding: 10px;
    /* border-radius: 10px; */
    margin: 10px;
    transition: transform 0.3s ease;
    height: 400px !important;
}
.hproductsitem:hover{
    transform: translateY(-10px);
}
.hproductsitem img {
    margin-bottom: 12px;
    /* border-radius: 10px; */
}
.hproductsitem h3{
    font-size: 16px;
    color: #001a36;
    font-weight: 600;
    text-align: center;
    height: 25px;
}
.hproductsitem p{
    color: #000;
    text-align: center;
    font-size: 14px;
    height: 90px;
}
.hproductsitem .btn-primary i{
    margin-left: 6px;
}
.hproductsitem .btn-primary {
    border-width: 2px;
    background: var(--bs-white);
    justify-content: center;
    display: flex;
    width: 48%;
    margin: 30px auto;
    border-radius: 4px;
    color: #ff7202;
    border: none;
    padding:5px 0;
}
.hproductsitem .btn-primary:hover {
    background: #ff7202;
    color: #fff;
}
.hoffercardmain{
    padding: 30px 0 10px;
    /* background-color: #07305d; */
   background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url(../img/service-background.webp) center center no-repeat;
    background-size: cover;
    
}

.service-head
{
    color: #fff;
    /* letter-spacing: 0.5 !important; */
    font-size: 35px;
}

@media (max-width: 768px) {
.service-head
{
    color: #fff;
    /* letter-spacing: 0.5 !important; */
    font-size: 30px;
}
}

.card-enquiry
{
    background: #5a2e15 !important;
    color: var(--bs-white) !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    transition: 0.5s;
}
.sig
{
    color: #fff;
    font-size: 50px;
}
/* image slide section end */

/* how we work section start */

/* ===========================
   HOW WE WORK SECTION
=========================== */

/* ===========================
   HOW WE WORK SECTION
=========================== */

.we-work-section {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.we-work-subtitle {
    color: #0d6efd;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.we-work-title {
    font-size: 48px;
    font-weight: 800;
    color: #0b1c39;
    margin-bottom: 20px;
}

.we-work-description {
    font-size: 17px;
    color: #6c757d;
    line-height: 1.8;
}

.we-work-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    background: #ffffff;
    padding: 20px 30px;
    /* border-radius: 25px; */
    box-shadow: 0 15px 45px rgba(0, 102, 255, 0.12);
    transition: all 0.4s ease;
    overflow: hidden;
    height: 100%;
    border: 1px solid transparent;
    background-image:
        linear-gradient(#ffffff, #ffffff),
        linear-gradient(90deg, rgb(255, 94, 20), #ffffff);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.we-work-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(13, 110, 253, 0.07), transparent);
    transition: 0.7s;
}

.we-work-card:hover::before {
    left: 100%;
}

.we-work-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(0, 102, 255, 0.2);
}

.we-work-number {
    min-width: 110px;
    font-size: 72px;
    font-weight: 900;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 2px rgb(255, 94, 20);
    /* opacity: 0.5; */
    transition: all 0.4s ease;
}

.we-work-card:hover .we-work-number {
    opacity: 1;
    transform: scale(1.05);
}

.we-work-content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #0b1c39;
    margin-bottom: 10px;
}

.we-work-content p {
    margin: 0;
    color: #545a5f;
    font-size: 16px;
    line-height: 1.8;
}

/* Responsive */
@media (max-width: 991px) {
    .we-work-title {
        font-size: 40px;
    }

    .we-work-card {
        padding: 30px 25px;
    }

    .we-work-number {
        min-width: 90px;
        font-size: 60px;
    }

    .we-work-content h4 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .we-work-card {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 35px 20px;
    }

    .we-work-number {
        min-width: auto;
        font-size: 60px;
    }

    .we-work-title {
        font-size: 34px;
    }

    .we-work-content h4 {
        font-size: 22px;
    }

    .we-work-description {
        font-size: 16px;
    }
}
.ins-head
{
    color: #0784cc  !important;
}

/* new-why-choose section start */

.new-why-choose-section {
    padding: 100px 0;
    background: #144784;
    background-size: cover;
    overflow: hidden;
}

/* Right side heading container spacing fix */
.new-why-choose-left {
    margin-bottom: 25px;
}

.new-why-choose-subtitle {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: rgb(255, 94, 20);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.new-why-choose-title {
    
    font-weight: 800;
    line-height: 1.3;
        /* font-family: "Cinzel", serif; */
    font-family: 'Poppins', sans-serif;
    /* font-weight: 900 !important; */
    color: #ffffff !important;
    font-size: 40px;

    margin-bottom: 0;
}

/* Image */
.new-why-choose-image {
    /* border-radius: 25px; */
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    /* border: 1px solid #c3c3c3; */
}

.new-why-choose-image img {
    width: 100%;
    display: block;
    transition: 0.5s;
}

.new-why-choose-image:hover img {
    transform: scale(1.05);
}

/* Right Content */
.new-why-choose-content {
    padding-left: 0;
    margin-top: 25px;
}

.new-why-choose-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 22px;
}
.why-right-icon
{
    color: #ffffff;
    font-size: 20px;
}
.new-why-choose-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    /* border-radius: 5px; */
    /* background: linear-gradient(135deg, #144784, #0786cf); */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    /* padding: 2px; */

          /* inner border */
    outline: 1px solid #32beff;   
    outline-offset: 2px;
}

.new-why-choose-item span {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.6;
}

/* Tablet */
@media (max-width: 991px) {
    .new-why-choose-section {
        padding: 80px 0;
    }

    .new-why-choose-title {
        font-size: 34px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .new-why-choose-section {
        padding: 60px 0;
    }

    .new-why-choose-title {
        font-size: 28px;
    }

    .new-why-choose-item {
        align-items: flex-start;
    }

    .new-why-choose-icon {
        width: 42px;
        height: 42px;
        min-width: 42px;
        font-size: 16px;
    }

    .new-why-choose-item span {
        font-size: 16px;
    }
}


/* FAQ section start */

.faq-section {
    padding: 90px 0;
    background: #ffffff;
}

/* Heading */
.faq-header h2 {
    font-size: 40px;
    font-weight: 800;
    color: #0b1c39;
    margin-bottom: 25px;
}

/* Accordion */
.faq-accordion {
    max-width: 100%;
}

.faq-item {
    background: #eeeeee;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    position: relative;
}

/* White + Blue Gradient Border */
.faq-item::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    /* border-radius: 12px; */
    background: linear-gradient(90deg, #144784, #ffffff);

    -webkit-mask: 
        linear-gradient(#000 0 0) content-box, 
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
}


.faq-image,
.faq-image img,
.faq-item,
.faq-question,
.faq-answer{
    border-radius: 0 !important;
}

/* Question */
.faq-question {
    width: 100%;
    padding: 18px 20px;
    text-align: left;
    border: none;
    background: #fff;
    font-size: 17px;
    font-weight: 700;
    color: #1f2937;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}




/* Icon */
.faq-icon {
    font-size: 22px;
    color: #0d6efd;
}

/* Answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    transition: 0.3s ease;
}

/* Active */
.faq-item.active .faq-answer {
    padding: 0 20px 18px;
    max-height: 250px;
}

/* Image */
.faq-image {
    /* border-radius: 20px; */
    overflow: hidden;
    /* box-shadow: 0 25px 70px rgba(0,0,0,0.4); */
}

.faq-image img {
    width: 100%;
    display: block;
    transition: 0.5s;
}

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

/* Mobile */
@media (max-width: 991px) {
    .faq-header h2 {
        font-size: 32px;
    }

    .faq-section {
        padding: 70px 0;
    }
}

@media (max-width: 768px) {
    .faq-section {
        padding: 60px 0;
        padding-top: 50px;
        /* padding-bottom: 40px; */
        
    }

    .faq-header h2 {
        font-size: 28px;
    }
}

/* faq section end */

/* testimonial section strat */

.testimonial-section {
    padding: 90px 0;
    background: linear-gradient(to right, rgba(2, 36, 91, 0.0) 0%, rgba(2, 36, 91, 0) 100%), url(../img/testi-background.jpg) top center no-repeat;
    background-size: cover;
}
@media (max-width: 768px)
{
    .testimonial-section {
    padding: 0px 0;
    background: linear-gradient(to right, rgba(2, 36, 91, 0.0) 0%, rgba(2, 36, 91, 0) 100%), url(../img/testi-background.webp) center center no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}
}

/* Title */
.testimonial-title {
    text-align: center;
    margin-bottom: 40px;
}

.testimonial-title h2 {
    font-size: 42px;
    font-weight: 800;
    color: #0b1c39;
}

/* Card */
.testimonial-card {
    background: #fff;
    padding: 30px;
    /* border-radius: 12px; */
    box-shadow: 0 10px 35px rgba(0,0,0,0.2);
    transition: 0.3s ease;
    border-left: 2px solid #0593ca;
    min-height: 270px;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

/* Text */
.testimonial-text {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 25px;
}

/* Footer */
.testimonial-footer {
    display: flex;
}

/* user layout */
.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* icon */
.user-icon {
    width: 90px;
    height: 90px;
    /* border-radius: 50%; */
    object-fit: cover;
    /* border: 2px solid #eaeaea; */
}

/* name */
.user-text h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #111;
}

/* stars */
.stars {
    font-size: 22px;
    color: #0593ca;
    letter-spacing: 2px;
    margin-top: 3px;
}

/* Mobile */
@media (max-width: 768px) {

    .testimonial-title h2 {
        font-size: 28px;
    }

    .testimonial-card {
        padding: 22px;
    }

    .testimonial-text {
        font-size: 15px;
    }

    .user-icon {
        width: 60px;
        height: 60px;
    }

    .user-text h4 {
        font-size: 18px;
    }

    .stars {
        font-size: 16px;
    }
}
/* testimonial section end */



/* ==============================
   Founder Section Start
============================== */

.sky-founder-section {
    padding: 100px 20px;
    /* background: linear-gradient(135deg, #666666 0%, #666666 100%); */
     background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 100%), url(../img/gray-background.jpg) center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.sky-founder-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 80px;
}

/* Left Founder Card */
.sky-founder-card {
    width: 350px;
    min-width: 350px;
    background: #ffffff;
    /* border-radius: 35px; */
    padding: 10px;
    text-align: center;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 119, 255, 0.08);
    transition: all 0.4s ease;
    position: relative;
}

.sky-founder-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.18);
}

.sky-founder-image-box {
    width: 100%;
    aspect-ratio: 1 / 1;
    /* border-radius: 28px; */
    overflow: hidden;
    margin-bottom: 30px;
    background: #f4f8fc;
}

.sky-founder-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.sky-founder-card:hover .sky-founder-image-box img {
    transform: scale(1.08);
}

.sky-founder-details h3 {
    font-size: 30px;
    color: #0a1b3d;
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.sky-founder-details span {
    display: inline-block;
    font-size: 17px;
    color: #0077ff;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    
}




/* Right Content */
.sky-founder-content {
    flex: 1;
}

.sky-founder-subtitle {
    display: inline-block;
    padding: 10px 22px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    /* border-radius: 50px; */
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sky-founder-content h2 {
    font-size: 42px;
    line-height: 1.2;
    color: #081c3a;
    margin-bottom: 30px;
    font-weight: 800;
}

.sky-founder-content p {
    font-size: 16px;
    line-height: 1.9;
    color: #ffffff;
    margin-bottom: 25px;
}

/* ==============================
   Responsive Design
============================== */

@media (max-width: 1199px) {
    .sky-founder-container {
        gap: 50px;
    }

    .sky-founder-content h2 {
        font-size: 46px;
    }

    .sky-founder-card {
        width: 380px;
        min-width: 380px;
    }
}

@media (max-width: 991px) {
    .sky-founder-container {
        flex-direction: column;
        text-align: center;
        gap: 50px;
    }

    .sky-founder-card {
        width: 100%;
        max-width: 450px;
        min-width: auto;
    }

    .sky-founder-content h2 {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .sky-founder-section {
        padding: 70px 15px;
    }

    .sky-founder-card {
        padding: 8px;
        /* border-radius: 25px; */
    }

    .sky-founder-details h3 {
        font-size: 26px;
    }

    .sky-founder-content h2 {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .sky-founder-content p {
        font-size: 16px;
        line-height: 1.8;
    }

    .sky-founder-subtitle {
        font-size: 13px;
        padding: 8px 18px;
    }
}

@media (max-width: 480px) {
    .sky-founder-content h2 {
        font-size: 28px;
    }

    .sky-founder-details h3 {
        font-size: 24px;
    }
}

/* founder section end */


.mission-icon {
    width: 70px;
    height: 70px;
    object-fit: contain;
    display: inline-block;
}


sertvice page start

/* service section start */

.service-list-section
{
    margin-top: -100px;
    margin-bottom: -100px;
}
.product-item {
  position: relative;
  /* background: #ffffff; */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(../img/dark-blue-background.jpg) center center no-repeat;
    background-size: cover;
  padding: 35px 20px;
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.product-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px; /* border thickness */
  background: linear-gradient(90deg, #06d1f5, #98f0ff);
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {

  .product-item {
    /* padding: 25px 18px; */
    border-radius: 8px;
  }

  .product-item::before {
    border-radius: 8px;
    background: linear-gradient(90deg, #06d1f5, #98f0ff);
  }
}


.product-img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
}

.product-info h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .product-info h3 {
    margin-top: 20px;
  }
}

.product-info p {
  font-size: 15px;
  color: #dcdcdc;
  line-height: 1.7;
  margin-bottom: 18px;
}

.product-info ul {
    list-style: none; /* remove default bullets */
    padding: 0;
    margin: 0;
}

.product-info ul li {
    font-size: 15px;
    padding-left: 28px; /* extra space for bigger bullet */
    margin-bottom: 8px;
    position: relative;
    color: #dcdcdc;
}

.product-info ul li::before {
    content: "\f105"; /* Font Awesome right arrow */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #00daff;
    font-size: 18px;
    line-height: 1;
}


/* Responsive */
@media (max-width: 991px) {
  .product-item {
    padding: 25px;
  }
  .product-info h3 {
    font-size: 22px;
  }
}
.what-different
{
    font-weight: 600;
    font-size: 20px !important;
    color: #00daff !important;
}
.astrology-bg {
    display: block;
    width: 100%;
    background: linear-gradient(to right, #ffa94d, #ffffff);
    padding: 12px 15px;
    border-radius: 5px;
}
/* service section end */


/* contact page start */

/*==============================
    New Sky Contact Section
==============================*/
.new-sky-contact {
    background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
    position: relative;
    overflow: hidden;
    margin-top: -50px;
}

.new-sky-contact-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
    height: 100%;
}

.new-sky-contact-card {
    background: #ffffff;
    /* border-radius: 20px; */
    padding: 24px 30px;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border: 1px solid rgba(13, 110, 253, 0.08);
    position: relative;
    overflow: hidden;
    border-left: 2px solid rgb(0, 162, 255);
}

/* .new-sky-contact-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #0d6efd, #00c6ff);
} */

.new-sky-contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(13, 110, 253, 0.18);
}

.new-sky-contact-icon {
    min-width: 60px;
    width: 60px;
    height: 60px;
    /* border-radius: 18px; */
    background: linear-gradient(135deg, #0d6efd, #00c6ff);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 30px rgba(13, 110, 253, 0.3);
}

.new-sky-contact-icon i {
    font-size: 28px;
    color: #fff;
}

.new-sky-contact-content h4 {
    font-size: 22px;
    font-weight: 700;
    color: #0b1f3a;
    margin-bottom: 15px;
}

.new-sky-contact-content a,
.new-sky-contact-content p {
    display: block;
    font-size: 17px;
    color: #5f6b7a;
    margin-bottom: 10px;
    text-decoration: none;
    line-height: 1.8;
    transition: all 0.3s ease;
}

.new-sky-contact-content a:hover {
    color: #0d6efd;
    padding-left: 5px;
}

/* Map Design */
/* Map Box Fix */
.new-sky-map-box {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 500px;
    /* border-radius: 25px; */
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    border: 8px solid #fff;
    line-height: 0;
}

.new-sky-map-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* Responsive Design */
@media (max-width: 991px) {
    .new-sky-map-box {
        min-height: 450px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .new-sky-contact-card {
        padding: 25px 20px;
        gap: 18px;
    }

    .new-sky-contact-icon {
        min-width: 60px;
        width: 60px;
        height: 60px;
    }

    .new-sky-contact-icon i {
        font-size: 24px;
    }

    .new-sky-contact-content h4 {
        font-size: 21px;
    }

    .new-sky-contact-content a,
    .new-sky-contact-content p {
        font-size: 15px;
    }

    .new-sky-map-box,
    .new-sky-map-box iframe {
        min-height: 350px;
    }
}
/* new contact page end */

.form-section
{
    margin-bottom: 100px;
}





/* Experience Counter Card */
.sky-welcome-counter {
    position: absolute;
    top: 30px;
    left: 20px; /* Fixed: card will remain fully visible */
    background: #ffffff;
    padding: 14px 24px;
    /* border-radius: 18px; */
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
    min-width: 230px;
    z-index: 5;
    animation: skyFloatCard 4s ease-in-out infinite;
    transition: all 0.4s ease;
}

.sky-welcome-counter:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.sky-counter-number {
    margin: 0 0 6px;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    color: #144784;
    animation: skyNumberPulse 2s ease-in-out infinite;
     text-align: center;
}

.sky-counter-content p {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #555;
    line-height: 1.4;
     text-align: center;
}

/* Floating Animation */
@keyframes skyFloatCard {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

/* Number Pulse */
@keyframes skyNumberPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
}

/* Tablet */
@media (max-width: 991px) {
    .sky-welcome-counter {
        top: 20px;
        left: 15px;
        min-width: 210px;
        padding: 16px 20px;
    }

    .sky-counter-number {
        font-size: 36px;
    }
}

/* Mobile */
/* Mobile Responsive */
@media (max-width: 768px) {
    .sky-welcome-counter {
        top: 35px;
        left: 12px;
        min-width: 125px;
        padding: 10px 14px;
        /* border-radius: 14px; */
    }

    .sky-counter-number {
        font-size: 24px;
        margin-bottom: 4px;
    }

    .sky-counter-content p {
        font-size: 11px;
        line-height: 1.3;
        text-align: center;
    }
}

.about-image-wrapper,
.about-image-new,
.image-overlay{
    border-radius: 0 !important;
}


@media (max-width:768px)
{
    .welcome-image-sec
    {
        margin-top: -10px !important;
    }
    .welcome-content-sec
    {
      margin-top: -5px;
    }
}


.read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 34px;
    margin-top: 15px;
    background: linear-gradient(135deg, #043a8d, #004cbe);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    /* border-radius: 50px; */
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(13, 110, 253, 0.35);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.read-more i {
    transition: transform 0.4s ease;
}

.read-more:hover {
    background: linear-gradient(135deg, #0b5ed7, #084298);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(13, 110, 253, 0.45);
}

.read-more:hover i {
    transform: translateX(6px);
}

.read-more:active {
    transform: translateY(0);
    box-shadow: 0 6px 15px rgba(13, 110, 253, 0.3);
}

.about-heading-style

{
    color: #ffffff !important;
}

/* updated service page start */

/* SECTION */

.new-sky-service-section{
    padding:20px 20px;
    background:#ffffff;
}

/* CONTAINER */

.new-sky-service-container{
    max-width:1200px;
    margin:auto;
    display:flex;
    gap:30px;
    flex-wrap:wrap;
}

/* CARD */

.new-sky-service-card{
    background:#f4f4f4;
    overflow:hidden;
    width:calc(33.33% - 20px);
    transition:0.4s;
    margin-bottom: 30px;
}

.new-sky-service-card:hover{
    transform:translateY(-5px);
}

/* IMAGE AREA */

.new-sky-service-image{
    position:relative;
    padding:15px;
    padding-bottom:0;
}

/* MAIN IMAGE */

.new-sky-service-image > img{
    width:100%;
    height:320px;
    object-fit:cover;
    display:block;
    /* border: 1px solid #9b9b9b; */
}

/* ICON BOX */

.new-sky-service-icon{
    width:70px;
    height:70px;
    background:#fff;
    border-radius:50%;
    position:absolute;
    bottom:-35px;
    left:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 5px 20px rgba(0,0,0,0.10);
    z-index:2;
}

/* ICON IMAGE */

.new-sky-service-icon img{
    width:50px;
    height:50px;
    object-fit:contain;
}

/* FONT AWESOME ICON */

.new-sky-service-icon i{
    font-size:28px;
    color:#000000;
}

/* CONTENT */

.new-sky-service-content{
    padding:60px 30px 35px;
}

.new-sky-service-content h3{
    font-size:17px;
    font-weight:700;
    color:#000;
    margin-bottom:18px;
    line-height:1.3;
}

.new-sky-service-content p{
    font-size:17px;
    color:#666;
    line-height:1.9;
    margin-bottom:30px;
}

/* BUTTON */

.new-sky-service-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    background:#013f87;
    color:#fff;
    text-decoration:none;
    padding:18px 35px;
    font-size:14px;
    font-weight:700;
    letter-spacing:1px;
    transition:0.3s;
}

.new-sky-service-btn:hover{
    background:#000;
    color: #fff !important;
}

.new-sky-service-btn i{
    font-size:14px;
}

/* TABLET */

@media(max-width:992px){

    .new-sky-service-container{
        flex-wrap:wrap;
    }

    .new-sky-service-card{
        width:calc(50% - 15px);
    }
}

/* MOBILE */

@media(max-width:768px){

    .new-sky-service-section{
        padding:10px 15px;
        
    }

    .new-sky-service-container{
        flex-direction:column;
        gap:25px;
    }

    .new-sky-service-card{
        width:100%;
      
    }

    .new-sky-service-image{
        padding:12px;
        padding-bottom:0;
    }

    .new-sky-service-image > img{
        height:260px;
    }

    .new-sky-service-icon{
        left:30px;
    }

    .new-sky-service-content{
        padding:55px 25px 30px;
    }

    .new-sky-service-content h3{
        font-size:18px;
    }

    .new-sky-service-content p{
        font-size:15px;
        line-height:1.8;
    }

    .new-sky-service-btn{
        width:100%;
        justify-content:center;
        padding:16px 20px;
    }
}
/* =============================================== */

/* service details page start */

.sky-service-details-section{
    width:100%;
    padding:50px 15px;
    background:#f5f7fb;
    font-family:Arial, sans-serif;
    margin-top: -50px;
}

.sky-service-details-container{
    max-width:1100px;
    margin:auto;
    background:#ffffff;
    /* border-radius:12px; */
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

/* IMAGE */
.sky-service-details-image img{
    width:100%;
    height:auto;
    display:block;
    object-fit:cover;
}

/* CONTENT */
.sky-service-details-content{
    padding:25px;
}

.sky-service-details-title{
    font-size:26px;
    margin-bottom:12px;
    color:#111;
}

.sky-service-details-text{
    font-size:15px;
    line-height:1.7;
    color:#444;
    margin-bottom:12px;
}

.sky-service-details-subtitle{
    margin-top:15px;
    font-size:18px;
    color:#222;
}

/* LIST */
.sky-service-details-list{
    margin-top:10px;
    padding-left:18px;
}

.sky-service-details-list li{
    margin-bottom:8px;
    font-size:15px;
    color:#333;
}

/* RESPONSIVE */
@media (max-width:768px){

    .sky-service-details-content{
        padding:18px;
    }

    .sky-service-details-title{
        font-size:18px;
    }

    .sky-service-details-text,
    .sky-service-details-list li{
        font-size:14px;
    }
}