* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
    color: #333;
}
.header-top .container {
    padding-left: 0px;
    padding-right: 110px;
    padding-bottom: 5px;
    max-width: 91%;
}

/* Header Styles */

.cutom_header {
    background: #d3edfc !important;
}
.header-info {
    display: flex;
    gap: 40px;
    justify-content: end;
}
.val_heading {
    font-size: 16px;
    font-weight: 600;
        color: #051f49;
}
.header-info p {
        color: #051f49;
    font-size: 14px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}
header.header .header-top .col-md-2 {
    flex: 0 0 auto;
    width: 21%;
}

header.header .header-top .col-md-10 {
    flex: 0 0 auto;
    width: 79%;
}
.social-media {
    display: flex;
    gap: 15px;
    align-items: center;
}
.cutom_top {
    position: relative;
    top: 15px;
}

.cutom_header {
    background: #f58910   !important;
    position: relative;
    top: 15px;
    padding: 17px 25px !important;
}
header.header {
       padding-top: 10px;
    background: #fff;
    position: relative;
    z-index: 9;
}
img.logo_width {
        width: 240px;
}
.social-media a {
    color: white;
    font-size: 20px;
    transition: color 0.3s;
}

.social-media a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.navbar {
    background: #e3f2fd;
    border-radius: 30px;
    padding: 10px 0;
}

.nav-menu {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu li {
    display: inline-block;
}

.nav-menu a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    transition: color 0.3s;
    text-transform: uppercase;
    padding: 8px 15px;
    border-radius: 5px;
    position: relative;
}

.nav-menu a:hover,
.nav-menu a.active {
    color: #000;
}

