@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

a {
  text-decoration: none !important;
  display: inline-block !important;
}
img {
  width: 100%;
  display: block;
}
ul {
  padding: 0;
  margin: 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

:root {
  --c1: #000; /* Black */
  --c2: #fff; /* White */
  --c3: #171717; /* Red */
  --c4: #0b0b0b; /* Background Color */
  --c5: #6b6b6b; /* Background Color */
  --c6: #8e8e8e;
  --f1: 'Open Sans';
  --f2: 'lato';
}
::selection {
  background: var(--c5);
}
.container {
    max-width: 1000px;
}
/* inner-wrapper */

.inner-header {
  height: 400px;
  background-position: center !important;
  background-attachment: fixed !important;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}
.inner-header:before {
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0 / 60%);
  position: absolute;
  left: 0;
  top: 0;
}
.inner-header .container {
  position: relative;
}
.inner-header .inner-header-title h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
.header-image-1 {
    display: none;
}
/* end inner-wrapper */

/* Header-Start */

.header-nav nav ul {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 10px 0;
}
.header-nav nav ul li a {
    font-family: var(--f1);
    font-size: 16px;
    color: var(--c1);
    position: relative;
    z-index: 1;
    padding: 12px;
    transition: all .5s;
}
.wrapper {
    overflow: hidden;
}
/* Banner-Start */
.banner-title h2 {
    font-family: var(--f1);
    font-size: 41px;
    text-align: end;
    margin-bottom: 8px;
}
.banner-image img {
    width: 100%;
    height: 215px;
    object-fit: cover;
}
/* Loogo */
.logo-1 img {
    width: 80%;
    margin: 15px auto;
    height: 76px;
    object-fit: contain;
}

.logo-2 img {
    width: 67%;
    margin: 15px auto;
    height: 128px;
    object-fit: cover;
}

.logo-3 img {
    width: 80%;
    margin: 15px auto;
    height: 70px;
}
.logo-content h2 {
    font-family: var(--f2);
    font-size: 48px;
    font-weight: 300;
    text-align: center;
}
.logo-content p {
    font-size: 15px;
    font-family: var(--f2);
    text-align: center;
    margin-top: 20px;
    padding: 0 39px;
}
.logo-4 img {
    width: 60%;
    margin: 20px auto;
    margin-bottom: 80px;
}

.logo-4 {
    text-align: center;
}

.logo-5 img {
    width: 90%;
    margin: 0 auto;
}
.footer-social {
    text-align: center;
}

footer.footer {
    border: 1px solid rgb(201, 201, 201);
    border-bottom: 10px solid var(--c1);
    padding: 40px 0;
}
.footer-social a i {
    font-size: 20px;
    color: var(--c1);
    transition: .5s;
}

.footer-social p {
    font-size: 15px;
    font-family: var(--f2);
}
.footer-social a {
    margin-bottom: 20px;
}
img.img-1 {
    height: 205px;
    object-fit: cover;
}
img.img-2 {height: 100%;min-height: 207px;object-fit: cover;}

img.img-3 {
    height: 210px;
    object-fit: cover;
}

img.img-4 {
    height: 190px;
    object-fit: cover;
}
/* About-Con */
.about-con h2 {
    font-size: 47px;
    font-family: var(--f2);
    font-weight: 300;
    margin-bottom: 50px;
    margin-top: 80px;
}
.min-head {
    position: relative;
    padding: 31px 14px;
    margin-bottom: 15px;
}

.min-head:before {
    background: #f6f6f6;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    z-index: -1;
    right: 32px;
    top: 0;
}

.min-head h4 {
    font-size: 24px;
    font-family: var(--f1);
    font-weight: 400;
}

.about-con p {
    font-size: 15px;
    line-height: 1.4;
    font-family: var(--f1);
}

.about-list p {
    font-size: 15px;
    font-family: var(--f1);
}

.about-list ul li {
    list-style: disc;
    font-size: 15px;
    padding-bottom: 3px;
}

.about-list ul {
    padding-left: 20px;
    font-family: var(--f2);
}
.about-logo img {
    width: 90%;
}

.about-list {
    position: relative;
}

.about-logo {
    position: absolute;
    bottom: 0;
    right: -60px;
}
.about-img {
    margin-top: 25px;
    margin-bottom: 500px;
}
/* why-niceic/ */
.sec-top-hed h2 {
    font-size: 46px;
    font-family: var(--f1);
    text-transform: uppercase;
    font-weight: 300;
}
.sec-top-hed h2 span {
    text-transform: capitalize;
}

.sec-top-hed {
    text-align: center;
}
.sec-top-hed h2 {
    font-size: 46px;
    font-family: var(--f2);
}

section.top-hed {
    padding: 30px 0px;
}
section.vc-sec {
    background: #F4F4F4;
    padding: 50px 0 0;
}

