/* HOME STYLES */


/* COVER SECTION */
.cover-container {
    position: relative;
}

.cover-container::before {
    content: "";
    position: absolute;
    width: 742px;
    height: 737px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='742' height='279' viewBox='0 0 742 279' fill='none'%3E%3Cg style='mix-blend-mode:overlay'%3E%3Cpath d='M487.54 33.5174L487.986 9.36886L533.523 10.2094L702.829 185.883L667.641 185.233L737.395 257.61L737 278.999L688.703 278.108L522.784 105.948L557.971 106.597L487.54 33.5174Z' fill='%23FEF400'/%3E%3Cpath d='M366.798 31.2888L367.244 7.14034L412.781 7.98086L582.087 183.654L546.899 183.004L616.653 255.382L616.258 276.771L567.961 275.879L402.041 103.719L437.229 104.369L366.798 31.2888Z' fill='%23FEF400'/%3E%3Cpath d='M246.056 29.0603L246.502 4.91183L292.039 5.75234L461.344 181.425L426.157 180.776L495.91 253.153L495.516 274.542L447.219 273.651L281.299 101.491L316.487 102.14L246.056 29.0603Z' fill='%23FEF400'/%3E%3Cpath d='M125.314 26.8318L125.759 2.68331L171.297 3.52383L340.602 179.197L305.414 178.547L375.168 250.925L374.773 272.313L326.476 271.422L160.557 99.2623L195.745 99.9118L125.314 26.8318Z' fill='%23FEF400'/%3E%3Cpath d='M4.57149 24.6033L5.01722 0.454796L50.5544 1.29531L219.86 176.968L184.672 176.319L254.426 248.696L254.031 270.085L205.734 269.194L39.8148 97.0338L75.0026 97.6833L4.57149 24.6033Z' fill='%23FEF400'/%3E%3Cpath d='M664.891 13.325L740.177 90.2477C739.854 119.507 739.099 176.502 738.513 185.948L569.39 11.5622L664.891 13.325Z' fill='%23FEF400'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    mix-blend-mode: overlay;
    top: 430px;
    right: 0px;
    z-index: 1;
}

.cover-contents p {
    max-width: 1088px !important;
    line-height: 67.2px;
}

.cover-contents p code {
    font-family: var(--wp--preset--font-family--montserrat) !important;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0 100%);
    background-color: #fef400;
}

.cover-contents p code mark {
    padding: 10px;
}

/* SERVICES SECTION */

.home-services-section {
    background: 
        linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(245, 245, 245, 0.7) 100%), 
        url('https://www.yokohamabatteries.com.ph/wp-content/uploads/2025/02/home-services-bg-section-min-scaled.jpg') !important; 
}

.home-services-btn a{
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.home-services-btn a svg {
    transition: transform 0.5s ease;
}

.home-services-btn a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 255px; /* Adjust to control the triangle size */
    height: 100%;
    clip-path: polygon(0 0, 100% -590%, 0 100%);
    transition: clip-path 0.5s ease;
    background-color: var(--wp--preset--color--custom-tertiary) !important;
    z-index: -1;
}

.home-services-btn a:hover::before {
    clip-path: polygon(0 0, 100% -590%, 0 720%) !important;
}

.home-services-btn a:hover svg {
    transform: rotate(-40deg);
}

.home-service-icon-container {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 100px;
}

.icon-overlay {
    margin: 0;
}

.icon-overlay{
    position: absolute;
    top: 100%;
    left: 0%;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100px;
    transition: .2s ease;
}


.home-service-icon-container:hover .icon-overlay{
    top: 0%;
    height: 100px;
    margin-top: 0px;
}

/* HOME WHY CHOOSE YOKOHAMA SECTION */

.homepage-why-choose-section {
    background: url('https://www.yokohamabatteries.com.ph/wp-content/uploads/2025/02/home-why-choose-us-bg-scaled.jpg') center/cover no-repeat, #FEF400 !important;
    opacity: 1; /* Ensures full opacity for the container */
    background-blend-mode: overlay;
    position: relative;
}

.homepage-why-choose-section::after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='800' height='753' viewBox='0 0 800 753' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.35'%3E%3Cpath d='M458.333 -5H208.333L41.6667 244.822L141.667 461.335L458.333 -5Z' fill='%23B9BAC2'/%3E%3Cpath d='M0 752.794L500 -5H800L400 619.555L0 752.794Z' fill='%23B9BAC2'/%3E%3C/g%3E%3C/svg%3E%0A");
    width: 800px;
    height: 757.79px;
    right: 274px;
    /* top: calc(50% - 757.79px/2 - 191.6px); */
    top: 0px;
    background-repeat: no-repeat;


}