.nav-menu a::after {
   content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 5px;
    background: #000;
    transition: width 0.3s ease;
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
    width: 80%;
}
a.brochure-btn {
    color: #fff !important;
}
.brochure-btn::after {
    display: none;
}
.brochure-btn {
    background: url('../images/but-brochure-bg.png') no-repeat center;
    background-size: cover;
    color: white;
    border: none;
    padding: 10px 20px;
        box-shadow: 0 2px 2px rgb(0 0 0 / 40%);
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}
.browser_div
{
   
    transition: transform 0.25s ease;  
}
.browser_div:hover
{
    transform: scale(1.04);
    transition: transform 0.25s ease;  
}
a.btn-brochure {
  display: inline-block;
  padding: 11px 26px;
  color: #fff;
  text-decoration: none;
  background-image: url('your-bg.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  transition: filter 0.3s ease, transform 0.2s ease;
}

a.btn-brochure:hover {
  filter: brightness(0.75) saturate(1.2);
  transform: scale(1.04);
}
.breower {
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

/* About Us Section */
.about-us {
    padding: 80px 0;
    background: #f3f5f4;
}

.about-content {
    margin-top: 40px;
}

.about-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.about-text h3 {
    color: #1a365d;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
}

.mission-vision {
    margin-top: 40px;
}

.mission-box, .vision-box {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    height: 100%;
    border-left: 4px solid #ff6b35;
}

.mission-box h4, .vision-box h4 {
    color: #1a365d;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.mission-box h4 i, .vision-box h4 i {
    color: #ff6b35;
    margin-right: 10px;
}

.mission-box p, .vision-box p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.core-values {
    margin-top: 60px;
}

.core-values h3 {
    color: #1a365d;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

.value-card {
    background: white;
    padding: 30px 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.value-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ff6b35 0%, #e55a2b 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.value-icon i {
    color: white;
    font-size: 24px;
}

.value-card h5 {
    color: #1a365d;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.value-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Experience Section */
.experience-section {
    padding: 80px 0;
    background: #1a365d;
}

.stat-box {
    text-align: center;
    padding: 40px 20px;
    background: rgba(255,255,255,0.05);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: transform 0.3s ease, background 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-5px);
    background: rgba(255,255,255,0.1);
}

.stat-box h2 {
    color: #ff6b35;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

.stat-box p {
    color: white;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-us {
        padding: 60px 0;
    }
     section.hero .container {
    max-width: 100% !important;
}
.product_head1 {
    top: -25px !important;
}
h3.pt-mb-1 {
    padding-top: 30px !important;
}
.welcome-image img {
    width: 60% !important;
    height: auto;
    border-radius: 10px;
    padding: 33px;
    margin-left:auto;
    margin-right:auto;
    display:block;
}
.industry-card {
    padding: 15px 7px !important;
}
.service-image img {
    width: 80% !important;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
}
.brochure-btn {
    padding: 10px 20px !important;
}
    .about-text h3 {
        font-size: 28px;
    }
    
    .core-values h3 {
        font-size: 28px;
    }
    
    .stat-box h2 {
        font-size: 36px;
    }
    
    .experience-section {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    .about-text h3 {
        font-size: 24px;
    }
    
    .core-values h3 {
        font-size: 24px;
    }
    
    .stat-box h2 {
        font-size: 28px;
    }
    
    .value-card {
        margin-bottom: 20px;
    }
}

/* Contact Section */
.contact-section {
        padding: 70px 0;
    background: #fff;
}


.contact-info {
    background: white;
    border-radius: 15px;
    height: 100%;
}
section.hero .container {
    max-width: 93%;
}
.contact-info h3 {
    color: rgb(253, 193, 11);
    font-size: 20px;
    margin-bottom: 15px;
}

.contact-info > p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.contact-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ff6b35 0%, #e55a2b 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.contact-icon i {
    color: white;
    font-size: 20px;
}

.contact-text h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-text p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* Map Container */
.map-container {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    height: 450px;
}

.map-wrapper {
    width: 100%;
    height: 100%;
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Quick Contact Form */
.quick-contact {
    padding: 80px 0;
    background: #1a365d;
}

.quick-contact-form {
    background: rgba(255,255,255,0.05);
    padding: 50px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.1);
}

.quick-contact-form h3 {
    color: white;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.quick-contact-form > p {
    color: rgba(255,255,255,0.8);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    text-align: center;
}

.contact-form .form-control {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    color: white;
    padding: 15px;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.contact-form .form-control::placeholder {
    color: rgba(255,255,255,0.6);
}

.contact-form .form-control:focus {
    background: rgba(255,255,255,0.15);
    border-color: #ff6b35;
    color: white;
    box-shadow: 0 0 0 0.2rem rgba(255, 107, 53, 0.25);
}

.contact-form select.form-control {
    color: rgba(255,255,255,0.6);
}

.contact-form select.form-control option {
    background: #1a365d;
    color: white;
}

.submit-btn {
    background: linear-gradient(135deg, #ff6b35 0%, #e55a2b 100%);
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.bg_gray
{
        background: #d3d3d330 !important;
}
.course_values .col-sm-6.col-lg-3 {
    width: 20%;
}

.course_values .industry-card {
    padding: 20px 12px;
}
.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 107, 53, 0.3);
}
section.services-section {
    padding: 95px 0px 95px 0px;
}

.product-details h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
/* Responsive Design */
@media (max-width: 768px) {
    .contact-section {
                padding: 60px 0 30px 0px;
    }
    
    .contact-info {
        margin-bottom: 0px;
    }
    
    .contact-info h3 {
        font-size: 24px;
    }
    
    .map-container {
        height: 350px;
    }
    
    .quick-contact {
        padding: 60px 0;
    }
    
    .quick-contact-form {
        padding: 30px;
    }
    
    .quick-contact-form h3 {
        font-size: 28px;
    }
    .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    gap: 20px;
}
.footer-content {
    margin-bottom: 0 !important;
}
}

@media (max-width: 480px) {
    .contact-info {
        padding: 0px;
    }
    
    .contact-info h3 {
        font-size: 22px;
    }
    
    
    .contact-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .map-container {
        height: 300px;
    }
    
    .quick-contact-form {
        padding: 20px;
    }
    
    .quick-contact-form h3 {
        font-size: 24px;
    }
    
    .submit-btn {
        width: 100%;
    }
}

/* Services Section */


.service-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.service-image {

    border-radius: 15px;
    text-align: center;
}

.service-image img {
    width: 80%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.service-image img:hover {
    transform: scale(1.05);
}

.product-content h3 {
      font-size: 28px;
      font-weight: normal;
      color: #f58910;
    margin-bottom: 20px;
}

.service-content h3 {
      font-size: 28px;
      font-weight: normal;
      color: #f58910;
    margin-bottom: 20px;
}

.service-content p {
    color: #000;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top:6px;
}

.service-features li {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
    color: #000;
    font-size: 16px;
}

.service-features li i {
    color: #ff6b35;
    margin-right: 12px;
    font-size: 14px;
}

/* Why Choose Us Section */
.why-choose {
    padding: 80px 0;
    background: #1a365d;
}

.why-content {
    margin-top: 40px;
}

.why-card {
    background: rgba(255,255,255,0.05);
    padding: 40px 30px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.why-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ff6b35 0%, #e55a2b 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.why-icon i {
    color: white;
    font-size: 24px;
}

.why-card h4 {
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.why-card p {
    color: rgba(255,255,255,0.8);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .services-section {
        padding: 60px 0;
    }
    
    .service-item {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    
    .service-content h3 {
        font-size: 24px;
    }
    
    .why-choose {
        padding: 60px 0;
    }
    
    .why-card {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    
    .why-card h4 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .service-item .row {
        flex-direction: column;
    }
    
    .service-image {
        margin-bottom: 20px;
    }
    
    .service-content h3 {
        font-size: 22px;
    }
    
    .why-card {
        padding: 25px 15px;
    }
    
    .why-card h4 {
        font-size: 16px;
    }
}

/* Page Banner */
.page-banner {
    display: flex;
    align-items: center;
    position: relative;
}

.page-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../images/about-banner.jpg') no-repeat;
    background-size: cover !important;
    z-index: 0;
}
.about_banner::before {
    background: url('../images/about-banner.jpg') no-repeat;
}
.services_banner::before {
    background: url('../images/services-banner.jpg') no-repeat;
}
.services_banner::before {
    background: url('../images/services-banner.jpg') no-repeat;
}
.contact_banner::before {
    background: url('../images/conatct-banner.jpg') no-repeat;
}
.page-banner h1 {
    color: white;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 2;
}

.page-banner .banner-content {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
}


.banner-content {
    position: relative;
    z-index: 2;
}

.banner-content h1 {
    color: white;
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Coming Soon Section */
.coming-soon {
    padding: 100px 0;
    background: #d5d5d5;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.coming-soon-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.coming-soon-content h2 {
    font-size: 48px;
    font-weight: 700;
    color: #1a365d;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.coming-soon-content p {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.6;
}

.coming-soon-icon {
    font-size: 80px;
    color: #ff6b35;
    animation: pulse 2s infinite;
}
.whatsapp {
    position: fixed;
    right: 19px;
    bottom: 56px;
    text-align: right;
    z-index:99;
}
.whatsapp img{
   animation: zoomInOut 2s infinite ease-in-out;
            transform-origin: center;
            width: 46px;
}
.welcome.about_pages {
    padding-top: 70px;
    padding-bottom: 70px !important;
    background: #fff;
}
@keyframes zoomInOut {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}


@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-banner {
        height: 250px;
    }
    
    .banner-content h1 {
        font-size: 36px;
    }
    
    .coming-soon {
        padding: 60px 0;
    }
    
    .coming-soon-content h2 {
        font-size: 36px;
    }
    
    .coming-soon-content p {
        font-size: 16px;
    }
    
    .coming-soon-icon {
        font-size: 60px;
    }
}

@media (max-width: 480px) {
    .page-banner {
        height: 200px;
    }
    
    .banner-content h1 {
        font-size: 28px;
    }
    
    .coming-soon-content h2 {
        font-size: 28px;
    }
    
    .coming-soon-icon {
        font-size: 50px;
    }
}

/* Hero Section */
.hero {
    position: relative;
    height: 600px;
    overflow: hidden;
    background: #fff;
}

.hero .carousel {
    height: 100%;
}

.hero .carousel-item {
    height: 600px;
    position: relative;
        border-radius: 10px;
}


.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
      border-radius: 10px;
}
.hero .carousel-item img {
    width: 100%;
    height: 100%;
        border-radius: 10px;
    object-fit: cover;
}

.hero .carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.hero-content-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-overlay {    background: rgb(255 255 255 / 77%);
    padding: 20px 20px 20px 30px;
    border-radius: 0 10px 10px 0px;
    margin-left: -20px;
    max-width: 35%;
    border-left: 8px solid #e98124;
    align-items: center;
}

.hero-content {
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.valnexis-logo {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.orange-line {
    width: 4px;
    height: 60px;
    background: #ff6b35;
    margin-right: 20px;
    border-radius: 2px;
}

.hero-content h1 {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    color: #ff6b35;
}

.hero-content p {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin: 0;
}
.hero-valves img {
    width: 200px !important;
    height: auto;
    padding-left: 20px;
}
.hero-valves {
      display: flex;
    flex-direction: column;
    gap: 20px;
    margin-right: 22px;
    align-items: center;
    margin-left: 10px;
}

.hero-valves img {
    width: 230px;
    height: auto;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.2));
    transition: transform 0.3s ease;
}

.hero-valves img:hover {
    transform: scale(1.05);
}

.carousel-control-prev,
.carousel-control-next {
   position: absolute;
    top: 46%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: #f58910;
    border: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 1 !important;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.carousel-control-prev {
    left: 98.5%;
}

.carousel-control-next {
    right: -15px;
    top: 54%;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: #e55a2b;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 13px;
    height: 13px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 8 8"><path d="M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5z"/></svg>') no-repeat center;
    background-size: contain;
}

.carousel-control-next-icon {
    transform: rotate(180deg);
}
.product-carousel {
    background: #fff;
    padding: 0px;
    border-radius: 10px;
}
section.products .owl-dots {
    display: none;
}
section.products .owl-dots {
    display: none;
}

/* Section Heading Styles */
.section-heading {
    text-align: center;
    margin-bottom: 0px;
    position: relative;
    padding: 15px 0;
}

.section-heading h2 {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
    padding-bottom: 0;
}
.welcome_heading::before {
    width: 34% !important;
    left: 82% !important;
}
.welcome_heading h2 {
    text-align: end;
    padding-right: 64px;
}
.welcome_heading {
        top: -60px;
}
.section-heading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) skew(-30deg);
    width: 32%;
    height: 100%;
    background: #f58910;
    z-index: 1;
}
.why_heading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 60%;
    width: 100%;
}
.heading-line {
    width: 80px;
    height: 4px;
    background: #ff6b35;
    margin: 15px auto 0;
    border-radius: 2px;
    position: relative;
    z-index: 2;
}

/* Products Section */

.products {
        padding: 110px 0 100px 0px;
    background:  #ffffff;
}

.product-carousel {
    position: relative;
}

.product-carousel .owl-stage-outer {
    overflow: hidden;
}

.product-carousel .owl-stage {
    display: flex !important;
    padding-top:10px;
}

.product-carousel .owl-item {
    display: flex !important;
    justify-content: center;
}

.product-card {
    background: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
    padding: 20px;
    cursor: pointer;
    width: 100%;
    border: 1px solid #cccccc99;
}


.poduct_boxex_main {
    width: 100%;
}

.poduct_boxex_main h3 {
    font-size: 14px;
    text-align: center;
    padding-top: 15px;
    font-weight: 500;
}
.product-card img {
    width: 100%;
    height: 220px;
    object-fit: contain;
}

.product-card h3 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

/* Owl Carousel Navigation */
.product-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.product-carousel .owl-nav button {
    width: 35px;
    height: 35px;
    background: #f58910 !important;
    color: white !important;
    border-radius: 10px !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
    pointer-events: all;
}

.product-carousel .owl-nav button:hover {
    background: #f58910 !important;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
}

.product-carousel .owl-nav button span {
    font-size: 34px;
    line-height: 33px;
}
/* Owl Carousel Dots */
.product-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.product-carousel .owl-dots button {
    width: 12px;
    height: 12px;
    background: #ddd !important;
    border: none;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.product-carousel .owl-dots button.active {
    background: #ff6b35 !important;
    transform: scale(1.2);
}
.product-image-size
{
    width:43% !important;
}
/* ─── SECTION SHARED ─────────────────────────────── */
   :root {
      --navy:    #0b1a2e;
      --navy2:   #112240;
      --steel:   #1e3a5f;
      --accent:  #e87722;
      --accent2: #f5a623;
      --silver:  #c8d6e5;
      --light:   #f0f4f8;
      --white:   #ffffff;
     
    }
    .padding80
    {
        padding:70px 0px;
    }
    .sec-label {
      
      font-size: 0.78rem;
      letter-spacing: 4px;
      color: var(--accent);
      text-transform: uppercase;
      display: block;
      margin-bottom: 0.5rem;
    }
    .sec-title {
      font-size: 28px;
      font-weight: normal;
      color: #f58910;
    }
    
   
    /* ─── ABOUT ──────────────────────────────────────── */
    #about { background: #f3f4f6; }
    .about-img-wrap {
      position: relative; border-radius: 6px; overflow: hidden;
    }
    .about-img-wrap img { width: 100%; height: 420px; object-fit: cover; border-radius: 6px; }
    .about-img-badge {
      position: absolute; bottom: 24px; left: -16px;
      background: var(--accent);
      color: #111111;
     
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: 1px;
      padding: 14px 22px;
      border-radius: 4px;
      box-shadow: 0 6px 24px rgba(232,119,34,0.35);
    }
    .about-feature {
      display: flex; gap: 14px; align-items: flex-start;
      background: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 6px;
      padding: 16px 18px;
      margin-bottom: 14px;
      transition: border-color 0.2s, background 0.2s;
    }
    .about-feature:hover { border-color: var(--accent); background: rgba(232,119,34,0.06); }
    .about-feature i { font-size: 1.6rem; color: var(--accent); flex-shrink: 0; }
    .about-feature-title { font-family: var(--font-head); font-size: 1.05rem; font-weight: 700; color: #111111; text-transform: uppercase; }
    .about-feature-text { font-size: 0.88rem; color: #555555; margin: 0; }
.vission_img img {
    width: 90px;
    margin-bottom: 25px;
}
    /* ─── SPECIALIZATIONS ────────────────────────────── */
    #specializations { background: #ffffff; padding-bottom:70px; }
    .spec-card {
      background: #fff ;
      border: 1px solid #e5e7eb;
      border-radius: 8px;
      padding: 36px 28px;
      text-align: center;
      transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
      height: 100%;
    }
    .spec-card:hover {
      transform: translateY(-8px);
      border-color: var(--accent);
    }
    .spec-icon {
      width: 72px; height: 72px;
      background: rgba(232,119,34,0.12);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      margin: 0 auto 1.2rem;
      font-size: 2rem;
      color: var(--accent);
      transition: background 0.2s;
    }
  
    
    .spec-card h5 {
         font-size: 15px;
    font-weight: 500;
    color: #000;
    }
    .spec-card p { font-size: 0.87rem; color: #555555; margin: 0; }

    /* ─── VISION MISSION VALUES ──────────────────────── */
    
    .vmv-card {
      background: #ffffff;
      border: 0px solid rgba(232,119,34,0.2);
      border-top: 0px solid var(--accent);
      border-radius: 8px;
      padding: 40px 32px;
      height: 100%;
      transition: background 0.2s;
    }
   
    .vmv-icon { font-size: 2.8rem; color: var(--accent); margin-bottom: 1rem; }
    .vmv-card h3 {
         font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 1rem;
    }
    .vmv-card p { font-size: 16px; color: #000; line-height: 1.8; }
    .vmv-values-list { list-style: none; padding: 0; margin: 0; }
    .vmv-values-list li {
          display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #000;
    padding: 4px 0;
    }
    .vmv-values-list li:last-child { border-bottom: none; }
    .vmv-values-list li i { color: var(--accent); font-size: 1rem; }

    /* ─── INDUSTRIES ─────────────────────────────────── */

    .industry-card {
      background: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 10px;
      padding: 36px 28px;
      text-align: center;
      transition: transform 0.25s, box-shadow 0.25s;
      height: 100%;
    }

    .industry-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    }

    .industry-icon-box {
      width: 72px;
      height: 72px;
      background: rgba(232,119,34,0.1);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 1rem;
      font-size: 2rem;
      color: #e87722;
    }

    .industry-title {
      font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    margin-top: 10px;
    }


    /* ─── LIFECYCLE ──────────────────────────────────── */
    #lifecycle { background: #ffffff; }
    .lifecycle-step {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
    .lifecycle-step::after {
      content: '';
      position: absolute;
      top: 36px;
      left: calc(50% + 44px);
      width: calc(100% - 88px);
      height: 2px;
      background: linear-gradient(90deg, var(--accent), rgba(232,119,34,0.2));
    }
    .lifecycle-step:last-child::after { display: none; }
    .lifecycle-num {
      width: 72px; height: 72px;
      background: #f3f4f6;
      border: 1px solid var(--accent);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      font-family: var(--font-head);
      font-size: 1.6rem;
      font-weight: 400;
      color: var(--accent);
      margin-bottom: 1rem;
      position: relative; z-index: 1;
    }
    .lifecycle-icon {
      font-size: 1.4rem;
      color: var(--accent);
      margin-bottom: 0.5rem;
    }
    .lifecycle-step h6 {
          font-size: 15px;
    font-weight: 500;
    color: #111111;
    margin-bottom: 0.4rem;
    }
    .lifecycle-step p { font-size: 0.82rem; color: #555555; }

    /* ─── WHY US ──────────────────────────────────────── */
    #whyus {
      background: #f3f4f6;
    }
    .why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .why-item {
      display: flex; gap: 16px; align-items: flex-start;
      background: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 6px;
      padding: 20px 18px;
      transition: border-color 0.2s, background 0.2s;
    }
    .why-item:hover { border-color: var(--accent); background: rgba(232,119,34,0.06); }
    .why-item i { font-size: 2rem; color: var(--accent); flex-shrink: 0; margin-top: 2px; }
    .why-item h6 {
      font-family: var(--font-head);
      font-size: 1rem;
      font-weight: 700;
      text-transform: uppercase;
      color: #111111;
      margin-bottom: 4px;
    }
    .why-item p { font-size: 0.85rem; color: #555555; margin: 0; }
    .why-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; min-height: 400px; }

    /* ─── ANIMATIONS ─────────────────────────────────── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(28px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    .fade-up { animation: fadeUp 0.7s ease both; }
    .delay-1 { animation-delay: 0.15s; }
    .delay-2 { animation-delay: 0.3s; }
    .delay-3 { animation-delay: 0.45s; }
    .delay-4 { animation-delay: 0.6s; }

    @media (max-width: 767px) {
      .why-grid { grid-template-columns: 1fr; }
      .lifecycle-step::after { display: none; }
      .about-img-badge { left: 10px; }
    }


.inner_heading::before {
    width: 25% !important;
    left: 66% !important;
}
.inner_heading h2 {
    text-align: end;
        padding-right: 24%;
}
.inner_heading {
    margin-top: 31%;
    position: relative;
    top: 25px;
}

.contact_heading {
    text-align: left;
    padding-left: 6%;
}

.contact_heading h2 {
    padding-right: 0 !important;
    text-align: left;
}

.contact_heading::before {
    width: 16% !important;
    left: 11% !important;
}

.servicess_heading::before {
   width: 21% !important;
    left: 88% !important;
}

.servicess_heading h2 {
    text-align: right;
    padding-right: 4%;
}

.products_heading::before {
   width: 22% !important;
    left: 88% !important;
}

.products_heading h2 {
    text-align: right;
    padding-right: 4%;
}

.abouts_heading::before {
   width: 24% !important;
    left: 86.5% !important;
}

.abouts_heading h2 {
    text-align: right;
    padding-right: 4%;
}
/* Responsive adjustments for carousel */
@media (max-width: 768px) {
    .product-carousel .owl-nav {
        position: static;
        transform: none;
        justify-content: center;
        margin-top: 20px;
    }
    .contact_heading h2 {
    text-align: center;
}
.abouts_heading h2 {
    text-align: center;
    padding-right: 0;
}
.products_heading h2 {
    text-align: center;
    padding-right: 0;
}
.servicess_heading h2 {
    text-align: center;
    padding-right: 0;
}
    .product-carousel .owl-nav button {
        margin: 0 10px;
    }
    
    .product-card {
        margin: 0 10px;
    }
}

/* Welcome Section */

.welcome {
    padding: 30px 0px 60px 0px;
}
.welcome-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.welcome-image img {
       width: 90%;
    height: auto;
    border-radius: 10px;
    padding: 33px;
}

.welcome-text h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 700;
}
.welcome-text {
    padding-left: 50px;
}
.welcome-text p {
font-size: 16px;
    line-height: 36px;
    color: #000;
    margin-bottom: 30px;
}

.read-more-btn {
       background: transparent;
    color: #1c2c60;
    border: none;
    padding: 12px 30px;
    border: 1px solid;
    border-radius: 0px 9px 0px 10px;
    cursor: pointer;
    font-weight: 500;
}

.read-more-btn:hover {
    background: #1c2c60;
    color: #fff;
}

/* Why Valnexis Section */
.why-valnexis {
    background: #f5f5f5;
}

.why-valnexis h2 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
    padding-left: 85px;
    padding-bottom: 0;
}
.why_heading {
    width: 33%;
    top:-60px;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.feature-card {
    text-align: center;
}

.why-valnexis {
    padding-top: 30px;
    padding-bottom: 70px;
}
.feature-card img {
    width: 163px;
    margin-bottom: 20px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #e4e4e4d9;
}

.feature-card h3 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

/* Customers Section */
.customers {
    padding: 80px 0;
    background: #d5d5d5;
}

.welcome
 {
    background: #f5f5f5;
}

.customers h2 {
     text-align: center;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
    padding-bottom: 0;
}
.customers {
    padding: 31px 0px 60px 0px;
    background: #d5d5d5;
}
.product_head1 {
    top: -40px;
}
.our_customer_head {
    top: -60px;
}
.customers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}

/* Footer */
.footer {
    background: #1a365d;
    color: white;
    padding: 50px 0 20px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    gap: 40px;
}

.footer-left {
    flex: 1;
}

.footer-logo {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.footer-logo img {
    width: 80%;
}

.footer-logo-text h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: white;
}

.footer-logo-text p {
    font-size: 14px;
    margin: 0;
    color: #b8d4f1;
    font-weight: 400;
}

.footer-center {
    flex: 1;
    text-align: center;
}

.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0px 0;
    display: flex;
    gap: 45px;
}

.footer-nav a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    transition: color 0.3s;
}

.footer-nav a:hover {
    color: #ff6b35;
}


.footer-contact p {
    color: #b8d4f1;
    font-size: 12px;
    margin: 0;
}
.footer-nav {
    position: relative;
    top: 16px;
    padding-left: 30px;
}
p.copyrghts {
    padding-top: 15px !important;
}
.footer-content p {
    font-size: 14px;
    color: #ffffff;
    padding-top: 35px;
    padding-left: 30px;
}
p.powered a {
    font-weight: 600;
}

p.powered a:hover {
    text-decoration: underline !important;
}
.footer-right {
    flex: 1;
    text-align: right;
}

.social-links {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}

.social-links a img {
    width: 35px;
    height: 35px;
    transition: transform 0.3s, opacity 0.3s;
}

.social-links a:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #2c5282;
    color: #b8d4f1;
    font-size: 14px;
}
section.customers .col-lg-2.col-md-4.col-sm-6.mb-4 {
    width: 20%;
}

.hero-overlay {
    flex: 1;
    display: flex;
}


 .btn-showcase {
      display: flex;
      flex-wrap: wrap;
      gap: 32px;
      justify-content: center;
      align-items: center;
    }

    .btn-card {
      display: flex;
      flex-direction: column;
      align-items: start;
      gap: 14px;
    }

    .btn-label {
      font-size: 11px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #888780;
      font-weight: 600;
    }

    /* === BASE === */
    .btn {
      font-size: 15px;
      font-weight: 500;
      padding: 13px 32px;
      border: none;
      cursor: pointer;
      outline: none;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      position: relative;
      overflow: hidden;
    border: none;
    }

    /* ——— 1. FILL SWEEP ——— */
    .btn-fill {
      background: transparent;
      color: #1c2c60;
      border: 1px solid #1c2c60;
      border-radius: 0px 10px 0px 10px;
      transition: color 0.35s;
    }
    .btn-fill::before {
      content: '';
      position: absolute;
      inset: 0;
      background: #1c2c60;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.35s cubic-bezier(.77,0,.175,1);
      z-index: 0;
    }
    .btn-fill:hover::before { transform: scaleX(1); }
    .btn-fill span { position: relative; z-index: 1; transition: color 0.35s; }
    .btn-fill:hover span { color: #fff; }
    
    .simply-scroll .simply-scroll-list li,
#scroller li,
#scroller2 li {
  float: left;
 width: 220px;
    height: auto;
  margin: 0 7px;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 6px rgba(0,0,0,0.08);
}
.simply-scroll .simply-scroll-clip {
  width: 100%;
  height: 318px;
  overflow: hidden;
}
.simply-scroll .simply-scroll-list li img,
#scroller li img,
#scroller2 li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.marquee-wrapper {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
}

.marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: marquee-scroll 25s linear infinite;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.marquee-track .customer-logo {
  padding: 0 15px;
  flex-shrink: 0;
}

.marquee-track .customer-logo img {
 height: 100px;
    width: auto;
    border-radius: 10px;
    display: block;
}

@keyframes marquee-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
/* Responsive Footer */
@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    .marquee-wrapper {
    padding-top: 0;
}
.why-valnexis {
    padding-top: 10px;
    padding-bottom: 30px;
}
    .footer-logo {
        justify-content: center;
        text-align: center;
    }
    
    .footer-logo-text {
        text-align: center;
    }
    
    .footer-nav ul {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .footer-right {
        text-align: center;
    }
    
    .social-links {
        justify-content: center;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        gap: 20px;
    }
    
    .nav-menu ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    
    .header-contact {
        flex-direction: column;
        gap: 10px;
    }
    
    .hero-content-wrapper {
        flex-direction: column;
        justify-content: center;
        gap: 30px;
    }
    
    .hero-overlay {
        margin-left: 20px;
        margin-right: 20px;
        padding: 40px 30px;
        max-width: none;
    }
    
    .hero-content h1 {
        font-size: 36px;
    }
    
    .hero-content p {
        font-size: 18px;
    }
    
    .hero-valves {
        flex-direction: row;
        margin-right: 0;
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .hero-valves img {
        width: 80px;
    }
    
    .slider-controls {
        right: 10px;
        gap: 10px;
    }
    
    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    
    .welcome-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .features-grid,
    .customers-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
}

@media (max-width: 480px) {
    .hero-overlay {
        margin-left: 10px;
        margin-right: 10px;
        padding: 30px 20px;
    }
    
    .hero-content h1 {
        font-size: 28px;
    }
    
    .hero-content p {
        font-size: 16px;
    }
    
    .hero-valves img {
        width: 60px;
    }
    
    .welcome-text h2,
    .why-valnexis h2,
    .customers h2 {
        font-size: 28px;
    }
    
    .product-grid {
        grid-template-columns: 1fr;
    }
    
    .slider-controls {
        right: 5px;
        gap: 8px;
    }
    
    .slider-btn {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
}


@media (max-width: 768px) {
    .footer-content p {
    font-size: 12px;
    color: #ffffff;
    padding-top: 10px;
    padding-left: 0;
    text-align: center;
}
}

/* Mobile Menu Styles */
.mobile-menu-icon {
    display: none;
    position: absolute;
    top: 11px;
    right: 5px;
    font-size: 28px;
    color: #051f49;
    cursor: pointer;
    z-index: 1;
    padding: 10px;
    border-radius: 5px;
}

.mobile-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    transition: right 0.3s ease;
    z-index: 9999;
    overflow-y: auto;
}

.mobile-sidebar.open {
    right: 0;
}

.sidebar-content {
    padding: 20px;
    position: relative;
    height: 100%;
}

.sidebar-header {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.close-sidebar {
    position: absolute;
    top: 15px;
    right: 55px;
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10001;
}

.close-sidebar:hover {
    background: #e0e0e0;
    color: #000;
    transform: scale(1.1);
}

.sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-menu li {
    margin-bottom: 15px;
}

.sidebar-menu a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    transition: color 0.3s;
}

.sidebar-menu a:hover,
.sidebar-menu a.active {
    color: #ff6b35;
}

.service-image {
    position: relative;
}
/*.service-image:before {*/
/*         content: "";*/
/*    position: absolute;*/
/*    background: #fdc10b;*/
/*    width: 20%;*/
/*    height: 110%;*/
/*    bottom: -19px;*/
/*    left: -21px;*/
/*    z-index: -1;*/
/*    border-radius: 15px 0px 0px 15px;*/
/*}*/
/*.rightSection .service-image:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background: #fdc10b;*/
/*    width: 20%;*/
/*    height: 110%;*/
/*    bottom: -22px;*/
/*    right: -21px;*/
/*    z-index: -1;*/
/*        left: auto;*/
/*    border-radius: 0px 15px 15px 0px;*/
/*}*/
/* Mobile Responsive */
@media (max-width: 768px) {
    .mobile-menu-icon {
        display: block;
    }
     section.hero .container {
    max-width: 100% !important;
}
    .cutom_header {
        display: none;
    }
    
    .header-info {
        display: none;
    }
    p, li, span
    {
        font-size:14px !important;
    }
    .pt20
    {
        padding-top:50px !important;
    }
    .val_heading {
        display: none;
    }
    
    .header-top .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    header.header .header-top .col-md-2 {
        flex: 0 0 auto;
        width: 50%;
    }
    
    header.header .header-top .col-md-10 {
        flex: 0 0 auto;
        width: 50%;
        text-align: right;
    }
    .hero .carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}
    .hero-overlay {
    display: none;
}
.hero .carousel-item {
    height: 200px;
    position: relative;
    border-radius: 15px;
}
.carousel-control-next {
    right:7px;
    top: 63%;
}
.padding80 {
    padding: 30px 0px;
}
#specializations
 {
    background: #ffffff;
    padding-bottom: 30px;
}
.inner_heading::before {
    width: 74% !important;
    left: 50% !important;
}
.inner_heading {
    margin-top: 25%;
}
.sec-title {
    font-size: 24px;
}
.carousel-control-prev {
    left: 91%;
}
.course_values .col-sm-6.col-lg-3 {
    width: 50%;
}
.carousel-control-prev, .carousel-control-next
 {
    position: absolute;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: #ff6b35;
    border: none;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 1 !important;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}
img.logo_width {
    width: 160px;
}
.hero {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: #fff;
}
.mobile-menu-icon {
    top: 4px;
}
.products {
            padding: 0px 0 30px 0px;
    }
.welcome_heading h2 {
    text-align: end;
    padding-right: 46px;
}
    .welcome_heading::before {
          width: 93% !important;
        left: 50% !important;
}
.welcome-image img {
    padding: 0;
}
.section-heading h2 {
    font-size: 15px;
}
.welcome
 {
    padding: 5px 0px 70px 0px;
}
.welcome_heading {
    top: -25px;
}
.welcome-image img {
    width: 100%;
}
.welcome-text {
    padding-left: 0;
    padding-top: 20px;
}
.welcome-text p {
    font-size: 14px;
    line-height: 29px;
    color: #000;
    margin-bottom: 10px;
}
.why_heading {
    width: 83%;
    top: -30px;
}
.product-content h3 {
    font-size: 24px;
}
.read-more-btn {
    padding: 9px 24px;
    font-size: 12px;
    border-radius: 0px 9px 0px 10px;
}
.feature-card img {
           width: 114px;
        margin-bottom: 18px;
        padding: 20px;
}
.feature-card h3 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.section-heading::before
 {
    width: 87%;
}
.why_heading::before {
    left: 64%;
}
.our_customer_head {
    top: -30px;
}
.customers {
    padding: 3px 0px 5px 0px;
    background: #d5d5d5;
}
section.customers .col-lg-2.col-md-4.col-sm-6.mb-4 {
    width: 50%;
}
.customer-logo {
    font-size: 14px;
}
.product-carousel {
    background: #fff;
    padding: 0px 0px 0px 0px;
    border-radius: 10px;
}
.poduct_boxex_main h3 {
    font-size: 14px;
    text-align: center;
    padding-top: 15px;
    font-weight: 600;
}
.footer-logo img {
    width: 55%;
}
.footer-nav {
    position: relative;
    top: 10px;
    padding-left: 6px;
}
.footer {
    background: #1a365d;
    color: white;
    padding: 25px 0 0px;
}
    .footer-nav ul {
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
    }
    .social-links {
    display: flex;
    gap: 5px;
    margin-top: 30px;
    margin-bottom: 11px;
}
    .banner-content h1 {
        font-size: 24px !important;
    }
    .page-banner {
        height: 140px !important;
    }
    .welcome.about_pages {
    padding-top: 30px;
    padding-bottom: 30px !important;
    background: #fff;
}
section.services-section {
    padding: 30px 0px 30px 0px;
}
section.services-section .service-content {
    padding-top: 0px;
}
/*.service-image:before {*/
/*    content: "";*/
/*   width: 107%;*/
/*        bottom: -14px;*/
/*        left: -12px;*/
/*}*/
.service-image {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
.service-image {
    margin-top: 15px;
}
}

