.autocontainer
{
    max-width: 100% !important;
}

.color-trigger
{
    display:none;
}
.header-style-three .header-lower .inner-container
{
    
    background: rgba(255, 255, 255, 0.15); /* light transparent */
    backdrop-filter: blur(8px); /* glass effect */
    -webkit-backdrop-filter: blur(8px);
}

.slider-three_heading, .slider-three_text, .slider-three_button
{
    visibility: hidden;
}

.custom-header-align
{
    margin-top: -10px;
}
.main-header.fixed-header .header-lower
{
    background-color: #fff;
}

/* STICKY HEADER ME MENU + PHONE COLOR BLACK */
.main-header.fixed-header .navigation > li > a,
.main-header.fixed-header .header-phone_box {
    color: #000 !important;
}
.about-head
{
    font-size: 40px;
    line-height: 50px;
}

.sec-title_heading
{
    font-size: 40px;
    line-height: 50px;
}
.kraft-desc
{
    margin-top: -40px;
}
.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.hoarding-box {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 25px;
    cursor: pointer;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

/* IMAGE */
.hoarding-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 0.6s ease;
}

.hoarding-title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    
    background: rgba(0, 0, 0, 0.7); /* solid dark bg */
    backdrop-filter: blur(6px); /* premium glass effect */
    
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    
    padding: 10px 15px;
    border-radius: 8px;
    
    text-align: center;
    
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* OVERLAY */
.hoarding-overlay {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    color: #fff !important;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.5s ease;
}

/* HOVER SLIDE */
.hoarding-box:hover .hoarding-overlay {
    right: 0;
}

/* IMAGE ZOOM */
.hoarding-box:hover img {
    transform: scale(1.15);
}

/* TITLE HIDE ON HOVER */
.hoarding-box:hover .hoarding-title {
    opacity: 0;
    transition: 0.3s;
}

/* TEXT STYLE */
.hoarding-overlay h4 {
    font-size: 24px;
    margin-bottom: 10px;
}

.hoarding-overlay p {
    font-size: 14px;
    line-height: 1.6;
}

.hoarding-section
{
    background-color: #f5f5f5;
}
.sectitle
{
    padding: 25px;
}

.hor
{
    color:#fff;
}
.header-phone_box span, .hamburger, .btn-style-one
{
    background-color: rgb(220 44 29);
}

