/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");

/* General */
.et_pb_row, .container {
    max-width: 2000px;
    width: 90%;
}
#sidebar, #main-content .container::before {
    display: none !important;
}
#left-area {
    width: 100% !important;
    padding-right: 0 !important;
}
a, div, p, em, i, u {
    font-family: "RadioCanada" !important;
    font-weight: 400;
}
strong, h1,h2,h3,h4,h5,h6, h1 *, h2 *, h4 *, h5 *, h3 *, h6 * {
    font-family: "RadioCanada Bold" !important;
    font-weight: 400 !important;
}

/* Header */
#main-header, #main-header.et-fixed-header {
    box-shadow: none !important;
    max-width: 95% !important;
  margin: auto;
  left: 0;
  right: 0;
  top: 40px !important;
  border-radius: 6px !important;
  background: rgba(255,255,255,.6) !important;
  backdrop-filter: blur(10px);
}
#top-menu > li {
    padding-right: 32px !important;
}
#top-menu > li:last-child {
    transition: .3s ease-in-out;
    padding-right: 0 !important;
}
#et-top-navigation {
    padding-top: 15px !important;
}
.et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 15px !important;
}
#top-menu > li:last-child a {
    padding: 14px 25px !important;
    background: #71FFF5 !important;
    color: #1B2F56 !important;
    border-radius: 50px !important;
}
#top-menu li.current-menu-item a {
	font-family: "RadioCanada Bold" !important;
  font-weight: 400 !important;
}

/* Page */
#front .et_pb_slide {
    height: 100vh !important;
    padding-left: 2.5% !important;
}
#front .et_pb_slides .et_pb_slider_container_inner {
    vertical-align: bottom !important;
}
#front {
    padding-top: 0 !important;
}
#front .et_pb_slide_description {
    padding: 0 25% 100px 2.5% !important;
}
#front a.et_pb_button {
    border: 1px solid white !important;
    color: white !important;
    background: none !important;
}
#front a.et_pb_button:hover {
    border: 1px solid #71fff5 !important;
    background: #71fff5 !important;
    color: #1b2f56 !important;
}
#front .et_pb_slide_title, #main-content h2 {
    font-size: 7vw;
    margin-bottom: 50px;
    line-height: 6.5vw;
}
.border-top {
    border-top: 1px solid #1b2f56 !important;
    padding-top: 5px !important;
}
.height-100 {
    height: 100vh;
    display: grid;
    align-content: center;
}
h6 {
    font-size: 26px !important;
}
.services-row-new .et_pb_text {
    display: inline-block;
    width: 35%;
    vertical-align: top;
}
.services-row-new .services-text {
    width: 64.5%;
}
.services-row-new .services-text, .services-row-new .services-text * {
    color: #71FFF5 !important;
}
#contact .services-row-new .services-text, #contact .services-row-new .services-text * {
    color: #000 !important;
}
.services-row-new .et_pb_column {
    border-top: 1px solid white;
    padding-top: 10px;
    padding-bottom: 100px;
}
#contact .services-row-new .et_pb_column {
    border-top: 1px solid black;
}
#contact .contact-text {
    margin-left: 35%;
  border-top: 1px solid black;
  padding-top: 5px;
}
.services-row-new .et_pb_column_empty {
    border-top: none !important;
}
.et_pb_column.height-100.et-last-child .et_pb_image {
    position: absolute;
  right: calc(50vw - 125px);
  top: 38vh;
}
h2 {
    margin-bottom: inherit;
}
.round-logo {
    background: #1b2f56;
  width: 76px;
  height: 76px;
  display: grid;
  align-content: center;
  padding: 7px;
  border-radius: 50%;
}
.large-text, .large-text * {
    font-size: 3.5vw;
  line-height: 3.75vw;
}
.indhak p::first-letter {
    padding-left: 10vw !important;
}
.rounded img, .et_pb_image.et_pb_section_video .et_pb_section_video_bg {
    border-radius: 8px;
}
.align-end {
    display: grid;
    align-content: end;
}
.et_pb_image.et_pb_section_video img {
    opacity: 0;
}
.pre-headline, .pre-headline * {
    color: #bbb;
}
.pre-headline.et_pb_bg_layout_dark, .pre-headline.et_pb_bg_layout_dark * {
    color: #71FFF5;
}
.et_pb_column_1_2 .et_pb_accordion {
    margin-top: 20vw;
}
.et_pb_toggle {
    border: none !important;
    background: #fff !important;
    border-radius: 8px;
    padding-left: 30px;
}
.et_pb_toggle * {
    color: #000 !important;
}
.et_pb_toggle h5 {
    font-size: 30px !important;
}
.et_pb_toggle_title::before {
    content: '"' !important;
    font-family: ETmodules !important;
    font-size: 24px !important;
    color: #1b2f56 !important;
}
.sticky {
    position: sticky;
    top: 100px;
}
.team {
    border-top: 1px solid rgba(255,255,255,.2);
    padding-left: 2.5% !important;
    padding-right: 2.5% !important;
    padding-top: 50px !important;
}
.team a {
    color: white !important;
    transition: .3 ease-in-out;
}
.team h4 {
    font-size: 26px !important;
}
.team .icon {
    position: absolute;
    bottom: 0;
    padding-left: 30px;
    margin-bottom: 0 !important;
}
.team .mail.icon {
    bottom: 35px;
}
.team .et_pb_image img {
    border-radius: 8px;
}
.team .icon::before {
    display: block;
    content: "";
    background-size: cover !important;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 2px;
    left: -5px;
    background: url('https://summit-relations.com/wp-content/uploads/2025/08/mail-light.svg');
    background-size: cover;
}
.team .phone.icon::before {
    background: url('https://summit-relations.com/wp-content/uploads/2025/08/phone-light.svg');
}
.team .icon a:hover {
    color: #71FFF5 !important;
}

/* Welcome II */
.services-row {
    padding: 50px 0 125px !important;
    border-top: 1px solid black !important;
}
.services-row h4 {
    font-size: 3vw !important;
}
.services-row .number * {
    font-size: 7vw !important;
    color: white !important;
}
.services-row .number {
    padding-top: 30px !important;
}
/* Footer */
.et_pb_widget {
    float: none !important;
    margin-bottom: 15px !important;
}
#main-content {
    margin-bottom: 100vh !important;
}
#main-footer {
    height: 100vh !important;
    position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer-logo img {
    max-width: 50vw;
}
.footer-logo {
    position: absolute;
  bottom: 50px;
  width: 100%;
}
#main-footer .container {
    display: grid;
    align-content: end;
    height: 100vh;
}
#footer-widgets {
    padding-left: 60%;
}
#footer-widgets .footer-widget {
    margin-bottom: 65px;
    vertical-align: bottom !important;
}
.et_pb_gutters2 .footer-widget:last-child {
    margin-bottom: 0 !important;
}
#footer-widgets #text-5 {
    margin-bottom: 30px !important;
}
#footer-widgets #text-2 {
    margin-top: 117px;
}