/* HOME CONTACT SECTION */

.home-contact-left-container {
    position: relative;
}

.home-contact-left-container::before {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='284' height='1082' viewBox='0 0 284 1082' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.1'%3E%3Cpath d='M108.157 370.27V362.52H106.197V370.27H108.157ZM111.052 367.375V365.415H103.302V367.375H111.052Z' fill='%23034DA2'/%3E%3Cpath d='M108.157 388.251V380.5H106.197V388.251H108.157ZM111.052 385.355V383.396H103.302V385.355H111.052Z' fill='%23034DA2'/%3E%3Cpath d='M108.157 270.075V262.324H106.197V270.075H108.157ZM111.052 267.179V265.22H103.302V267.179H111.052Z' fill='%23034DA2'/%3E%3Cpath d='M108.157 288.06V280.309H106.197V288.06H108.157ZM111.052 285.164V283.204H103.302V285.164H111.052Z' fill='%23034DA2'/%3E%3Cpath d='M108.157 306.044V298.293H106.197V306.044H108.157ZM111.052 303.148V301.189H103.302V303.148H111.052Z' fill='%23034DA2'/%3E%3Cpath d='M108.157 324.024V316.273H106.197V324.024H108.157ZM111.052 321.129V319.169H103.302V321.129H111.052Z' fill='%23034DA2'/%3E%3Cpath d='M108.157 228.97V221.219H106.197V228.97H108.157ZM111.052 226.074V224.114H103.302V226.074H111.052Z' fill='%23034DA2'/%3E%3Cpath d='M108.157 210.989V203.238H106.197V210.989H108.157ZM111.052 208.094V206.134H103.302V208.094H111.052Z' fill='%23034DA2'/%3E%3Cpath d='M31.0851 370.27V362.52H29.1254V370.27H31.0851ZM33.9807 367.375V365.415H26.2298V367.375H33.9807Z' fill='%23034DA2'/%3E%3Cpath d='M31.0851 270.075V262.324H29.1254V270.075H31.0851ZM33.9807 267.179V265.22H26.2298V267.179H33.9807Z' fill='%23034DA2'/%3E%3Cpath d='M31.0851 249.524V241.773H29.1254V249.524H31.0851ZM33.9807 246.629V244.669H26.2298V246.629H33.9807Z' fill='%23034DA2'/%3E%3Cpath d='M31.0851 288.06V280.309H29.1254V288.06H31.0851ZM33.9807 285.164V283.204H26.2298V285.164H33.9807Z' fill='%23034DA2'/%3E%3Cpath d='M31.0851 306.044V298.293H29.1254V306.044H31.0851ZM33.9807 303.148V301.189H26.2298V303.148H33.9807Z' fill='%23034DA2'/%3E%3Cpath d='M31.0851 324.024V316.273H29.1254V324.024H31.0851ZM33.9807 321.129V319.169H26.2298V321.129H33.9807Z' fill='%23034DA2'/%3E%3Cpath d='M31.0851 210.989V203.238H29.1254V210.989H31.0851ZM33.9807 208.094V206.134H26.2298V208.094H33.9807Z' fill='%23034DA2'/%3E%3Cpath d='M146.691 270.075V262.324H144.731V270.075H146.691ZM149.587 267.179V265.22H141.836V267.179H149.587Z' fill='%23034DA2'/%3E%3Cpath d='M146.691 288.056V280.305H144.731V288.056H146.691ZM149.587 285.16V283.2H141.836V285.16H149.587Z' fill='%23034DA2'/%3E%3Cpath d='M146.691 306.04V298.289H144.731V306.04H146.691ZM149.587 303.144V301.185H141.836V303.144H149.587Z' fill='%23034DA2'/%3E%3Cpath d='M146.691 324.024V316.273H144.731V324.024H146.691ZM149.587 321.129V319.169H141.836V321.129H149.587Z' fill='%23034DA2'/%3E%3Cpath d='M69.621 270.075V262.324H67.6613V270.075H69.621ZM72.5166 267.179V265.22H64.7657V267.179H72.5166Z' fill='%23034DA2'/%3E%3Cpath d='M69.621 249.524V241.773H67.6613V249.524H69.621ZM72.5166 246.629V244.669H64.7657V246.629H72.5166Z' fill='%23034DA2'/%3E%3Cpath d='M69.621 228.97V221.219H67.6613V228.97H69.621ZM72.5166 226.074V224.114H64.7657V226.074H72.5166Z' fill='%23034DA2'/%3E%3Cpath d='M69.621 288.056V280.305H67.6613V288.056H69.621ZM72.5166 285.16V283.2H64.7657V285.16H72.5166Z' fill='%23034DA2'/%3E%3Cpath d='M69.621 306.04V298.289H67.6613V306.04H69.621ZM72.5166 303.144V301.185H64.7657V303.144H72.5166Z' fill='%23034DA2'/%3E%3Cpath d='M69.621 324.024V316.273H67.6613V324.024H69.621ZM72.5166 321.129V319.169H64.7657V321.129H72.5166Z' fill='%23034DA2'/%3E%3Cpath d='M190.366 228.97V221.219H188.406V228.97H190.366ZM193.261 226.074V224.114H185.51V226.074H193.261Z' fill='%23034DA2'/%3E%3Cpath d='M190.365 288.056V280.305H188.406V288.056H190.365ZM193.261 285.16V283.2H185.51V285.16H193.261Z' fill='%23034DA2'/%3E%3Cpath d='M190.365 329.161V321.41H188.406V329.161H190.365ZM193.261 326.265V324.306H185.51V326.265H193.261Z' fill='%23034DA2'/%3E%3Cpath d='M190.366 349.716V341.965H188.406V349.716H190.366ZM193.261 346.82V344.86H185.51V346.82H193.261Z' fill='%23034DA2'/%3E%3Cpath d='M190.366 388.251V380.5H188.406V388.251H190.366ZM193.261 385.355V383.396H185.51V385.355H193.261Z' fill='%23034DA2'/%3E%3Cpath d='M209.633 288.063V280.312H207.674V288.063H209.633ZM212.529 285.168V283.208H204.778V285.168H212.529Z' fill='%23034DA2'/%3E%3Cpath d='M209.633 329.169V321.418H207.674V329.169H209.633ZM212.529 326.273V324.314H204.778V326.273H212.529Z' fill='%23034DA2'/%3E%3Cpath d='M209.633 386.97V379.219H207.674V386.97H209.633ZM212.529 384.074V382.114H204.778V384.074H212.529Z' fill='%23034DA2'/%3E%3Cpath d='M209.633 428.079V420.328H207.674V428.079H209.633ZM212.529 425.183V423.224H204.778V425.183H212.529Z' fill='%23034DA2'/%3E%3Cpath d='M209.633 349.72V341.969H207.674V349.72H209.633ZM212.529 346.824V344.864H204.778V346.824H212.529Z' fill='%23034DA2'/%3E%3Cpath d='M209.633 407.524V399.773H207.674V407.524H209.633ZM212.529 404.629V402.669H204.778V404.629H212.529Z' fill='%23034DA2'/%3E%3Cpath d='M209.633 448.626V440.875H207.674V448.626H209.633ZM212.529 445.73V443.771H204.778V445.73H212.529Z' fill='%23034DA2'/%3E%3Cpath d='M168.529 47.8564V40.1055H166.569V47.8564H168.529ZM171.424 44.9607V43.0011H163.673V44.9607H171.424Z' fill='%23034DA2'/%3E%3Cpath d='M168.529 108.227V100.477H166.569V108.227H168.529ZM171.424 105.332V103.372H163.673V105.332H171.424Z' fill='%23034DA2'/%3E%3Cpath d='M168.528 307.329V299.578H166.569V307.329H168.528ZM171.424 304.433V302.474H163.673V304.433H171.424Z' fill='%23034DA2'/%3E%3Cpath d='M168.529 428.075V420.324H166.569V428.075H168.529ZM171.424 425.179V423.22H163.673V425.179H171.424Z' fill='%23034DA2'/%3E%3Cpath d='M168.528 448.626V440.875H166.569V448.626H168.528ZM171.424 445.73V443.771H163.673V445.73H171.424Z' fill='%23034DA2'/%3E%3Cpath d='M128.709 28.5869V20.8359H126.749V28.5869H128.709ZM131.604 25.6912V23.7316H123.853V25.6912H131.604Z' fill='%23034DA2'/%3E%3Cpath d='M128.709 270.079V262.328H126.749V270.079H128.709ZM131.604 267.183V265.224H123.853V267.183H131.604Z' fill='%23034DA2'/%3E%3Cpath d='M128.709 370.27V362.52H126.749V370.27H128.709ZM131.604 367.375V365.415H123.853V367.375H131.604Z' fill='%23034DA2'/%3E%3Cpath d='M128.709 288.063V280.312H126.749V288.063H128.709ZM131.604 285.168V283.208H123.853V285.168H131.604Z' fill='%23034DA2'/%3E%3Cpath d='M128.709 388.251V380.5H126.749V388.251H128.709ZM131.604 385.355V383.396H123.853V385.355H131.604Z' fill='%23034DA2'/%3E%3Cpath d='M128.709 306.044V298.293H126.749V306.044H128.709ZM131.604 303.148V301.189H123.853V303.148H131.604Z' fill='%23034DA2'/%3E%3Cpath d='M128.709 406.235V398.484H126.749V406.235H128.709ZM131.604 403.34V401.38H123.853V403.34H131.604Z' fill='%23034DA2'/%3E%3Cpath d='M128.709 324.028V316.277H126.749V324.028H128.709ZM131.604 321.133V319.173H123.853V321.133H131.604Z' fill='%23034DA2'/%3E%3Cpath d='M128.709 424.22V416.469H126.749V424.22H128.709ZM131.604 421.324V419.364H123.853V421.324H131.604Z' fill='%23034DA2'/%3E%3Cpath d='M128.709 442.204V434.453H126.749V442.204H128.709ZM131.604 439.308V437.349H123.853V439.308H131.604Z' fill='%23034DA2'/%3E%3Cpath d='M128.709 187.868V180.117H126.749V187.868H128.709ZM131.604 184.972V183.013H123.853V184.972H131.604Z' fill='%23034DA2'/%3E%3Cpath d='M128.709 88.9579V81.207H126.749V88.9579H128.709ZM131.604 86.0623V84.1027H123.853V86.0623H131.604Z' fill='%23034DA2'/%3E%3Cpath d='M128.709 655.431V647.68H126.749V655.431H128.709ZM131.604 652.535V650.575H123.853V652.535H131.604Z' fill='%23034DA2'/%3E%3Cpath d='M128.709 596.345V588.594H126.749V596.345H128.709ZM131.604 593.449V591.489H123.853V593.449H131.604Z' fill='%23034DA2'/%3E%3Cpath d='M10.5321 28.5869V20.8359H8.57247V28.5869H10.5321ZM13.4277 25.6912V23.7316H5.67682V25.6912H13.4277Z' fill='%23034DA2'/%3E%3Cpath d='M10.5318 406.235V398.484H8.57222V406.235H10.5318ZM13.4275 403.34V401.38H5.67658V403.34H13.4275Z' fill='%23034DA2'/%3E%3Cpath d='M10.5318 424.22V416.469H8.57222V424.22H10.5318ZM13.4275 421.324V419.364H5.67658V421.324H13.4275Z' fill='%23034DA2'/%3E%3Cpath d='M10.5321 288.063V280.312H8.57247V288.063H10.5321ZM13.4277 285.168V283.208H5.67682V285.168H13.4277Z' fill='%23034DA2'/%3E%3Cpath d='M10.5318 88.9579V81.207H8.57222V88.9579H10.5318ZM13.4275 86.0623V84.1027H5.67658V86.0623H13.4275Z' fill='%23034DA2'/%3E%3Cpath d='M88.8885 28.5869V20.8359H86.9289V28.5869H88.8885ZM91.7842 25.6912V23.7316H84.0333V25.6912H91.7842Z' fill='%23034DA2'/%3E%3Cpath d='M88.8888 49.1415V41.3906H86.9292V49.1415H88.8888ZM91.7844 46.2459V44.2863H84.0335V46.2459H91.7844Z' fill='%23034DA2'/%3E%3Cpath d='M88.8885 406.235V398.484H86.9289V406.235H88.8885ZM91.7842 403.34V401.38H84.0333V403.34H91.7842Z' fill='%23034DA2'/%3E%3Cpath d='M88.8888 424.22V416.469H86.9292V424.22H88.8888ZM91.7844 421.324V419.364H84.0335V421.324H91.7844Z' fill='%23034DA2'/%3E%3Cpath d='M88.8885 442.204V434.453H86.9289V442.204H88.8885ZM91.7842 439.308V437.349H84.0333V439.308H91.7842Z' fill='%23034DA2'/%3E%3Cpath d='M88.8885 288.063V280.312H86.9289V288.063H88.8885ZM91.7842 285.168V283.208H84.0333V285.168H91.7842Z' fill='%23034DA2'/%3E%3Cpath d='M88.8885 306.044V298.293H86.9289V306.044H88.8885ZM91.7842 303.148V301.189H84.0333V303.148H91.7842Z' fill='%23034DA2'/%3E%3Cpath d='M88.8888 88.9579V81.207H86.9292V88.9579H88.8888ZM91.7844 86.0623V84.1027H84.0335V86.0623H91.7844Z' fill='%23034DA2'/%3E%3Cpath d='M88.8885 109.509V101.758H86.9289V109.509H88.8885ZM91.7842 106.613V104.653H84.0333V106.613H91.7842Z' fill='%23034DA2'/%3E%3Cpath d='M50.3531 6.75092V-1H48.3935V6.75092H50.3531ZM53.2488 3.85527V1.89565H45.4979V3.85527H53.2488Z' fill='%23034DA2'/%3E%3Cpath d='M50.3531 27.3017V19.5508H48.3935V27.3017H50.3531ZM53.2488 24.4061V22.4464H45.4979V24.4061H53.2488Z' fill='%23034DA2'/%3E%3Cpath d='M50.3531 270.079V262.328H48.3935V270.079H50.3531ZM53.2488 267.183V265.224H45.4979V267.183H53.2488Z' fill='%23034DA2'/%3E%3Cpath d='M50.3529 249.524V241.773H48.3933V249.524H50.3529ZM53.2485 246.629V244.669H45.4976V246.629H53.2485Z' fill='%23034DA2'/%3E%3Cpath d='M50.3531 370.27V362.52H48.3935V370.27H50.3531ZM53.2488 367.375V365.415H45.4979V367.375H53.2488Z' fill='%23034DA2'/%3E%3Cpath d='M50.3529 288.063V280.312H48.3933V288.063H50.3529ZM53.2485 285.168V283.208H45.4976V285.168H53.2485Z' fill='%23034DA2'/%3E%3Cpath d='M50.3531 388.251V380.5H48.3935V388.251H50.3531ZM53.2488 385.355V383.396H45.4979V385.355H53.2488Z' fill='%23034DA2'/%3E%3Cpath d='M50.3529 306.044V298.293H48.3933V306.044H50.3529ZM53.2485 303.148V301.189H45.4976V303.148H53.2485Z' fill='%23034DA2'/%3E%3Cpath d='M50.3531 406.235V398.484H48.3935V406.235H50.3531ZM53.2488 403.34V401.38H45.4979V403.34H53.2488Z' fill='%23034DA2'/%3E%3Cpath d='M50.3529 324.028V316.277H48.3933V324.028H50.3529ZM53.2485 321.133V319.173H45.4976V321.133H53.2485Z' fill='%23034DA2'/%3E%3Cpath d='M50.3531 424.22V416.469H48.3935V424.22H50.3531ZM53.2488 421.324V419.364H45.4979V421.324H53.2488Z' fill='%23034DA2'/%3E%3Cpath d='M50.3531 510.282V502.531H48.3935V510.282H50.3531ZM53.2488 507.387V505.427H45.4979V507.387H53.2488Z' fill='%23034DA2'/%3E%3Cpath d='M50.3531 596.345V588.594H48.3935V596.345H50.3531ZM53.2488 593.449V591.489H45.4979V593.449H53.2488Z' fill='%23034DA2'/%3E%3Cpath d='M50.3531 682.407V674.656H48.3935V682.407H50.3531ZM53.2488 679.512V677.552H45.4979V679.512H53.2488Z' fill='%23034DA2'/%3E%3Cpath d='M50.3531 442.204V434.453H48.3935V442.204H50.3531ZM53.2488 439.308V437.349H45.4979V439.308H53.2488Z' fill='%23034DA2'/%3E%3Cpath d='M50.3529 528.267V520.516H48.3933V528.267H50.3529ZM53.2485 525.371V523.411H45.4976V525.371H53.2485Z' fill='%23034DA2'/%3E%3Cpath d='M50.3529 614.329V606.578H48.3933V614.329H50.3529ZM53.2485 611.433V609.474H45.4976V611.433H53.2485Z' fill='%23034DA2'/%3E%3Cpath d='M50.3531 700.392V692.641H48.3935V700.392H50.3531ZM53.2488 697.496V695.536H45.4979V697.496H53.2488Z' fill='%23034DA2'/%3E%3Cpath d='M50.3529 187.868V180.117H48.3933V187.868H50.3529ZM53.2485 184.972V183.013H45.4976V184.972H53.2485Z' fill='%23034DA2'/%3E%3Cpath d='M50.3529 168.602V160.852H48.3933V168.602H50.3529ZM53.2485 165.707V163.747H45.4976V165.707H53.2485Z' fill='%23034DA2'/%3E%3Cpath d='M50.3531 67.1259V59.375H48.3935V67.1259H50.3531ZM53.2488 64.2303V62.2706H45.4979V64.2303H53.2488Z' fill='%23034DA2'/%3E%3Cpath d='M50.3529 87.6728V79.9219H48.3933V87.6728H50.3529ZM53.2485 84.7771V82.8175H45.4976V84.7771H53.2485Z' fill='%23034DA2'/%3E%3Cpath d='M-32.8303 933.523V828.275L-6.78946 802.234L72.7363 881.76C73.0193 882.043 72.8189 882.527 72.4187 882.527H30.6442V896.819C30.6442 897.315 30.2421 897.717 29.7459 897.717H-23.2517C-23.7478 897.717 -24.15 898.12 -24.15 898.616V904.957C-24.15 905.453 -23.7478 905.855 -23.2517 905.855H69.1629L103.884 940.576H259.044L281.83 963.362V1081.63H269.352V1035.43C269.352 1027.99 263.319 1021.95 255.877 1021.95H55.6L-32.8303 933.523Z' fill='%23034DA2'/%3E%3Cpath d='M121.246 903.683L-34.4568 747.981V622.117L152.169 808.743V826.104L244.397 918.331H121.246V903.683Z' fill='white' stroke='%23D2242A' stroke-width='2.64784'/%3E%3Cpath d='M146.201 782.703L-35 601.502V458.82L284 777.82V867.878L266.639 885.239H221.611L165.189 828.817V820.137L184.719 800.606H276.909C277.53 800.606 278.032 800.103 278.032 799.483V795.219C278.032 794.599 277.53 794.096 276.909 794.096H204.512C203.768 794.096 203.165 793.493 203.165 792.748V782.703H146.201Z' fill='%23034DA2'/%3E%3Cpath d='M116.904 495.404L-34.4579 344.042V216.008L152.168 402.634V421.622L249.821 519.275H116.904V495.404Z' fill='white' stroke='%23034DA2' stroke-width='2.64784'/%3E%3Cpath d='M-34.8703 197.914V92.6658L-8.8295 66.625L70.6963 146.151C70.9792 146.434 70.7789 146.918 70.3787 146.918H28.6042V161.21C28.6042 161.706 28.202 162.108 27.7059 162.108H-25.2917C-25.7879 162.108 -26.19 162.51 -26.19 163.006V169.347C-26.19 169.844 -25.7879 170.246 -25.2917 170.246H67.1229L101.844 204.967H257.004L279.79 227.753V286.344H53.56L-34.8703 197.914Z' fill='%23034DA2'/%3E%3C/g%3E%3C/svg%3E%0A");
    
    background-repeat: no-repeat;
    left: 0;
    top: -40px;
    width: 319px;
    height: 1082px;
    background-size: contain;
}

