:root{
--pop-reg: 'Poppins', sans-serif;
--pop-medium: 'Poppins Medium', sans-serif;
--pop-semi: 'Poppins SemiBold', sans-serif;
--pop-bold: 'Poppins Bold', sans-serif;
--pop-light: 'Poppins Light', sans-serif;
--green: #3aaa35;
--green-dark: #056735;
--text-gray: #667085;
--text-dark-gray: #555555;
--body-color: #212529;
--white: #FFFFFF;
}
@font-face {
font-family: 'Poppins';
src: url(//greenfreightinnovation.ca/wp-content/themes/green-freight-innovation/assets/fonts/Poppins-Regular.ttf) format('truetype');
font-weight: 400;
}
@font-face {
font-family: 'Poppins Medium';
src: url(//greenfreightinnovation.ca/wp-content/themes/green-freight-innovation/assets/fonts/Poppins-Medium.ttf) format('truetype');
font-weight: 500;
}
@font-face {
font-family: 'Poppins SemiBold';
src: url(//greenfreightinnovation.ca/wp-content/themes/green-freight-innovation/assets/fonts/Poppins-SemiBold.ttf) format('truetype');
font-weight: 600;
}
@font-face {
font-family: 'Poppins Bold';
src: url(//greenfreightinnovation.ca/wp-content/themes/green-freight-innovation/assets/fonts/Poppins-Bold.ttf) format('truetype');
font-weight: 700;
}
@font-face {
font-family: 'Poppins Light';
src: url(//greenfreightinnovation.ca/wp-content/themes/green-freight-innovation/assets/fonts/Poppins-Light.ttf) format('truetype');
font-weight: 300;
}
*{
box-sizing: border-box;
}
html{
overflow-x: hidden;
}
body{
font-family: var(--pop-reg);
font-size: 1rem;
color: var(--body-color);
padding: 0 !important;
}
.main-content{
background-color: #00800005;
overflow: hidden;
}
.custom-header {
border-bottom: 2px solid var(--green);
background-color: var(--white);
position: sticky;
top: 0;
z-index: 99;
}
.nav-link {
font-size: 16px;
font-weight: 500;
color: #000 !important;
padding: 0 !important;
letter-spacing: 1px;
}
.nav-link.active {
color: var(--green-dark) !important;
font-weight: 600;
}
.navbar-expand-lg .navbar-collapse{
justify-content: center;
}
.navbar-expand-lg .nav-item{ font-size: 16px;
}
img{
width: 100%;
height: 100%;
}
.navbar-brand {
width: 100%;
display: flex;
padding: 0;
}
.navbar-brand img{
height: 60px;
width: auto;
}
.navbar-nav{
gap: 3rem;
}
a{
text-decoration: none;
color: var(--green-dark);
}
footer a{
color: var(--body-color);
}
.footer{
font-size: 16px;
border-top: 3px solid var(--green);
padding-top: 4rem;
padding-bottom: 1rem;
overflow: hidden;
}
footer ul{
color: var(--body-color);
display: flex;
flex-direction: column;
gap: .5rem;
margin-bottom: 0;
}
.footer .copy-text{
color: var(--text-gray);
}
.text-primary{
color: var(--green) !important;
}
.text-primary-dark{
color: var(--green-dark) !important;
}
.footer-logo{
width: 300px;
}
.fw-500{
font-weight: 500;
font-family: var(--pop-medium);
}
footer ul li i{
font-size: 12px;
margin-right: 5px;
}
footer .footer-title{
margin-bottom: 1rem;
}
.footer-bottom{
margin-top: 3rem;
display: flex;
justify-content: space-between;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
font-family: var(--pop-medium);
}
.agenda .agenda-text{
text-align: center;
} .banner{
padding: 0;
}
.agenda .agenda-title{
font-weight: 600;
font-size: 2rem; 
font-family: var(--pop-light);
margin-bottom: 20px;
}
.agenda .agenda-text h4{
line-height: unset;
margin-bottom: 0;
}
.reg-banner-image{
padding-left: 3rem;
padding-right: 3rem;
}
.gallary-home .gallary-text{
text-align: center;
margin-bottom: 3rem;
}
.gallary-home .gallary-text h4{
font-weight: 500;
font-family: var(--pop-medium);
}
.gallary-home .gallary-title{
font-weight: 500;
font-family: var(--pop-medium);
}
.gallary-home .gallary-image{
margin-top: 1.5rem;
margin-bottom: 2.5rem;
display: flex;
justify-content: center;
overflow: hidden;
}
.gallary-home .gallary-image img{
height: 480px;
width: auto;
}
.gallary-home .more-gallery{
text-align: center;
margin-top: 40px;
}
.btn{
border-radius: 50rem;
padding: 20px 30px !important;
line-height: 15px;
font-size: 20px;
letter-spacing: 0.6px;
font-weight: 600;
font-family: var(--pop-semi);
text-transform: uppercase;
}
.sponsor-cta{
background-color: #00800009;
}
.sponsor-cta .sponsor-cta-image{ text-align: center;
}
.sponsor-cta .sponsor-cta-image img{
max-width: 50%;
max-height: 80%;
}
.sponsor-cta .sponsor-container{
max-width: 1440px;
margin: auto;
}
.sponsor-cta .sponsor-container .sponsor-content{
padding: 1rem 3rem 1rem 3rem;
font-size: 19px;
text-align: center;
}
.sponsor-cta .sponsor-container .sponsor-content p{
margin-bottom: 0;
}
.sponsor-cta .sponsor-container .sponsor-content .small-title{
font-weight: 700;
font-family: var(--pop-medium);
font-size: 40px;
margin-bottom: 1rem;
color: var(--green-dark);  
}
.sponsor-cta .sponsor-container .sponsor-content h3{
font-size: 1.5rem;
}
.section-title{
text-align: center;
margin-bottom: 3rem;
}
.section-title .title{
font-weight: 500;
font-family: var(--pop-medium);
margin-bottom: 0;
}
.section-title .small-title{
margin-bottom: 0;
}
.sponsor-slider .sponser-slider-box{
display: flex;
flex-direction: column;
align-items: center;
width: 250px;
min-height: 200px;
padding: 16px;
background-color: var(--white);
border: none;
border-radius: 12px;
box-shadow: #0003 0 1px 3px,#00000024 0 1px 1px,#0000001f 0 2px 1px -1px;
cursor: pointer;
font-size: 16px;
font-weight: 400;
line-height: 24px;
color: #000;
transition: transform .3s ease;
}
.sponsor-slider .sponser-slider-box img{
height: 68px;
object-fit: contain;
}
.sponsor-slider .sponser-slider-box  p{
font-weight: 700;
color: var(--green-dark);
font-size: 16px;
font-family: var(--pop-bold);
margin-bottom: 0;
}
.sponsor-slider .sponser-slider-box .image-box{
padding: 25px;
}
.sponsor-slider .item{
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 16px;
width: 100%;
margin-bottom: 5px;
padding: 0;
border-width: 0;
border-style: solid;
border-color: #e9edf6;
transition: transform .3s ease;
}
.sponsor-slider .item:hover{
-webkit-transform: scale(1.02);
}
.owl-prev-btn,  .owl-next-btn {
background: transparent;
color: var(--green);
border: none;
padding: 4px 10px;
border-radius: 50%;
font-size: 26px;
cursor: pointer;
transition: 0.3s ease;
}
.owl-nav { top: 40%;
width: 100%;
display: flex;
justify-content: space-between;
pointer-events: none;
}
.owl-nav button {
pointer-events: all;
}
.owl-prev-btn{
left: -50px;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.owl-next-btn{
right: -50px;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.btn-primary{
background-color: var(--green-dark) !important;
border-color: var(--green-dark) !important;
}
.partner-success .section-title .title{
margin-bottom: 20px;
}
.partner-success .partner-grid{
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 16px;
}
.partner-success .partner-grid .partner-box{
display: -webkit-flex;
flex-direction: column;
align-items: center;
width: 250px;
max-height: -webkit-fill-available;
padding: unset;
background-color: var(--white);
border: none;
border-radius: 12px;
box-shadow: #0003 0 1px 3px,#00000024 0 1px 1px,#0000001f 0 2px 1px -1px;
cursor: pointer;
justify-content: center;
transition: transform .3s ease;
}
.partner-success .partner-grid .partner-box:hover{
-webkit-transform: scale(1.05);
}
.partner-success .partner-grid .partner-box img{
height: 68px;
object-fit: contain;
}
.partner-success .partner-grid .partner-box >*{
padding: 16px;
margin: 20px 0;
}
.cta-banner-image {
padding-left: 3rem;
padding-right: 3rem;
}
.cta-banner-image img{
border: 1px solid #9E9E9E;
height: 360px;
object-fit: cover;
}
.about-home .about-desc-box{ position: relative;
color: var(--text-dark-gray);
}
.about-home .about-desc-box .about-title{
margin-bottom: 1.5rem;
}
.about-home .desc-box{
padding: 1rem 3rem;
}
.about-home .desc-box .title{
margin-bottom: 1.5rem;
}
.box-image{ overflow: hidden;
}
.box-image img {
border-radius: 1rem;
}
.box-image img{
width: 100%;
height: 420px;
object-fit: cover;
}
.about-spacing .row{
margin-bottom: 3rem;
}
.about-spacing .row:last-child{
margin-bottom: 0rem;
}
.about-content {
position: relative;
}
.show-more-btn {
background: none;
border: none;
color: var(--green);
font-weight: 400;
cursor: pointer;
padding: 0;
margin-top: 5px; z-index: 2;
bottom: -20px;
}
.reg-cta{
text-align: center;
background-color: #00800009;
padding: 3rem;
}
.reg-cta p{
font-size: 18px;
margin-bottom: 0;
}
.reg-cta h5{
margin-bottom: 20px;
}
.about-sec-slider .owl-prev-btn{
left: 10px;
}
.about-sec-slider .owl-next-btn{
right: 10px;
}
.box-image .about-sec-slider img{
height: 500px;
}
.blog-grid{
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 3rem;
}
.blog-grid .card{
max-width: 24rem;
}
.blog-grid .card .card-header{
background-color: var(--white);
padding: 0.5rem;
}
.blog-grid .card .card-header .blog-image img{
height: 220px;
object-fit: cover;
border-radius: var(--bs-card-border-radius);
}
.blog-grid .card .card-body .blog-content p{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
line-clamp: 3;
overflow: hidden;
text-overflow: ellipsis;
font-size: 16px;
}
.box-video video{
width: 100%; border-radius: 16px;
overflow: hidden;
}
.box-video iframe{
width: 100%; width: 100%;
aspect-ratio: 16 / 9;
border-radius: 1rem;
}
.blog-grid .card .card-body .blog-content {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
.sponsor-home-slider .btn {
margin-top: 2.5rem;
}
.about-spacing {
padding: 0 1.1rem;
}
.about-content {
transition: height 0.3s ease;
}
.blog-home .btn{
margin-top: 2.5rem;
}
.offcanvas.offcanvas-end{
width: 80%;
}
.navbar-toggler:focus{
box-shadow: none;
}
.btn-close:focus , button:focus:not(:focus-visible){
box-shadow: none;
}
.banner .banner-image img{
width: 100%;
height: 520px;
}
.reg-banner-image img{
width: 100%;
height: 360px;
object-fit: cover;
}
.partner-slider .owl-prev-btn{
left: 0;
}
.partner-slider .owl-next-btn{
right: 0;
}
.partner-slider .partner-box{
display: -webkit-flex;
flex-direction: column;
align-items: center;
width: 250px;
max-height: -webkit-fill-available;
padding: unset;
background-color: var(--white);
border: none;
border-radius: 12px;
box-shadow: #0003 0 1px 3px,#00000024 0 1px 1px,#0000001f 0 2px 1px -1px;
cursor: pointer;
justify-content: center;
transition: transform .3s ease;
margin: 10px 0px;
}
.partner-slider .partner-box > *{
padding: 16px;
margin: 20px 0;
}
.partner-slider  .partner-box img{
height: 68px;
object-fit: contain;
}
.about-content.expanded {
max-height: none !important;
}
.show-more-btn {
display: none;
cursor: pointer;
}
.partner-slider .owl-stage-outer {
padding-left: 10px !important;
}
.partner-slider .item{  display: flex;justify-content: center;flex-wrap: wrap;}
.offcanvas-header{border-bottom: 1px solid #e2e2e2;}
.offcanvas.offcanvas-end{width: 40%;}
.owl-carousel .owl-stage{display: flex;}
.speaker-profile {
display: flex;
flex-direction: column;
align-items: center;
width: 300px;
min-height: 300px;
padding: 16px;
background-color: #fff;
border: none;
border-radius: 12px;
box-shadow: #0003 0 1px 3px,#00000024 0 1px 1px,#0000001f 0 2px 1px -1px;
transition: .15s cubic-bezier(.4,0,.2,1);
cursor: pointer;
margin: 0;
font-size: 16px;
font-weight: 400;
line-height: 24px;
color: #000;
}
.speaker-profile-image{
margin: 20px 0px;
width: 100%;
display: flex;
justify-content: center;
}
.speaker-profile img{
max-width: 200px;
border-radius: 1rem;
margin-bottom: 5px;
}
.speaker-container{
max-width: 1060px;
margin: auto;
}
.speaker-name {
text-align: center;
}
.speaker-name h1{
font-size: 16px;
}
.speaker-name p{
font-size: 14px;
color: var(--green-dark);
}
.speaker-content .title{
font-size: 1.75rem;
color: var(--green-dark);
}
.speaker {
display: flex;
flex-direction: column;
align-items: center;
width: 300px;
min-height: 300px;
padding: 16px;
background-color: #fff;
border: none;
border-radius: 12px;
box-shadow: #0003 0 1px 3px,#00000024 0 1px 1px,#0000001f 0 2px 1px -1px;
transition: .15s cubic-bezier(.4,0,.2,1);
cursor: pointer;
margin: 0;
font-size: 16px;
font-weight: 400;
line-height: 24px;
color: #000;
height: 100%;
}
.speaker-image{
margin: 20px 0px;
width: 100%;
display: flex;
justify-content: center;
}
.speaker-image img{
max-width: 74%;
border-radius: 1rem;
margin-bottom: 5px; aspect-ratio: 1/1;
object-fit: cover;
}
.speaker-grid{
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 16px;
width: 100%;
}
.page-title{ margin-bottom: 3rem;
text-align: center;
font-weight: 500;
font-family: var(--pop-medium);
}
.page-title h2{
margin-bottom: 0px;
}
.speaker-content p:last-child{
margin-bottom: 0px;
}
.breadcreum .section-title{
display: flex;
gap: 10px;
align-items: center;
border-bottom: 1px solid #e2e2e2;
padding-bottom: 20px;
margin-top: 20px;
margin-bottom: 0;
}
.breadcreum .section-title .title{
font-size: 1.8rem;
}
.breadcreum .section-title a i{
font-size: 20px;
}
.blog-details .blog-image img {
object-fit: contain;
}
.blog-details .blog-image {
height: 20rem;
margin-bottom: 3rem;
}
.blog-details .blog-content{
color: #555555;
}
.blog-details ul{
padding-left: 0;
}
.blog-details .dash li{
list-style-type: none;
}
.blog-details .dash li::before{
content: '-';
margin-right: 10px;
}
.blog-details h6{
margin-bottom: 20px;
margin-top: 30px;
font-weight: 700;
font-family: var(--pop-bold);
}
.author-details{
background-color: #f9fafb;
border: 2px solid #e7ebf0;
border-radius: 4px;
padding: 1.5rem;
}
.author-details .author-profile img{
width: 70px;
height: 70px;
border-radius: 50%;
object-fit: contain;
}
.author-details .author-profile{
display: flex;
gap: 1.5rem;
justify-content: center;
align-items: center;
margin-bottom: 1rem;
}
.author-details .author-profile .author-name{
font-size: 1rem;
font-weight: 600;
font-family: var(--pop-semi);
margin-bottom: 0;
}
.author-details .author-profile .author-position{
margin-bottom: 0;
}
.author{
padding-top: 0;
}
.gallery-image-box{
border-radius: 30px 0;
overflow: hidden;
margin-bottom: 5.5%;
}
.gallery-image-box img{
width: 100%;
height: 220px;
object-fit: cover;
}
#galleryModal #prevBtn, #galleryModal #nextBtn {
font-size: 30px;
width: 30px;
height: 40px;
border-radius: 0.5rem;
background-color: #00000080;
color: var(--white);
justify-content: center;
align-items: center;
border-color: #6c757d;
padding: 0;
}
#galleryModal #prevBtn:hover, #galleryModal #nextBtn:hover{
color: #000;
background-color: #ffffffd1;
}
#galleryModal .btn-close {
z-index: 1056;
top: 1rem;
right: 1rem;
background: #fff;
color: #000;
box-shadow: 6px 6px 18px #0000004d;
display: flex;
justify-content: center;
align-items: center;
opacity: 1;
}
footer p a{
color: var(--green-dark);
}
.reg-cta p a{
font-weight: 600;
font-family: var(--pop-medium);
}
.blog-details .blog-content p:last-child{margin-bottom: 0;} .greenfreight-reg .card { border-radius: 12px;
border: none;
}
.custom-tab-content form h5{
color: #056735;
}
.bg-gary {
background: #0046710a;
}
.custom-tab-content{
padding: 0 !important;
}
.custom-form-card {
background-color: #0080000f;
margin: 24px 0px;
padding: 24px;
border-radius: 12px;
}
.greenfreight-reg .custom-navtabs .nav-tabs .nav-link:focus,
.greenfreight-reg .custom-navtabs .nav-tabs .nav-link:hover {
border: none;
}
.greenfreight-reg .custom-navtabs .nav-tabs .nav-item.show .nav-link,
.greenfreight-reg .custom-navtabs .nav-tabs .nav-link.active {
background-color: #fff;
border: none;
color: #056735 !important;
border-bottom: 3px solid #056735;
font-weight: 700;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.greenfreight-reg .custom-navtabs .nav-tabs .nav-link {
border: none;
color: #fff !important;
padding: 10px !important;
}
.greenfreight-reg .custom-navtabs .nav-tabs {
border: none;
justify-content: center;
}
.greenfreight-reg .custom-navtabs {
background-color: #056735;
margin: 24px 0px;
border-radius: 12px;
}
.greenfreight-reg .custom-navtabs .nav-tabs .nav-link.active span {
border: 2px solid #000;
}
.greenfreight-reg .custom-navtabs .nav-tabs .nav-link span {
border: 1px solid #9d9d9d;
border-radius: 50%;
width: 30px;
height: 30px;
display: inline-flex;
padding: 10px 10px;
justify-content: center;
align-items: center;
}
.custom-tab-content form label{
margin-bottom: 0;
font-size: 16px;
}
.custom-tab-content form h5{
font-weight: 500;
font-size: 20px;
margin: 8px 0px 24px;
}
.greenfreight-reg-btn{
background-color: #056735;
border: none;
color: #fff;
border-radius: 50rem;
font-size: 1rem;
}
.greenfreight-reg-btn:hover{
background-color: #056735;
border: none;
}
.custom-tab-content form .radio .form-check-input:checked{
background: #000;
box-shadow: 0 0 0 2px #000;
}
.custom-tab-content form .radio .form-check-input{
width: 18px;
height: 18px;
border: 3px solid #fff;
background-clip: border-box;
border-radius: 50%;
appearance: none;
transition: background-color .5s,box-shadow .5s;
box-shadow: 0 0 0 2px #9d9d9d;
}
form .check-box .form-check-input:checked{
background-color: rgb(0, 112, 186);
}
form .check-box .form-check-input:focus{box-shadow: none;}
form .check-box .form-check-input{
width: 23px;
height: 23px;
margin-right: 10px;
margin-top: 0;
}
.font-18{
font-size: 18px !important;
}
.billing-form .btn img{
width: 70px;
}
.paypal-btn{
background: #ffc439;
width: 100%;
padding: 8px 15px;
}
.paypal-btn:hover {
background: #ffc439;
filter: brightness(0.95);
overflow: inherit;
}
.power-by{
text-align: center;
font-size: 11px;
font-style: italic;
margin-top: 20px;
}
.power-by img{
width: 50px;
}
.debit-btn{
background: #2C2E2F;
color: #fff;
width: 100%;
padding: 8px 15px;
font-weight: 300;
animation: show-text 1s 0s forwards;
}
.debit-btn:hover {
background: #2C2E2F;
filter: brightness(0.95);
overflow: inherit;
color: #fff;
}
.pay-btn{
background: rgb(0, 112, 186);
color: #fff;
width: 100%;
padding: 8px 15px;
font-weight: 300;
border-radius: 23px;
}
.pay-btn:hover {
background: rgb(0, 112, 186);
filter: brightness(0.95);
overflow: inherit;
color: #fff;
}
.debit-header{
display: flex;
justify-content: space-between;
}
.debit-header select{
width: 25%;
}
form .check-box .form-check {
display: flex;
gap: 15px;
}
form .check-box .form-check-label {
display: flex;
}
form .check-box .form-check-label span {
font-size: 14px;
}
.debit-close{
color: #000;
font-size: 26px;
float: right;
}
.billing-form .form-floating > .form-control{
min-height: 48px;
height: 48px;
}
.billing-form .form-floating > label{
padding-bottom: 0;
padding-top: 12px;
color: rgb(108, 115, 120);
font-size: 15px;
background-color: transparent;
}
.debit-form {
display: none;
} .total-table tr td , .total-table tr th{
border: none !important;
font-weight: 400;
font-size: 14px;
padding: 6px 10px;
color: #212529;
}
.total h3{
font-size: 20px;
}
.total p {
font-size: 14px;
}
.total-table {
padding: 10px;
background: #fff;
border-radius: 10px;
text-align: left;
}
.billing-form .form-floating {
margin-bottom: 13px !important;
}
.sub-back {
display: flex;
justify-content: space-between;
margin-top: 40px;
}
.greenfreight-reg .card .card-body {
padding: 0px 10px;
}
#attendeeExtra{
display: none;
}
@keyframes show-text {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.animate-show {
animation: show-text 1s forwards;
}
.payment-method{
padding:0px 8px;
}
.billing-form .tab-content {
padding: 0px 8px;
}
.note {font-size: 14px;}
.note strong{font-size: 16px;font-weight: 500;}
.radio .form-check-input {
margin-right: 12px;
} .total-table table{margin-bottom: 0px;}
.back-btn{
border-radius: 50rem;
font-size: 1rem;
}  .contact-banner .banner-image{
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 500px;
background-position: center;
position: relative;
}
.contact-banner .banner-image::before{
background-color: rgb(0,0,0,0.45);
width: 100%;
height: 100%;
position: absolute;
top: 0;
bottom: 0;
content: '';
}
.contact-banner .banner-content{
position: relative;
z-index: 1;
color: #fff;
width: 80%;
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
padding: 20px 0px;
}
.contact-banner .banner-content .breadkcum .dot{
width: 5px;
height: 5px;
background-color: var(--white);
border-radius: 50%;
}
.contact-banner .banner-content .breadkcum {
display: flex;
gap: 17px;
align-items: center;
justify-content: center;
flex-wrap: wrap;
font-size: 18px;
}
.contact-banner .banner-content .breadkcum a{
color: var(--green);
}
.contact-banner .banner-content .banner-heading{
text-align: center;
}
.contact-banner .banner-content .banner-heading h1{
font-size: 52px;
}
.contact-form{
background-color: #FFF;
padding: 2rem;
border-radius: 12px;
}
.contact-form h2{
text-align: center;
margin-bottom: 20px;
}
.contact-quick{ max-width: 290px;
display: flex;
flex-direction: column;
gap: 50px;
margin: auto;
width: 100%;
}
.contact-box{
border-radius: 12px;
text-align: center;
box-shadow: 0px 0px  12px -5px rgb(0,0,0,0.45);
padding: 1.5rem;
background-color: #fff;
width: 100%;
}
.contact-box .contact-icon{
font-size: 36px;
margin-bottom: 10px;
}
.contact-quick  p{
margin-bottom: 0;
}
.contact-quick  a{
color: var(--body-color);
}
.contact-quick a:hover{
color: var(--green-dark);
}
.contact-form .btn{
padding: 12px 24px;
}
.contact-form .btn-primary:hover{
color: var(--green-dark);
background-color: transparent !important;
border-color: var(--green-dark) !important;
}
.footer-social {
display: flex;
gap: 12px;
}
.footer-social .social-icon {
width: 40px;
height: 40px;
background: #222;
color: #fff;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 16px;
transition: all 0.3s ease;
text-decoration: none;
}
.footer-social .social-icon:hover {
background: #056735; 
color: #fff;
transform: translateY(-3px);
}
.event-box{
box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.22);
background: #fff; border-radius: 8px;
}
.event-box img{ border-top-left-radius: 8px; border-top-right-radius: 8px;}
.event-box h3{ padding: 20px; }
.event-box .event-meta{ padding: 0px 20px; justify-content: space-between; display: flex; gap: 5px; }
.event-box .btn-primary{ margin-left: 20px; margin-right: 20px; margin-bottom: 20px; margin-top: 10px; padding: 10px 20px; }
.event-box .event-meta i { padding-right: 5px; } .agenda-body .agenda-step{
background-color: #fff;
padding: 20px;
border-radius: 12px;
}
.agenda-body .agenda-step .agenda-box{
width: 260px;
}
.agenda-body .agenda-step .agenda-image img{
width: 100%;
border-radius: 12px;
object-fit: cover;
}
.agenda-title{
font-size: 24px;
}
.agenda-container{
position: relative;
}
.agenda-container::before {
content: '';
position: absolute;
left: 205px;
top: 0;
bottom: 0;
width: 2px;
background: var(--green);
}
.agenda-item {
display: flex;
margin-bottom: 30px;
position: relative;
}
.time-column {
width: 230px;
text-align: right;
padding-right: 40px; font-size: 18px;
flex-shrink: 0;
padding-top: 24px;
font-family: var(--pop-semi);
}
.content-card {
border-radius: 12px;
padding: 24px;
flex-grow: 1;
background-color: #00800009;
}
.event-type {
font-size: 20px;
letter-spacing: 1px;
color: var(--body-color);
font-weight: 600;
margin-bottom: 10px;
}
.event-title {
font-size: 1.4rem;
margin: 0 0 20px 0;
color: var(--primary-navy);
}
.agenda-grid {
gap: 30px;
display: grid;
grid-template-columns: repeat(2, 1fr);
margin-top: 25px;
}
.agenda-profile {
display: flex;
gap: 15px;  }
.agenda-img {
width: 230px;
height: 230px;
border-radius: 12px;
background: #e0e0e0;
object-fit: cover;
}
.agenda-info h4 {
margin-bottom: 5px;
font-size: 20px;
}
.agenda-info p {
margin: 2px 0 0;
font-size: 15px;
color: var(--green-dark);
font-family: var(--pop-medium);
letter-spacing: 0.3px;
}
.break-card .event-type{
margin-bottom: 0px;
}
.agenda-desc{
margin-bottom: 20px;
}
.agenda-desc h5{
color: var(--green-dark);
font-size: 22px;
}
.agenda-desc p:last-child{
margin-bottom: 0;
}
.about-inner .about-desc-box{
padding: 1rem 3rem 1rem 0rem;
position: relative;
color: var(--text-dark-gray);
}
.about-inner .about-desc-box .about-title {
margin-bottom: 1.5rem;
}
.about-inner .about-content{
max-height: unset;
}
.about .section-title{
margin-bottom: 0px;
}
.sepreact-title{
padding-bottom: 0px;
}
.about-inner .about-content p:last-child{
margin-bottom: 0;
}  .bg-img-set{
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.bg-title-sponsor{
background-size: cover;
background-position: center; 
background-repeat: no-repeat;
}
.sponsor-cta-padding{
padding: 3rem 0rem;
} .home-partner-slider .sponser-slider-box{
display: flex;
flex-direction: column;
align-items: center;
width: 250px;
min-height: auto;
padding: 16px;
background-color: var(--white);
border: none;
border-radius: 12px;
box-shadow: #0003 0 1px 3px,#00000024 0 1px 1px,#0000001f 0 2px 1px -1px;
cursor: pointer;
font-size: 16px;
font-weight: 400;
line-height: 24px;
color: #000;
transition: transform .3s ease;
}
.home-partner-slider .sponser-slider-box img{
height: 68px;
object-fit: contain;
}
.home-partner-slider .sponser-slider-box  p{
font-weight: 700;
color: var(--green-dark);
font-size: 16px;
font-family: var(--pop-bold);
margin-bottom: 0;
}
.home-partner-slider .sponser-slider-box .image-box{
padding: 25px;
}
.home-partner-slider .item{
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 16px;
width: 100%;
margin-bottom: 5px;
padding: 0;
border-width: 0;
border-style: solid;
border-color: #e9edf6;
transition: transform .3s ease;
}
.home-partner-slider .item:hover{
-webkit-transform: scale(1.02);
}
.home-samsara-sponser{
background: #f6fbf6;
padding: 40px 40px;
border-width: 0;
border-style: solid;
border-color: #e9edf6;
box-shadow: #0003 0 1px 3px,#00000024 0 1px 1px,#0000001f 0 2px 1px -1px;
border-radius: 12px;
display: flex;
}
.sponsor-cta-image-2025 .sponsor-cta-image {
padding-right: 30px;
text-align: center;
}
.sponsor-cta .sponsor-container .sponsor-content-2025 {
padding: 1rem 3rem;
font-size: 19px;
}
.sponsor-cta .sponsor-container .sponsor-content-2025 .small-title {
font-weight: 700;
font-family: var(--pop-medium);
font-size: 45px;
margin-bottom: 1rem;
color: var(--green-dark);
}
.sponsor-cta .sponsor-container .sponsor-content-2025 h3 {
font-size: 1.5rem;
}
.sponsor-cta .sponsor-container .sponsor-content-2025 p {
margin-bottom: 0;
}
.sponsor-cta .sponsor-cta-image-2025 img {
max-width: 60%;
max-height: 80%;
}
.bg-green{
background: #056735;
}
.home-register-title{
padding: 150px 0px 150px 160px;
color: #fff;
}
.home-register-title h2{
font-size: 45px;
}
.home-register-sub-text{
padding: 137px 0px 137px 130px;
}
.home-register-sub-text a{
font-weight: 600;
}
.home-register-sub-text p{
margin-bottom: 0;
}
.home-register-sub-text{
font-size: 20px;
}
.home-register-t .reg-title label{
font-size: 35px;
font-family: var(--pop-medium);
}
.home-register-t .subtitle-register h5{
font-size: 24px;
}
.home-register-t .subtitle-register a{
font-weight: 600;
}
.home-register-t{
border-width: 0;
border-style: solid;
border-color: #e9edf6;
border-radius: 12px;
margin-top: 0px;
text-align: center;
padding: 1rem 3rem 1rem 3rem;
width: 50%;
} 
.home-register-t .subtitle-register p{
margin-bottom: 0px;
font-size: 19px;
}
.main-section-title{
margin-bottom: 0;
margin-top: 70px;
} .section-space-top{
margin-top: 70px;
}
.section-space-bottom{
margin-bottom: 90px;
}
.home-register-t .reg-title{
margin-bottom: 15px;
}
.home-samsara-sponser hr {
margin: 0px 10px 0px;
border-right: 1px solid var(--body-color);
border-top: unset;
}
.home-partner-slider .partner-box{
display: -webkit-flex;
flex-direction: column;
align-items: center;
width: 250px;
max-height: -webkit-fill-available;
padding: unset;
background-color: var(--white);
border: none;
border-radius: 12px; box-shadow: rgba(58, 170, 53, 0.55) 0 1px 3px,#00000024 0 1px 1px,#0000001f 0 2px 1px -1px;
cursor: pointer;
justify-content: center;
transition: transform .3s ease;
margin: 10px 0px;
}
.home-partner-slider .partner-box > *{
padding: 16px;
margin: 20px 0;
}
.home-partner-slider  .partner-box img{
height: 68px;
object-fit: contain;
}
.partner-home-slider{
background-color: #00800009;
padding: 70px 0px;
}
.sponsor-form{
background-color: #FFF;
padding: 2rem;
border-radius: 12px;
}
.sponsor-form .btn-primary:hover{
color: var(--green-dark);
background-color: transparent !important;
border-color: var(--green-dark) !important;
}
.sponsor-form h2{
margin-bottom: 10px;
}
.sponsor-form label {
margin-bottom: .5rem;
color: #000;
}
.sponsor-form .form-control{
padding: 0.875rem 1.15rem;
}
.sponsor-form p {
color: var(--text-dark-gray);
margin-bottom: 25px;
}
.sponsor-form .btn{
margin-top: 30px;
}
.event-box .event-meta p{
display: flex;
gap: 4px;
line-height: 18px;
}
input.btn-primary:hover {
color: var(--green-dark);
background-color: transparent !important;
border: 1px solid var(--green-dark) !important;
}  .event-box .btn-primary{
padding: 10px 20px !important;
font-size: 1rem;
}
.about-inner .about-content p:last-child{
margin-bottom: 0px;
}
.dropdown-item:active{
color: var(--bs-dropdown-link-hover-color);
background-color: var(--bs-dropdown-link-hover-bg);
}
.list-unstyled.contact a {
display: flex;
gap: 3px;
}
.sponsor-body{
width: 50%;
}
.homeagenda-container{
max-width: 1060px;
margin: auto; 
background: #a0d9ef;
padding: 80px;
border-width: 0;
border-style: solid;
border-color: #e9edf6;
box-shadow: #0003 0 1px 3px, #00000024 0 1px 1px, #0000001f 0 2px 1px -1px;
border-radius: 12px;
}
.homeagenda-icon {
width: 80px;
height: 80px;
background:  #fff;
color: var(--green-dark);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.homeagenda-icon i{ font-size:25px }
.agenda-comingup{
color: var(--green-dark);
line-height: 15px;
font-size: 20px;
letter-spacing: 0.6px;
font-weight: 600;
font-family: var(--pop-semi);
text-transform: uppercase;
margin-bottom: 0;
}
.home-agenda{ padding-bottom: 70px;
padding-top: 70px;
}
.agenda-title-s {
font-size: 24px;
color: #525252;
}
.agenda-text-s p{
font-size: 19px;
color: #525252;
margin-bottom: 0px;
}
.agenda .agenda-text-s { 
text-align: left;
}
.y-middle {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.hero-section {
min-height: 850px;
display: flex;
align-items: center;
position: relative;
}
.overlay-herosection {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.20);
z-index: 1;
}
.hero-content {
position: relative;
z-index: 2;
color: #fff;
}
.hero-title {
font-size: 2rem;
font-weight: 500;
text-transform: uppercase;
line-height: 1.3; color: #313131;
}
.hero-text {
margin-top: 15px;
font-size: 1rem;
color: #313131;
}
.homeform-card {
background: #fff;
padding: 35px;
border-radius: 6px;
box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.homeform-title {
font-size: 1.8rem;
text-transform: uppercase;
color: #212529;
text-align: center;
font-weight: 500;
font-family: var(--pop-medium);
margin-bottom: 15px;
}
.homeform-subtitle {
font-size: 0.95rem;
color: #555;
margin-bottom: 25px;
}
.home-p-form .form-control {
font-size: 16px !important;
}
.hero-container .col-lg-5{ width: 35% !important; }
.hero-container .col-lg-7{ width: 65% !important; }
.btn-submit {
border-radius: 50rem !important;
padding: 20px 30px !important;
line-height: 15px !important;
font-size: 20px !important;
letter-spacing: 0.6px;
font-weight: 600;
font-family: var(--pop-semi);
text-transform: uppercase;
background-color: var(--green-dark) !important;
border-color: var(--green-dark) !important;
color: #fff;
}
.homeform-card form{
max-height: 380px;
overflow-y: auto;
padding-right: 8px;
scrollbar-width: thin;
}
.hero-section-img{
background-size: cover; 
background-position: top; 
background-repeat: no-repeat;
}
.hero-details{
width: 50%;
float: right;
}
.hero-details .hero-text{ font-size: 1rem; }
.agenda-profile-desc{
margin-top: 8px;
}
.agenda-profile-desc p {
color: var(--body-color);
font-size: 16px;
font-family: var(--pop-reguler);
letter-spacing: unset;
}
.agenda-profile-desc h5 {
font-size: 18px;
} .hero-container{
margin-right: 105px;
}
.agenda-inner .event-info{
text-align: center;
max-width: 80%;
margin: auto;
background: #fff;
box-shadow: 0px 0px 9px -5px rgba(58, 170, 53, 0.9);
border-radius: 15px;
padding: 40px 30px;
margin-bottom: 50px;
}
.agenda-inner .event-date {
color: var(--text-dark-gray);
display: flex;
justify-content: center;
gap: 40px;
width: 70%;
margin: auto;
}
.agenda-inner .event-date h2 {
margin-bottom: 0px;
font-size: 24px;
font-weight: 400;
white-space: nowrap;
display: flex;
gap: 10px; justify-content: center;
}
.agenda-inner .event-date h3 {
margin-bottom: 0px;
font-size: 24px;
font-weight: 400;
display: flex;
gap: 10px;
max-width: 70%;
}
.agenda-inner .event-date h3 span {
color: var(--green-dark);
}
.agenda-inner .event-date h2 span {
color: var(--green-dark);
}
.agenda-inner .event-title h1{
margin-bottom: 15px;
font-size: 36px;
}
.date-location-part{
font-size: 20px;
}
.glimpse-spacing {
padding: 0 1.1rem;
}
.glimpse-image {
overflow: hidden;
}
.glimpse-image img {
width: 100%;
height: 340px;
object-fit: cover;
border-radius: 1rem;
}
.about-content{
height: 100% !important;
}