.elementor-6 .elementor-element.elementor-element-f887eb2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-6 .elementor-element.elementor-element-ca38009{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6 .elementor-element.elementor-element-8251b38{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-8e20e58{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6 .elementor-element.elementor-element-4fb3819{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-24eeb0c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6 .elementor-element.elementor-element-24eeb0c:not(.elementor-motion-effects-element-type-background), .elementor-6 .elementor-element.elementor-element-24eeb0c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-6 .elementor-element.elementor-element-368ccf9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6 .elementor-element.elementor-element-03ba358{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-6 .elementor-element.elementor-element-368ccf9{--width:50%;}.elementor-6 .elementor-element.elementor-element-03ba358{--width:50%;}}/* Start custom CSS for text-editor, class: .elementor-element-b9bc9ab */.hero-content .main-title {
  /* other styles... */
  background: linear-gradient(135deg, #008b9c 0%, #ff6a00 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-fb3e2f7 *//* Variables */
:root {
    --brand-teal: #02464b;
    --brand-orange: #b65601;
    --bg-dark: #01080a;
}

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.hardware-services {
    background-color: var(--bg-dark);
    padding: 100px 20px;
    color: #fff;
    text-align: center;
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
}

.header-content h2 {
    font-size: 36px;
    text-transform: uppercase;
    background: linear-gradient(to right, #ffffff, var(--brand-orange));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.top-label {
    color: var(--brand-orange);
    letter-spacing: 3px;
    font-size: 14px;
    text-transform: uppercase;
}

.accent-line {
    width: 60px;
    height: 3px;
    background: var(--brand-orange);
    margin: 10px auto 60px;
    box-shadow: 0 0 10px var(--brand-orange);
}

/* Grid Layout (3 items per row) */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* हे ३ कॉलम बनवते */
    gap: 30px;
}

.info-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 50px 30px;
    border-radius: 25px;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
}

.info-card:hover {
    transform: translateY(-10px);
    border-color: var(--brand-orange);
    background: rgba(2, 70, 75, 0.1);
}

/* Icons styling */
.icon-wrapper {
    width: 80px;
    height: 80px;
    background: rgba(2, 70, 75, 0.2);
    border: 1px solid rgba(182, 86, 1, 0.3);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 32px; /* आयकॉनची साईज */
    color: var(--brand-orange);
    transition: 0.5s;
}

.info-card:hover .icon-wrapper {
    background: var(--brand-orange);
    color: #fff;
    box-shadow: 0 0 25px var(--brand-orange);
    transform: rotateY(360deg);
}

.info-card h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.info-card p {
    color: #9db1b3;
    font-size: 15px;
    line-height: 1.6;
}

/* Responsive: मोबाईलवर एकाखाली एक दिसेल */
@media (max-width: 992px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr); /* टॅबलेटवर २ कॉलम */
    }
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr; /* मोबाईलवर १ कॉलम */
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-dc2c073 */:root {
    --primary-teal: #008080; /* Updated to a vibrant Teal Blue */
    --primary-orange: #b65601;
    --dark-bg: #06090a;
    --card-bg: #0a0e10;
}

.process-section {
    background-color: var(--dark-bg);
    padding: 80px 15px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
}

/* Header Styling */
.process-header {
    text-align: center;
    margin-bottom: 60px;
}

.expertise-label {
    color: var(--primary-orange);
    font-size: 0.85rem;
    letter-spacing: 3px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/* Process Title with Gradient */
.process-title {
    font-weight: 800;
    font-size: 2.5rem;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
    /* Gradient logic */
    background: linear-gradient(90deg, var(--primary-teal), var(--primary-orange));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* Kadhi kadhi span mule gradient distat nahi, mhunun span color reset kela ahe */
.process-title span {
    color: inherit; 
}

.title-underline {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-teal), var(--primary-orange));
    margin: 10px auto 20px;
    border-radius: 5px;
}

.process-subtitle {
    color: #a0a0a0;
    font-size: 1.1rem;
}

/* Card Styling with Teal Border */
.work-card {
    background: var(--card-bg);
    padding: 45px 35px;
    border-radius: 20px;
    height: 100%;
    /* Subtle Teal Border */
    border: 1px solid rgba(0, 128, 128, 0.3); 
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.work-card:hover {
    transform: translateY(-12px);
    /* Hover kelyavar border highlight honar */
    border-color: var(--primary-teal);
    box-shadow: 0 10px 30px rgba(0, 128, 128, 0.2);
    background: #111111;
}

.icon-box {
    width: 80px;
    height: 80px;
    background: rgba(0, 128, 128, 0.05);
    border: 1px solid rgba(0, 128, 128, 0.2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: var(--primary-teal); /* Icon color also changed to teal */
    margin: 0 auto 25px;
    transition: 0.3s;
}

.work-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.work-card p {
    color: #b0b0b0;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.step-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    opacity: 0.3;
}

.step-num {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary-teal);
}

.step-line {
    flex-grow: 1;
    height: 1px;
    background: var(--primary-teal);
    margin-left: 15px;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4254a66 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

.contact-section {
    background-color: #121212; /* Deep Black Background */
    padding: 80px 20px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-header {
    margin-bottom: 50px;
    border-left: 4px solid;
    border-image: linear-gradient(to bottom, #b65601, #02464b) 1;
    padding-left: 20px;
}

.title {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: 1px;
}

.subtitle {
    color: #a0a0a0;
    margin-top: 10px;
    font-size: 1rem;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.contact-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 40px;
    border-radius: 15px;
    position: relative;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.contact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #02464b, #b65601);
    opacity: 0.7;
}

.contact-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.card-icon {
    font-size: 40px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #b65601, #02464b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-number {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.divider {
    width: 40px;
    height: 3px;
    background-color: #b65601;
    margin-bottom: 20px;
}

.card-content p {
    color: #cccccc;
    line-height: 1.6;
    margin-bottom: 5px;
    font-size: 0.95rem;
}

.card-content a {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.card-content a:hover {
    color: #b65601;
}

/* Mobile Responsive adjustment */
@media (max-width: 768px) {
    .title { font-size: 2rem; }
    .contact-card { padding: 30px; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-f980d9d *//* Main Container Background with Logo-inspired Gradient Border */
.custom-contact-form {
    background-color: #232326; 
    padding: 40px;
    border-radius: 12px;
    font-family: 'Arial', sans-serif;
    /* Teal to Orange Border Effect */
    border: 2px solid;
    border-image-source: linear-gradient(90deg, #008080 0%, #ff8c00 100%);
    border-image-slice: 1;
}

/* Row Styling */
.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
}

.full-width {
    width: 100%;
}

/* Input Fields Styling */
.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form input[type="tel"],
.custom-contact-form textarea {
    width: 100%;
    background-color: #2c2c2f;
    border: 1px solid #3d3d42; /* Subtle border for inputs */
    padding: 15px 20px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

/* Input Focus - Logo Teal Color */
.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
    outline: none;
    border-color: #008080; 
}

/* Textarea height */
.custom-contact-form textarea {
    height: 150px;
}

/* Placeholder Color */
.custom-contact-form ::placeholder {
    color: #a0a0a0;
    opacity: 1;
}

/* Updated Gradient Button (Teal to Orange) */
.custom-contact-form .wpcf7-submit {
    background: linear-gradient(90deg, #008080 0%, #ff8c00 100%);
    color: #ffffff;
    border: none;
    padding: 15px 35px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Button Hover - Reverse Gradient & Glow */
.custom-contact-form .wpcf7-submit:hover {
    background: linear-gradient(90deg, #ff8c00 0%, #008080 100%);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 140, 0, 0.4);
}

/* Mobile Responsive */
@media (max-width: 600px) {
    .form-row {
        flex-direction: column;
        gap: 20px;
    }
}/* End custom CSS */