.gform_required_legend {
    display: none;
}

#gform_fields_1 .gfield_label.gform-field-label {
    font-family: var(--wp--preset--font-family--montserrat) !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    text-transform: uppercase;
}

#gform_fields_1 .ginput_container input{
    border: 1px #E0E0E4 solid;
    border-radius: 8px;
    padding: 12px;
    transition: border-color var(--hover-transition-duration, 200ms) var(--hover-transition-timing, ease);
    color: var(--wp--preset--color--neutral-12);
}

#gform_fields_1 .ginput_container textarea{
    border: 1px #E0E0E4 solid;
    border-radius: 8px;
    padding: 12px;
    transition: border-color var(--hover-transition-duration, 200ms) var(--hover-transition-timing, ease);
    color: var(--wp--preset--color--neutral-12);
}

#gform_fields_1 .ginput_container input:focus {
    outline-width: 0px !important;
    border-color: var(--wp--preset--color--neutral-12);
}

#gform_fields_1 .ginput_container textarea:focus {
    outline-width: 0px !important;
    border-color: var(--wp--preset--color--neutral-12);
}

#gform_fields_1 .ginput_container.ginput_container_consent {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

#gform_fields_1 .ginput_container.ginput_container_consent input {
    border: 1px #1F2023 solid;
    border-radius: 4px;
    padding: unset;
    width: 18px;
    height: 18px;
    margin: 0;
    z-index: 1;
}

