/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Fixkori Website
Author: Shobuj Roy
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/
html {
scroll-behavior: smooth;
}
body {
margin: 0;
padding: 0;
overflow-x: hidden;
font-family: 'Inter', sans-serif;
}


.circuit-bg {
    background-color: #f8fafc;
    background-image: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%230ea5e9' fill-opacity='0.05' fill-rule='evenodd'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 32c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm21-13c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm-1 39c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm13 31c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM14 44c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z'/%3E%3C/g%3E%3C/svg%3E");
}
.service-card:hover { transform: translateY(-5px); }

/* Target CF7 specific inputs to match your design */
.fixkori-custom-form span.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.fixkori-custom-form input:not([type="submit"]),
.fixkori-custom-form textarea {
    @apply w-full px-6 py-4 rounded-2xl bg-white/5 border border-white/10 text-white placeholder:text-gray-600 focus:outline-none focus:ring-2 focus:ring-primary focus:bg-white/10 transition;
}

/* Ensure the textarea height is correct */
.fixkori-custom-form textarea {
    height: 150px;
}

/* Fix for CF7's default response messages */
.wpcf7-response-output {
    @apply mt-4 p-4 rounded-xl border-none text-sm font-bold bg-white/10 text-white !important;
}

/* footer a {
    color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;
}
nav a {
    color: rgb(15 23 42 / var(--tw-text-opacity, 1)) !important;
    font-size: 17px;
}
a.calltoaction {
    color: #fff !important;
}
button {
    border-color: none !important;
} */