/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.5.1767722014
Updated: 2026-01-06 17:53:34
*/

/* =====================================================
   Font Faces
===================================================== */
    /* Base styles to hide the default cursor */
        *, *::before, *::after {
            /*cursor: none !important;*/
        }
		body {
    overflow-x: hidden !important;
}	
@font-face {
    font-family: "HelveticaWeb";
    src: url("../fonts/Helvetica.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "HelveticaWeb";
    src: url("../fonts/Helvetica-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* =====================================================
   ROOT VARIABLES – COLORS, FONTS & RESPONSIVE TYPOGRAPHY
===================================================== */
:root {

    /* ======================
       COLORS
    ====================== */
    --theme-color: #00eafe;
    --primary-color: #43268e;
    --body-color: #ffffff;
    --white-color: #ffffff;
    --black-color: #000000;

    --heading-color: rgb(39, 39, 39);
    --para-color: rgb(39, 39, 39);
    --sub-heading-color: rgb(71, 39, 162);
    --small-sub-heading-color: rgb(67, 38, 142);
      --color-cursor: 220, 90, 90;
      --cursor-outline-shade: 0.3;
      --cursor-size: 10px;
      --cursor-outline-size: 12px;
    /* ======================
       FONT FAMILY
    ====================== */
    --font-helvetica:
        "Helvetica Neue",
        Helvetica,
        Arial,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;

    /* ======================
       TYPOGRAPHY (SLIGHTLY REDUCED)
    ====================== */

    /* Banner / Hero */
    --banner-font: 700 clamp(2.1rem, 2.6vw, 3.0rem) / 1.25 var(--font-helvetica);

    /* Main Headings */
    --heading-font: 700 clamp(1.2rem, 3.2vw, 2.0rem) / 1.25 var(--font-helvetica);

    /* Section Sub-Headings */
    --sub-heading-font: 700 clamp(1.2rem, 1.7vw, 1.25rem) / 1.3 var(--font-helvetica);

    /* Small Headings */
    --small-sub-heading-font: 700 clamp(0.95rem, 1.2vw, 1rem) / 1.2 var(--font-helvetica);

    /* Paragraph Text */
    --para-font: 400 clamp(0.95rem, 1.3vw, 1rem) / 1.6 var(--font-helvetica);

    /* Body Text */
   --body-font: 400 clamp(0.9rem, 1vw, 1rem) / 1.6 var(--font-helvetica);

    /* Navigation */
    --nav-font: 400 clamp(0.9rem, 1vw, 1rem) / 1.3 var(--font-helvetica);

    /* Buttons */
    --btn-font: 500 clamp(0.9rem, 1.1vw, 1.05rem) / 1.2 var(--font-helvetica);

    /* Footer */
    --footer-font: 400 clamp(0.85rem, 0.95vw, 0.95rem) / 1.5 var(--font-helvetica);
}

/* =====================================================
   Global Elements
===================================================== */

a {
    text-decoration: none !important;
}

/* Sticky section (actual moving element) */
.et_pb_section.et_pb_sticky--top {
  transition: transform 0.6s ease-in-out !important;
  will-change: transform;
}

/* Hide on scroll down */
header.header-hide .et_pb_section.et_pb_sticky--top {
  /* transform: translateY(-100%); */
}

/* Show on scroll up */
header.header-show .et_pb_section.et_pb_sticky--top {
  /* transform: translateY(0); */
}

.et_pb_fullwidth_menu .et_pb_menu__menu>nav>ul>li>ul {
    /*left: -130% !important;*/
}

.nav li li ul {
    left: 100%;
}
/* Remove all WP active styling */
.current-menu-item > a,
.current_page_item > a,
.current-menu-parent > a,
.current-menu-ancestor > a,
.current_page_parent > a,
.current_page_ancestor > a {
  color: inherit !important;
  background: none !important;
}

/* Only custom active should be orange */
.sub-menu li.menu-active > a {
  color: #ff6a00 !important;
  font-weight: 600 !important;
}
header.et-l.et-l--header.header-show{
    padding-top:0.5rem;
}
.et_pb_fullwidth_menu_0_tb_header.et_pb_fullwidth_menu ul li a{
    line-height:20px;
}
/* =====================================================
   Footer
===================================================== */

#footer {
    background: #272727;
    position: relative;
    overflow: hidden;
    padding: 20px 2rem !important;
}

#footer .footer-logo picture {
    width: 304px;
    height: auto;
    display: inline-block;
}

#footer .footer-links h3 {
    color: var(--white-color);
    margin-bottom: 1rem;
    font: 600 clamp(0.9rem, 2.2vw, 1rem) / 1.6 var(--font-helvetica);
}

#footer .footer-links ul {
    padding: 0;
    margin: 0;
}

#footer .footer-links ul li,
#footer .footer-links ul li a {
    font: var(--footer-font);
    color: var(--white-color);
    margin-bottom: 1rem;
    display: block;
    border: 0;
	padding-inline:0;
}

.footer-links.quick-links ul {
    /* column-count: 2; */
}

.footer-links.social-links {
    padding-inline-start: 3rem;
}

/* =====================================================
   Footer Copyright
===================================================== */

.footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 4rem;
}

.footer-copyright p {
    margin-bottom: 0;
    font: var(--body-font);
    color: var(--white-color);
}

.footer-copyright span {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.footer-copyright span a {
    color: var(--white-color);
}
/* #header-container .et_pb_row.clearfix { */
    /* margin-inline-start: 3%;  */
    /* max-width: 100% !important; */
/* } */

#header-container li.mega-menu>ul.sub-menu{
      /* left: 60% !important; */
      left: 50% !important;
}
header.et-l.et-l--header.header-show{
	padding-top:0 !important;
}
/* =====================================================
   Back To Top Button
===================================================== */