#gform_fields_1 .gform-field-label.gform-field-label--type-inline.gfield_consent_label {
    font-family: var(--wp--preset--font-family--montserrat) !important;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
}

#gform_fields_1 .gform-field-label.gform-field-label--type-inline.gfield_consent_label a {
    text-decoration: underline;
    color: #1F2023;
}

#gform_submit_button_1 {
    background-color: var(--wp--preset--color--custom-tertiary) !important;
    border: 1px var(--wp--preset--color--custom-tertiary) solid;
    border-radius: 8px;
    padding: 16px 24px;
    font-family: var(--wp--preset--font-family--montserrat) !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFF;
    max-width: 130px;
    max-height: 62px;
    cursor: pointer;
    transition: border-color var(--hover-transition-duration, 200ms) var(--hover-transition-timing, ease);
}

#gform_submit_button_1:hover {
    background-color: #fef400 !important;
    border-color: #fef400 !important;
    color: var(--hover-color) !important;
}

#gform_submit_button_1:focus {
    outline-width: 0px !important;
}

.map-container {
    overflow: hidden;
}

/*POPUP*/

.tel-container a, .mobile-container a {
    color: #000000 !important;
}

.tel-container a:hover, .mobile-container a:hover {
    color: var(--wp--preset--color--custom-secondary) !important;
}