.service-one_bg
{
    background-image: linear-gradient(to right, #fee7d2, #ffe2d3, #ffddd6, #ffd9db, #ffd6e2, #fad3e6, #f4d1ea, #ebcfee, #e2ccef, #d7c9f0, #ccc6f1, #bfc4f1) !important;
}
.service-block_three-inner
{
    border:1px solid #000;
}
.gallery-head
{
    color:#000 !important;
}

body {
    overflow-x: hidden;
}

.testimonial-three
{
    padding: 0px 0px 0px 0px;
}
.client-slide
{
    border:1px solid lightgray;
    padding: 10px;
}

.top-header-mobile {
    display: none;
    background: #dc2c1d;
    color: #fff;
    padding: 6px 10px;
    text-align: center;
    font-size: 12px;
}

.top-header-mobile .top-row {
    margin: 2px 0;
    white-space: nowrap;
}

.top-header-mobile i {
    margin-right: 6px;
}

.top-header-mobile a {
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
}

.top-header-mobile .divider {
    margin: 0 5px;
    color: #aaa;
}

/* MOBILE VIEW ONLY */
@media (max-width: 767px) {
    .top-header-mobile {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
    }
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

@media only screen and (max-width: 768px) {
 
    html, body {
  overflow-x: hidden;
}
body {
  position: relative
}
}

.enquiry-wrapper {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9999;
    font-family: sans-serif;
}

/* BUTTON */
.enquiry-btn {
    background: #dc2c1d;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
}

/* PANEL (RIGHT SLIDE) */
.enquiry-panel {
    position: absolute;
    left: 0;
    bottom: 50px;

    width: 280px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);

    transform: translateX(-110%); /* 👈 left side hide */
    transition: 0.4s ease;
}

/* ACTIVE */
.enquiry-wrapper.active .enquiry-panel {
    transform: translateX(0); /* 👈 right side slide */
}

/* HEADER */
.enquiry-header {
    background: #dc2c1d;
    color: #fff;
    padding: 10px 12px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* CLOSE */
.close-icon {
    cursor: pointer;
    font-size: 18px;
}

/* FORM */
.enquiry-panel form {
    padding: 12px;
}

.enquiry-panel input,
.enquiry-panel select,
.enquiry-panel textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    border: 1px solid #ddd;
}

.enquiry-panel button {
    width: 100%;
    background: #dc2c1d;
    color: #fff;
    padding: 10px;
    border: none;
}

.custom-enquiry-banner {
    position: relative;
    background: url('../images/bg-4.jpg') center/cover no-repeat;
    background-attachment: fixed; /* 👈 MAIN FIX */
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* DARK OVERLAY */
.custom-enquiry-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

/* CONTENT */
.custom-enquiry-content {
    position: relative;
    color: #fff;
    max-width: 100%;
    padding: 0 15px;
}

.custom-enquiry-content h2 {
    font-size: 45px;
    margin-bottom: 10px;
    color:#fff;
}

.custom-enquiry-content p {
    font-size: 19px;
    margin-bottom: 15px;
    color:#fff;
}

/* BUTTON */
.custom-enquiry-btn {
    display: inline-block;
    background: #ff6600;
    color: #fff;
    padding: 12px 31px;
    border-radius: 0px;
    text-decoration: none;
    font-size: 16px;
}

.custom-enquiry-btn:hover {
    background: #e05500;
}
.cursor
{
    display:none;
}
.cursor-follower
{
    display:none;
}

.about-inner
{
    margin-top:50px;
    font-size:48px;
}

.main-wrapper {
            width: 100%;
            
        }

        .page-title {
            text-align: center;
            font-size: 2rem;
            margin-bottom: 30px;
            color: #333;
            font-weight: 700;
        }

      /* Category Card Design - Fixed for Centering */
.site-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    margin-bottom: 40px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    
    /* Yahan se centering start hoti hai */
    display: block;         /* Block rehne dijiye koi dikkat nahi */
    width: 95%;            /* Width 100% se kam honi chahiye tabhi center dikhega */
    max-width: 1000px;     /* Badi screen par isse zyada nahi failega */
    margin-left: auto;      /* Left se barabar jagah */
    margin-right: auto;     /* Right se barabar jagah */
}

        /* Header for each Category (Billboard/Unipole) */
        .card-header {
            background: #1a73e8; /* Professional Blue */
            color: white;
            padding: 20px 25px;
            font-size: 1.25rem;
            font-weight: 600;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .header-tag {
            background: rgba(255,255,255,0.2);
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
        }

        /* Table Design */
        .site-table {
            width: 100%;
            border-collapse: collapse;
        }

        .site-table thead {
            background-color: #f8f9fa;
            border-bottom: 2px solid #eee;
        }

        .site-table th {
            padding: 15px 20px;
            text-align: left;
            font-size: 0.85rem;
            text-transform: uppercase;
            color: #5f6368;
            letter-spacing: 0.5px;
        }

        .site-table td {
            padding: 18px 20px;
            border-bottom: 1px solid #f0f0f0;
            vertical-align: middle;
        }

        /* Visual Elements */
        .area-name {
            font-weight: 600;
            color: #202124;
            display: block;
        }

        .location-detail {
            font-size: 0.9rem;
            color: #70757a;
            margin-top: 4px;
        }

        .badge-size {
            background: #e8f0fe;
            color: #1a73e8;
            padding: 6px 12px;
            border-radius: 6px;
            font-weight: 700;
            font-size: 0.9rem;
            display: inline-block;
        }

        .sqft-text {
            display: block;
            font-size: 0.75rem;
            color: #5f6368;
            margin-top: 5px;
            font-weight: 500;
        }

        /* Mobile Responsive View */
        @media (max-width: 768px) {
            .site-table thead { display: none; }
            
            .site-table tr { 
                display: block; 
                padding: 15px; 
                border-bottom: 8px solid #f0f2f5; 
            }
            
            .site-table td { 
                display: block; 
                padding: 10px 0; 
                border: none; 
                text-align: right;
                position: relative;
            }

            .site-table td::before {
                content: attr(data-label);
                position: absolute;
                left: 0;
                font-weight: 600;
                color: #5f6368;
                font-size: 0.85rem;
            }
        }
        
        .processtwo
        {
            background-color: #f3f3f3;
        }
        
        .kraft-about-section {
    background: #f8f9fb;
    padding: 60px 20px;
    font-family: 'Poppins', sans-serif;
}

.kraft-container {
    max-width: 1100px;
    margin: auto;
}

.kraft-main-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 700;
}

.kraft-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    line-height: 1.7;
}