#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease,
                box-shadow 0.3s ease,
                opacity 0.3s ease;
    opacity: 0;
    pointer-events: none;
    z-index: 9999;
}

#back-to-top.show {
    opacity: 1;
    pointer-events: auto;
}

#back-to-top:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}
.home-icon {
    background: url(https://istreetnetwork.com/wp-content/uploads/2026/01/home.png) no-repeat;
    background-position: center;
    background-size: 25px;
}

.home-icon a {
    opacity: 0;
}
.home-icon a:hover {
    opacity: 0;
}

li.mega-menu{
position:static !important;
}

li.mega-menu > ul.sub-menu{
position:absolute;
left:50% !important;
transform:translateX(-50%);
width:100vw;
max-width:100vw;
margin:0;
}

/* STEP 2 — 5 COLUMN GRID */

li.mega-menu > ul.sub-menu{
  display:grid !important;
  grid-template-columns: repeat(5, 1fr);
  gap:0px;
  padding: 30px 40px;
}


.et-menu-nav li.mega-menu ul li.menu-item-object-page a {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    padding: 5px 0;
}

.et-menu-nav li.mega-menu>ul>li {
    width: 100%;
}

.et_pb_fullwidth_menu_0_tb_header.et_pb_fullwidth_menu .et-menu-nav li.mega-menu>ul>li>a:first-child {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 18px !important;
    padding-inline: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
    margin-bottom: 1rem;
     /* color: #adadad !important; */
	color:var(--theme-color) !important;
    height: 45px;
}
.nav li.et-reverse-direction-nav li ul {
    top: -172% !important;
}
.et_pb_fullwidth_menu_0_tb_header.et_pb_fullwidth_menu .nav li ul.sub-menu li.current-menu-item a{
	color:var(--theme-color) !important;
}
/* ======================
   LEGAL PAGE
====================== */

.legal-page{
padding:60px 0;
background:#ffffff;
}

.legal-content{
font-size:16px;
line-height:1.9;
color:#000;
font-weight:400;
}

/* Effective Date */

.legal-content p:first-child{
font-weight:600;
color:#000;
margin-bottom:20px;
}

/* Main Section Number (1,2,3...) */

.legal-content > ol{
counter-reset: section;
padding-left:0;
margin-top:0;
}

.legal-content > ol > li{
list-style:none;
margin-top:10px;
font-size:16px;
font-weight:400;
color:#000;
}

/* Sub numbering (1.1, 1.2, etc) */

.legal-content p{
margin-bottom:0;
font-size:16px;
font-weight:400;
color:#000;
}

.legal-content strong{
color:#000;
font-weight:600;
}

/* Inner list */

.legal-content ol{
	padding-top:20px;
}

.legal-content ol ol{
padding-left:25px;
margin-top:10px;
}

.legal-content ol ol li{
font-size:16px;
font-weight:400;
color:#000;
margin-bottom:10px;
}

/* Links */

.legal-content a{
color:#000;
text-decoration:none;
}

.legal-content a:hover{
text-decoration:underline;
}

/* Contact Email */

.legal-content strong + p,
.legal-content strong{
color:#000;
}

.newsletter-form .form-control {
    background: unset;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    opacity: unset;
    color: #fff;
    outline: 0;
    box-shadow: unset;
}

.newsletter-form .form-control::placeholder {
    color: #fff;
    opacity: 0.5;
    font-size: 12px;
}

.newsletter-form .primary-btn {
    background: #fff;
    border: 0;
    color: var(--primary-color);
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #fff;
    font-size: 13px;
    line-height: normal;
}
#searchform {
    position: relative;
}

#live-result {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    padding: 10px;
    z-index: 999;
    display: none;
}

#live-result div {
    padding: 10px 10px;
    border-radius: 8px;
}

#live-result div:hover {
    background: #f3f3f3;
}

#live-result a {
    text-decoration: none;
    color: #222;
    font-size: 14px;
    display: block;
    line-height: 20px;
}
#request_form input.text, 
#request_form input.title, 
#request_form input[type=email], 
#request_form input[type=password], 
#request_form input[type=tel], 
#request_form input[type=text], 
#request_form select, 
#request_form textarea {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 2px 10px;
    color: #4e4e4e;
    height: 50px;
    width: 100%;
}
#request_form .cf7-submit .main-btn {
    background: var(--theme-color);
    border: 0;
    width: 100%;
    margin-top: 1rem;
	color:var(--primary-color);
}
div#wpcs_tab_4433{
	border-radius: 999px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.6);
}
#request_form .wpcf7-response-output{
	color:#46b450 !important; 
}
#request_form .big-textarea {
    height: 100px !important;
}

#request_form input::placeholder,
#request_form textarea::placeholder{
	color:#4e4e4e !important;
}
#request_form .cf7-col{
	width:100% !important;
}

#main-content .container:before {
    content: unset;
}
.four-zero-four {
    max-width: 70%;
	margin: auto;
}

div#left-area {
    margin-bottom: 0;
    padding-bottom: 0;
}
/* Mobile Responsive */
@media screen and (max-width: 1024px) {
    #rmp_menu_trigger-1144 {
        top: 8%;
    }
}
@media (max-width:768px){

.legal-content{
font-size:15px;
line-height:1.8;
}

.legal-content > ol > li{
font-size:20px;
}

}