@media (max-width: 1600px){
    /* CONTACT SECTION */

    .map-container {
        max-width: 43.75vw !important;
        width: 100%;
    }
    .map-container iframe {
        width: 100%;
    }
    .home-contact-left-container {
        padding-left: clamp(1.25rem, -15.1923rem + 34.2548vw, 19.0625rem) !important;
    }
    .home-contact-whole-row {
        gap: clamp(1.875rem, -1.0096rem + 6.0096vw, 5rem) !important;
    }
    
}

@media (max-width: 1366px){

    /* CONTACT SECTION */
    .home-contact-left-container #gform_fields_1 .gfield--type-consent.gfield--type-choice.gfield--input-type-consent {
        grid-column: span 8;
    }
    .home-contact-left-container .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
        grid-column: span 2;
    }

}

@media (max-width: 1024px){
    .home-services-section {
        padding-left: clamp(1.25rem, -0.0286rem + 6.2947vw, 4rem) !important;
        padding-right: clamp(1.25rem, -0.0286rem + 6.2947vw, 4rem) !important;
    }
    .home-contact-whole-row {
        flex-direction: column;
    }
    .home-contact-left-container {
        padding-top: 40px;
        padding-right: 40px;
    }
    .map-container {
        max-width: unset !important;
    }
    .map-container iframe {
        max-width: unset;
    }
    .home-contact-left-container .gform_wrapper.gravity-theme .gfield.gfield--width-quarter {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
}

@media (max-width: 767px){
    .home-contact-whole-row {
        flex-wrap: wrap !important;
    }
    .home-contact-left-container {
        padding: 64px !important;
        width: 100%;
        max-width: 100%;
    }
    .map-container {
        max-width: 100% !important;
    }
}

@media (max-width: 600px) {
    .homepage-why-choose-section::after {
        right: -225px;
    }
    .homepage-why-choose-section {
        overflow: hidden;
    }
    .cover-contents p {
        max-width: 400px !important;
        width: 100%;
    }
}


@media (max-width: 480px){
    .home-contact-left-container {
        padding: 20px !important;
    }
    .home-contact-left-container .gform_wrapper.gravity-theme .gfield.gfield--width-quarter { 
        bottom: 28px;
    }

    .home-contact-left-container .gform_wrapper.gravity-theme .gfield.gfield--width-quarter  input {
        padding: 5px 20px !important;
        font-size: 15px !important;
    }
}