/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Author: bitogrid
Author URI: bitogrid.com
*/


/* ================= GLOBAL ================= */
body, h1, h2, h3, h4, h5, h6 ,p ,span, div, a {
    font-family: 'CreatoDisplay', sans-serif !important;
}

a{
	text-decoration: none !important;
}

/* ================= HEADER ================= */
.page-header{
	margin: 0;
    background-color: #293C788C;
    background-image: url(https://enbridg.bitogrid.com/wp-content/uploads/2026/03/banner.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 30px 30px;
}

.page-header h1.entry-title{
	align-items: center;
    font-size: 70px;
    font-weight: 700;
    text-align: center;
	margin: 0;
	min-height: 480px;
}

.banner-cont{
	min-height: inherit;
}

/* ================= BUTTON ARROW ================= */
.btn-arr a::before, .btn-wa a::before {
    content: "↗" !important;
    position: absolute !important;
    width: 30% !important;
    height: 100% !important;
    background-color: #ee3131 !important;
    top: 0 !important;
    left: -40px !important;
    opacity: 1 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 900;
    z-index: 99 !important;
    border-radius: 50%;
}

.btn-arr a:hover::before {
    transform: rotate(45deg);
    left: -30px !important;
    background: #d12626 !important;
    border: 2px solid #fff;
}

/* ================= NAV ================= */
.elementor-26 .elementor-element.elementor-element-9a39e6 .elementskit-navbar-nav > li.current-menu-item > a::before{
    content: "";
    position: absolute;
    width: 2px;
    height: 60%;
    background: #d12626;
    left: -5px;
    bottom: 5px;
}

.elementor-26 .elementor-element.elementor-element-9a39e6 .elementskit-navbar-nav > li.current-menu-item > a::after{
    content: "";
    position: absolute;
    width: 120%;
    height: 2px;
    background: #d12626;
    left: -5px;
    bottom: 5px;
}

/* ================= STATS ================= */
.stat-bg-spread::before{
    content:"";
    position: absolute;
    top: -120px !important;
    left: 0;
    width: 100%;
    height: 150px;
    background-image: linear-gradient(0deg, #010831 20%, #ffffff00 100%);
    z-index: 1;
    opacity: 1;
}

.counter-stats{
    z-index: 9;
}

.counter-stats .elementor-counter-number,
.counter-stats .elementor-counter-number-suffix{
    background: linear-gradient(180deg, #E02930 50%, #ffa3a7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ================= SLIDER ================= */
.swiper-slide{
	justify-content: center;
}

.logo-slider img{
    height: 50px;
    width: auto;
    object-fit: contain;
    cursor: pointer;
}

/* ================= TITLES ================= */
.gradient-title h2{
	background: linear-gradient(90deg, #273874 40%, #FF4040 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: fit-content;
}

.red-gradient h2{
	background: linear-gradient(90deg, #E13232 20%, #fff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: fit-content;
}

.gradient-title-rev h2{
	background: linear-gradient(90deg, #FF4040 40%,  #273874 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: fit-content;
}

/* ================= CF7 FORM ================= */
.cf7-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.cf7-field label {
  font-size: 14px !important;
  color: #cfd6e6 !important;
}

.cf7-field input {
  padding: 14px 16px !important;
  background: rgba(255,255,255,0.05) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-size: 14px !important;
  transition: 0.3s !important;
}

.cf7-field input::placeholder {
  color: #7f8ca8 !important;
}

.cf7-field input:focus {
  border-color: #1da1ff !important;
  background: rgba(255,255,255,0.08) !important;
  box-shadow: 0 0 10px rgba(29,161,255,0.3) !important;
}

.cf7-submit {
  margin-top: 30px !important;
}

.cf7-submit input {
  background: transparent !important;
  color: #fff !important;
  border: 1px solid rgba(255,255,255,0.6) !important;
  padding: 14px 40px !important;
  border-radius: 40px !important;
  font-size: 16px !important;
  cursor: pointer !important;
  transition: 0.3s !important;
}

.cf7-submit input:hover {
  background: #fff !important;
  color: #0b1635 !important;
}

.wpcf7 form p {
  margin: 0 !important;
}

.wpcf7-response-output{
	border-color: #e53935 !important;
	color: #e53935;
	border-radius: 10px;
}

/* ================= CONTACT FORM ================= */
.enbridg-form {
  max-width: 1100px;
  margin: auto;
}

.enbridg-grid {
  display: flex;
  gap: 40px;
}

.enbridg-left,
.enbridg-right {
  flex: 1;
}

.en-input {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px !important;
  border: 1px solid #d3d9e6;
  border-radius: 6px;
  font-size: 14px;
  background: #fff;
}

.enbridg-left p{
	width: 100%;
}

/* ================= BUTTON SYSTEM ================= */
.btn-group {
  display: flex;
  gap: 50px;
  margin-left: 40px;
  z-index: 9;
}

.header-btn{
	margin: 0 !important;
}

/* COMMON */
.btn-custom,
.btn-custom-1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  text-decoration: none !important;
  color: #fff;
  line-height: 1;
}

/* ICON */
.btn-custom .icon,
.btn-custom-1 .icon,
.btn-custom.whatsapp .icon {
  position: absolute;
  left: -40px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .6s ease;
}

/* RED BUTTON */
.btn-custom-1 {
  background: #e53935;
  padding: 12px 28px;
}

.btn-custom-1 .icon {
  left: -45px;
  width: 40px;
  height: 40px;
}

.btn-custom-1 .icon::before {
  content: "↗";
  color: #fff;
  font-size: 16px;
}

.btn-custom-1:hover .icon {
  left: 0px !important;
}

.btn-custom-1:hover .text {
  margin-left: 30px;
	color: #fff;
}

/* WHATSAPP */
.btn-custom.whatsapp {
  background: #4CAF50;
}

.btn-custom.whatsapp .icon {
  background: #4CAF50;
  color: #fff;
  font-size: 18px;
}

.btn-custom.whatsapp:hover,
.btn-custom.whatsapp:hover .icon {
  background: #47AD43;
  color: #fff;
}

.btn-custom.whatsapp:hover .icon {
  transform: rotate(45deg);
  border: 2px solid #fff;
  left: 0px;
}

/* ================= ELEMENTOR BG ================= */
.elementor .elementor-background-slideshow__slide__image{
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: bottom center !important;
}

.elementor-background-slideshow__slide{
	max-height: 100% !important;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1024px){
    .btn-custom {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
  .cf7-grid {
    grid-template-columns: 1fr !important;
  }

  .cf7-submit {
    text-align: center !important;
  }

  .enbridg-grid {
    flex-direction: column;
  }

  .btn-group{
    flex-direction: column;
    gap: 10px;
  }
}
.btn-custom-1.explore-1 .icon {
  background: #e53935;
  color: #fff;
  font-size: 16px;
	border: 1px solid #fff;
}
.btn-custom-1.explore-1 .icon::before{
        content: "↗" !important;
        align-items: center;
    font-size: 20px;
    font-weight: 900;display: flex;
    justify-content: center;
    align-items: center;
        top: 0 !important;
}


/* WRAPPER (VERY IMPORTANT) */
.enbridg-form {
    max-width: 1100px;
    margin: auto;
}

/* GRID */
.enbridg-form .enbridg-grid {
    display: flex;
    gap: 40px;
}

/* LEFT / RIGHT */
.enbridg-form .enbridg-left,
.enbridg-form .enbridg-right {
    flex: 1;
}

/* INPUTS (SCOPED) */
.enbridg-form .en-input {
    width: 100%;
    padding: 14px;
    margin-bottom: 15px !important;
    border: 1px solid #d3d9e6;
    border-radius: 6px;
    font-size: 14px;
    background: #fff;
}

.enbridg-left p {
    width: 100%;
}

/* RADIO */
.enbridg-form .en-radio .wpcf7-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.enbridg-form .en-radio input[type="radio"] {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #e53935;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.enbridg-form .en-radio input[type="radio"]:checked::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #e53935;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
}

/* NOTE */
.enbridg-form .en-note {
    font-size: 12px;
    color: #6b7a99;
    margin-top: 20px;
}

.wpcf7-list-item-label {
    color: #273874;
}

/* .en-submit-wrap {
    margin-left: 40px;
} */

/* BUTTON */
/* .enbridg-form .en-submit {
    background: #e53935;
    color: #fff;
    border: none;
    padding: 14px 25px;
    border-radius: 40px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}  */

/* .en-submit {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 10px 15px !important;
    border-radius: 50px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    color: #fff !important;
    line-height: 1 !important;
} */

/* .en-submit .icon {
    position: absolute !important;
    left: -40px !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: .6s ease !important;
}

.en-submit.explore-1:hover .icon {
    transform: rotate(45deg) !important;
    left: -30px !important;
    border: 2px solid #fff !important;
}

.en-submit.explore-1 {
    background: #e53935 !important;
}

.en-submit.explore-1:hover,
.en-submit.explore-1:hover .icon {
    background: #D12626 !important;
    color: #fff !important;
	left: 0 !important;
}

.en-submit.explore-1 .icon {
    background: #e53935 !important;
    color: #fff !important;
    font-size: 16px !important;
}

.en-submit.explore-1 .icon::before {
    content: "↗" !important;
    align-items: center;
    font-size: 18px !important;
    font-weight: 900;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    top: 0 !important;
} */

/* .enbridg-form .en-arrow { background: #fff; color: #e53935; border-radius: 50%; padding: 6px; font-size: 12px; } */
/* RESPONSIVE */
@media (max-width: 768px) {
    .enbridg-form .enbridg-grid {
        flex-direction: column;
    }
}

.wpcf7-response-output {
    border-color: #e53935 !important;
    color: #e53935;
    border-radius: 10px;
}

.anim-bg-sec,.anim-bg-rev{
	overflow-x: clip;
}

/* TOP LEFT GLOW */
.anim-bg-sec::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background-color: #3b82f6 !important;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.3;
  top: -150px;
  left: -150px;
  animation: float1 5s ease-in-out infinite alternate;
}

/* BOTTOM RIGHT GLOW */
.anim-bg-sec::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background-color: #3b82f6 !important;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.3;
  bottom: -150px;
  right: -150px;
  animation: float2 5s ease-in-out infinite alternate;
}

.anim-bg-rev::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background-color: #3b82f6 !important;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.3;
  top: -150px;
  left: -150px;
  animation: float1 5s ease-in-out infinite alternate;
	
}

/* BOTTOM RIGHT GLOW */
.anim-bg-rev::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background-color: #3b82f6 !important;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.3;
  bottom: -150px;
  right: -150px;
  animation: float2 5s ease-in-out infinite alternate;
}


@keyframes float1 {
  from { transform: translate(0, 0); }
  to   { transform: translate(60px, 60px); }
}

@keyframes float2 {
  from { transform: translate(0, 0); }
  to   { transform: translate(-60px, -60px); }
}


/* Icon Animations */


.float-icon {
  display: inline-block;
  animation: floatTilt 6s ease-in-out infinite;
  transform-origin: center;
}

@keyframes floatTilt {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-8px) rotate(2deg);
  }
  50% {
    transform: translateY(-15px) rotate(0deg);
  }
  75% {
    transform: translateY(-8px) rotate(-2deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}

.float-slow {
  animation-duration: 8s;
}

.float-fast {
  animation-duration: 4s;
}

.float-delay {
  animation-delay: 2s;
}



.animateWaves,.animateWaves .elementor-widget-html{
	height: 100%;
}


/* Button  */

  .hover-expand-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
		text-decoration: none;
    color: #fff;
		max-width: fit-content;
}

/* arrow circle */
.arrow-circle {
    width: 48px;
    height: 48px;
    background: #e53935;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: transform 0.4s ease, background 0.4s ease, color 0.4s ease;
    position: relative;
    z-index: 2;
}

/* pill button */
.btn-pill {
    position: relative;
    padding: 14px 34px;
    background: transparent;
    border-radius: 40px;
    font-weight: 600;
    z-index: 2;
}

/* expanding yellow background */
.hover-expand-btn::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: calc(100% - 60px);
    background: #e53935;
    border-radius: 40px;
    transition: width 0.4s ease;
    z-index: 1;
}

.whatsapp-btn::before , 
.whatsapp-btn .arrow-circle  {
	    background: #4CAF50;
}

/* arrow has its own yellow background initially */
.arrow-circle {
    background: #e53935;
}
.arrow-circle img{
    filter: invert(1);
    width: 15px !important;
    transition: transform 0.4s ease;
    height: auto !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
}
.hover-expand-btn:hover {
    color: #fff;
}

/* hover animation */
.hover-expand-btn:hover::before {
    width: 90%;
}

/* arrow slides into pill */
.hover-expand-btn:hover .arrow-circle{
    transform: translateX(26px) scale(0.9);
    background: #fff;
/*     color: #000; */
}
.hover-expand-btn:hover .arrow-circle img{
    filter: invert(0);
	    transform: scale(0.9);

}

.hover-btn-group{
	gap: 10px;
	display: inline-flex;
}

@media (max-width: 598px){
	.hover-btn-group{
	flex-direction: column;
	}
	.elementor-counter-title{
		text-align: center
	}
}

.whatsapp-btn:hover .arrow-circle{
    transform: translateX(26px) scale(0.9);
}
.whatsapp-btn .arrow-circle i{ 
	font-size: 25px
}

.whatsapp-btn:hover .arrow-circle i{
	color: #000
}
.mt-50{
	margin-top: 50px;
}

[type=button], [type=submit], button{
	background: transparent;
	border: none;
	padding:0;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{
	background: transparent;
}

.en-submit-wrap .hover-expand-btn:hover .arrow-circle {
    transform: translateX(22px) scale(0.9);
   
}

/* BACKGROUND ANIMATION */
.elementor-23 .elementor-element.elementor-element-67a8f84:not(.elementor-motion-effects-element-type-background),
.elementor-23 .elementor-element.elementor-element-67a8f84 > .elementor-motion-effects-container > .elementor-motion-effects-layer, .elementor-23 .elementor-element.elementor-element-cfea7a5:not(.elementor-motion-effects-element-type-background), .elementor-23 .elementor-element.elementor-element-cfea7a5 > .elementor-motion-effects-container > .elementor-motion-effects-layer {

    animation: floatingBg 6s ease-in-out infinite;
    background-position: center;
    background-size: 120%;
}

@keyframes floatingBg {

    0% {
        background-position: center 0px;
    }

    50% {
        background-position: center 20px;
    }

    100% {
        background-position: center 0px;
    }

}


.slider-btn .btn-pill{
	font-size: 12px;
	padding: 10px 25px;
}
.slider-btn:hover .arrow-circle {
    transform: translateX(16px) scale(0.8);
	
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth body {
  overflow: hidden;
}