.kraft-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.kraft-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.06);
}

.kraft-box h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #3b2b98;
}

.kraft-highlight {
    background: linear-gradient(135deg, #007bff, #00c6ff);
    color: #fff;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.kraft-highlight h3 {
    margin-bottom: 10px;
}

.about-list {
    list-style: none;
    padding-left: 0;
}

.about-list li::before {
    content: "• " !important;
    color: #000;
    font-size: 18px;
}

.about-listt {
    list-style: none;
    padding-left: 0;
}

.about-listt li::before {
    content: "• " !important;
    color: #fff;
    font-size: 18px;
}

.mission-section {
    background: #f8f9fb;
    padding: 60px 20px;
    font-family: Arial, sans-serif;
}

.mission-container {
    max-width: 1100px;
    margin: auto;
}

.mission-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.mission-subtitle {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 15px;
    border-left: 4px solid #007bff;
    padding-left: 10px;
}

.mission-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.mission-card p {
    line-height: 1.7;
    margin-bottom: 10px;
}

.mission-highlight {
    background: #9b2218;
    color: #fff !important;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.mission-tagline {
    text-align: center;
    font-size: 20px;
    margin: 15px 0;
    color: #007bff;
    font-weight: bold;
}

.mission-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}

.mission-box {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.mission-box:hover {
    background: #007bff;
    color: #fff;
    transform: translateY(-5px);
}
.text-light
{
    color:#fff;
}

.mission-box {
    background: #fff;
    padding: 18px;
    border-radius: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0 3px 10px rgba(0,0,0,0.06);
    transition: 0.3s;
}

/* Highlight important boxes */
.mission-box.highlight {
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #007bff;
    background: #f0f7ff;
}

/* Hover effect */
.mission-box:hover {
    background: #007bff;
    color: #fff;
    transform: translateY(-6px);
}

/* Final paragraph highlight */
.mission-final {
    font-size: 16px;
    font-weight: 500;
    border-left: 5px solid #007bff;
    background: #f9fbff;
}

/* Strong text emphasis */
.mission-final strong {
    color: #007bff;
    font-weight: 700;
}

.values-section {
    background: #f8f9fb;
    padding: 60px 20px;
    font-family: Arial, sans-serif;
}

.values-container {
    max-width: 1100px;
    margin: auto;
}

.values-row {
    display: flex;
    gap: 40px;
    align-items: flex-start; /* 🔥 Top align fix */
}

/* Image */
.values-image {
    flex: 1;
}

.values-image img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

/* Content */
.values-content {
    flex: 1.2;
}

.values-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.values-intro {
    font-size: 15px;
    margin-bottom: 15px;
    color: #555;
}

/* List */
.values-list {
    list-style: none;
    padding-left: 0;
}

.values-list li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    line-height: 1.6;
}

/* Icon */
.values-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    color: #007bff;
    font-size: 14px;
}

/* Bold heading inside list */
.values-list strong {
    font-size: 16px;
    color: #000;
}