.vc-head h2 {
    font-size: 36px;
    font-family: var(--f2);
    line-height: 1.2;
    font-weight: 300;
}
.vc-head {
    margin-bottom: 20px;
}
.vc-con p {
    font-size: 14px;
    line-height: 1.2;
    font-family: var(--f1);
}
.vc-logo img {
    width: 70%;
    margin: 0 0 120px auto;
}

.vc-logo-1 img {
    width: 80%;
    margin: 0 0 0 auto;
}
.vc-con ul li {
    font-family: var(--f1);
    font-size: 14px;
    font-weight: 350;
    text-decoration: underline;
    margin-bottom: 20px;
}
.certificate-img img {
    width: 60%;
    margin: 0 auto;
}
.certificate-img p {
    font-family: var(--f2);
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
/* Service Section */
section.service-back {
    background: url(http://localhost/galvin_electrical/wp-content/uploads/2025/12/serv-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0;
    background-position: bottom left;
}
.service-content h2 {
    font-size: 68px;
    font-family: var(--f2);
}
.service-content {
    color: var(--c1);
    padding-left: 50px;
}

.service-content p {
    font-size: 18px;
    font-family: var(--f2);
    line-height: 1.2;
}
.product-img img {
    width: 100%;
}
.product-list {
    background: #f4f4f4;
    padding: 20px;
    border: 5px solid var(--c2);
    box-shadow: 0px 0px 2px #0000003d;
}
.product-inner {
    display: flex;
    gap: 0px;
}
.product-con h4 {
    font-family: var(--f1);
    font-size: 21px;
    color: rgb(102, 102, 102);
}

.product-con p {
    font-size: 14px;
    padding-left: 160px;
    padding-right: 186px;
    line-height: 1.48;
    margin-top: 12px;
}
section.Product-sec {
    padding: 20px 0;
}
.product-con {
    padding-left: 15px;
    margin-top: 20px;
}
/* eicr-sec */
.vc-logo.ericr-logo img {
    margin: 0;
    width: 100%;
}
section.vc-sec.eicr-sec {
    background: none;
}
.vc-logo.ericr-logo img {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 100px;
}
.vc-logo.ericr-logo-1 img {
    margin: 0;
    width: 100%;
}

.contact-card {
    padding: 30px 20px;
    text-align: center;
    background: #fff;
    font-family: Arial, sans-serif;
}

.contact-card p {
    margin: 8px 0;
    font-size: 19px;
    color: #000;
    font-family: var(--f2);
    font-weight: 300;
}

.divider {
    border-top: 1px dashed #000;
    margin: 25px 0;
}

.btn {
    display: block;
    margin: 12px auto;
    padding: 14px 18px;
    background: #1aa0ff;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 500;
    max-width: 100%;
    transition: background 0.3s ease;
}

.btn:hover {
    background: #0d8ae6;
}
section.contact-sec {
    background-image: url(https://dev-galvinelectrical.pantheonsite.io/wp-content/uploads/2025/12/download-5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 999;
    padding: 0px 0 470px;
}

section.contact-sec:before {
    position: absolute;
    content: '';
    background-color: #0000005c;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}
.contact-head h2 {
    font-size: 24px;
    font-family: var(--f1);
    text-align: center;
    margin: 30px 0;
    color: var(--c2);
}
.contact-form {
    margin: 40px auto;
    padding: 30px;
    border: 1px solid #ccc;
    font-family: Arial, sans-serif;
    background: var(--c2);
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
}

input,
textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #bbb;
    margin-bottom: 20px;
    font-size: 14px;
}

textarea {
    height: 240px;
    resize: none;
}



.submit-btn {
    display: block;
    margin: 0 auto;
    padding: 12px 50px;
    background: #1aa0ff;
    color: #fff;
    border: none;
    border-radius: 30px;
    font-size: 15px;
    cursor: pointer;
}

.submit-btn:hover {
    background: #0d8ae6;
}

/* Responsive */
@media (max-width: 768px) {
    .form-grid {
        grid-template-columns: 1fr;
    }

    textarea {
        height: 180px;
    }
}
.header-nav nav ul li a.active {
    border-bottom: 5px solid rgb(123, 204, 56);
    border-radius: 7px;
}

.header-nav nav ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 0%;
    background: var(--c1);
    z-index: -1;
    border-radius: 5px;
    transition: all .5s;
}

.header-nav nav ul li a:hover::before {
    width: 100%;
    height: 100%;
}

.header-nav nav ul li a:hover {
    color: var(--c2);
}

.header-image img {
    clip-path: polygon(0 0, 96% 0, 96% 100%, 0% 100%);
}
.footer-social a i:hover {
    color: rgb(241, 176, 100);
}