/* Responsive */
@media (max-width: 768px) {
    .values-row {
        flex-direction: column;
    }
}

.director-section {
    background: #f8f9fb;
    padding: 70px 20px;
    font-family: Arial, sans-serif;
}

.director-container {
    max-width: 1200px;
    margin: auto;
}

.director-row {
    display: flex;
    gap: 50px;
    align-items: flex-start; /* 🔥 same top alignment */
}

/* Image */
.director-image {
    flex: 1;
}

.director-image img {
    width: 100%;
    max-width: 350px;  /* 👈 size control */
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* Content */
.director-content {
    flex: 2.5;
}

.director-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* Quote */
.director-quote {
    background: #007bff;
    color: #fff;
    padding: 15px 20px;
    border-radius: 8px;
    font-style: italic;
    margin-bottom: 20px;
}

/* Paragraph */
.director-content p {
    line-height: 1.7;
    margin-bottom: 12px;
    color: #444;
}

/* Highlight line */
.director-highlight {
    font-weight: 600;
    color: #007bff;
    border-left: 4px solid #007bff;
    padding-left: 10px;
    margin: 20px 0;
}

/* Responsive */
@media (max-width: 768px) {
    .director-row {
        flex-direction: column;
    }
}

.our-clients {
    background: #f1f5f9;
}

/* BIG OUTER BOX */
.client-wrapper {
    background: #ffffff;
    padding: 40px 25px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
}

/* subtle gradient border effect */
.client-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(120deg, #0d6efd, #00c6ff);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
}

/* small boxes */
.client-box {
    background: #fff;
    border-radius: 12px;
    padding: 18px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
    transition: 0.3s;
}

/* image */
.client-box img {
    max-width: 100%;
    max-height: 90px;
    object-fit: contain;
    
    transition: 0.3s;
}

/* hover effect */
.client-box:hover {
    transform: translateY(-6px) scale(1.05);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.client-box:hover img {
    filter: grayscale(0%);
}

/* wrapper hover glow */
.client-wrapper:hover {
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

.career-section {
    background: linear-gradient(135deg, #eef2f7, #f8f9fb);
}

/* main box */
.career-form {
    width: 100%;
    max-width: 650px;
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* input style */
.custom-input {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 10px 5px;
    background: transparent;
    transition: 0.3s;
}

/* focus effect */
.custom-input:focus {
    border-color: #0d6efd;
    box-shadow: none;
}

/* radio spacing */
input[type="radio"] {
    margin-right: 5px;
}

/* button */
.submit-btn {
    background: #000;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    transition: 0.3s;
}

.submit-btn:hover {
    background: #0d6efd;
}

/* responsive */
@media (max-width: 576px) {
    .career-form {
        padding: 20px;
    }
}

.servicess
{
    border:0px lightgray !important;
    border-bottom: 1px solid rgba(var(--black-color-rgb), 0.15) !important;
}

.hamburger
{
    display:none;
}

.director-image {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

/* image same size maintain */
.director-image img {
    width: 100%;
    display: block;
    border-radius: 10px;
    transition: 0.3s;
}

/* overlay text */
.director-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: #fff;
}

/* text style */
.director-info h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.director-info span {
    font-size: 13px;
}

/* hover effect (safe) */
.director-image:hover img {
    transform: scale(1.05);
}

.hoarding-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.3s ease;
    margin-bottom: 25px;
}

.hoarding-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

.hoarding-img {
    position: relative;
    overflow: hidden;
}

.hoarding-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

/* Overlay */
.hoarding-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s ease;
}

.hoarding-card:hover .hoarding-overlay {
    opacity: 1;
}

/* Button */
.view-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 22px;
    text-decoration: none;
    border-radius: 30px;
    font-size: 14px;
    transition: 0.3s;
}

.view-btn span {
    margin-left: 5px;
    transition: 0.3s;
}

.view-btn:hover span {
    margin-left: 10px;
}

/* Title */
.hoarding-content {
    background: #f8f8f8;
    padding: 15px;
    text-align: center;
}

.hoarding-content h5 {
    margin: 0;
    font-weight: 600;
}

.site-card-box {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.3s;
}

.site-card-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* Top */
.site-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-number {
    background: #007bff;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
}

/* Location */
.location {
    font-size: 14px;
    color: #666;
    margin: 8px 0 15px;
}

/* Size Section */
.size-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 15px;
}

.size-item {
    background: #f5f7fb;
    padding: 10px;
    border-radius: 8px;
    flex: 1;
    text-align: center;
}

.size-item label {
    display: block;
    font-size: 12px;
    color: #888;
    margin-bottom: 3px;
}

.size-item span {
    font-weight: 600;
    color: #000;
}


.size-item1 {
    background: #f5f7fb;
    padding: 10px;
    border-radius: 8px;
    flex: 1;
    text-align: center;
}

.size-item1 label {
    display: block;
    font-size: 12px;
    color: #888;
    margin-bottom: 3px;
}

.size-item1 span {
    font-weight: 600;
    color: #000;
}

/* Button */
.enquiry-btn {
    display: inline-block;
    text-decoration: none;
    background: #007bff;
    color: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 13px;
    transition: 0.3s;
}

.enquiry-btn span {
    margin-left: 5px;
    transition: 0.3s;
}

.enquiry-btn:hover {
    background: #007bff;
}

.enquiry-btn:hover span {
    margin-left: 8px;
}

.size-item:nth-child(2) label::after {
    content: " (Unit 1)";
    font-size: 12px;
    color: #777;
}

.size-item1:nth-child(2) label::after {
    content: "";
    font-size: 12px;
    color: #777;
}

.enquiry-container {
 
  padding: 50px 15px;
 
}

.enquiry-box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.enquiry-box h2 {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
  font-size:32px;
}

.form-row {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.form-row input,
.form-row select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  transition: 0.3s;
}

.form-row input:focus,
.form-row select:focus,
textarea:focus {
  border-color: #2c5364;
  box-shadow: 0 0 5px rgba(44,83,100,0.3);
  outline: none;
}

textarea {
  width: 100%;
  resize: none;
  margin-bottom: 15px;
}

.submit-btn {
  width: 100%;
  background: linear-gradient(45deg, #ff6a00, #ee0979);
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* Responsive */
@media(max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
    
    .career-section
    {
        margin-top:-70px;
    }
    
    .our-clients
    {
        margin-top:-70px;
    }
    
    .director-section
    {
        margin-top:-70px;
    }
    
    .values-section
    {
        margin-top:-70px;
    }
    
    .kraft-about-section
    {
        margin-top:-70px;
    }
    
    .mission-section
    {
        margin-top:-70px;
    }
    .advert-site
    {
        margin-top:-78px;
    }
    
    .page-title
    {
        background-size:contain;
        background-attachment: local;
    }
    
    .about-inner
{
    margin-top:0px;
    font-size:28px;
}
    
    .custom-enquiry-content h2 {
    font-size: 26px;
    margin-bottom: 10px;
    color:#fff !important;
}

.custom-enquiry-content p {
    font-size: 14px;
    margin-bottom: 15px;
    color:#fff !important;
}

    .reviews
    {
        margin-top: -50px;
    }

    .client-heading
    {
        margin-top: -50px;
    }

    .service-block_three-inner
    {
        margin-top: -60px;
    }

    .gallery-section
{
    margin-top: -50px;
}

    .sec-title_heading
    {
        line-height: 39px !important;
    }

    .about-three_content-column
    {
        margin-top: -50px;
    }

    .main-header .header-lower .logo-box .logo
    {
        width:76px;
    }

    .main-header .mobile-nav-toggler
    {
        color:#000;
    }

    .slider-three
    {
        padding-top: 85px;
    }

  .header-style-three .header-lower .inner-container {
    background-color: transparent !important;
    backdrop-filter: none;
}

    .sec-title_heading
{
    font-size: 24px;
    line-height: 50px;
}
.about-head
{
    font-size: 24px;
}
}