body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-blue:#344385;--primary-orange:#da6a43;--secondary-orange:#e06c43;--gradient-blue:#3a4583;--gradient-orange:#df6c43;--light-blue:#479ff8;--text-dark:#000;--text-light:#939393;--white:#fff;--overlay-blue:#3443859e}body{color:#000;color:var(--text-dark);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}.bim-training-page{overflow:hidden;width:100%}.navbar{padding:1.5rem 0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.navbar.scrolled{background:#fff;box-shadow:0 4px 12px #00000026;padding:1rem 0}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1440px;padding:0 2rem}.logo img{height:72px;width:auto}.nav-menu{align-items:center;display:flex;gap:2.5rem;list-style:none}.nav-menu li{color:#fff;color:var(--white);cursor:pointer;font-size:16px;font-weight:600;position:relative;transition:color .3s ease}.nav-menu li.active,.nav-menu li:hover{color:#479ff8;color:var(--light-blue)}.nav-menu li:after{background:#479ff8;background:var(--light-blue);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-menu li.active:after,.nav-menu li:hover:after{width:100%}.scrolled .nav-menu li{color:#000!important}.scrolled .nav-menu li.active,.scrolled .nav-menu li:hover{color:#479ff8!important;color:var(--light-blue)!important}.hero-section{align-items:center;background:url(https://staging.bimtraining.net/wp-content/uploads/2026/04/hero.jpg) 50%/cover no-repeat;display:flex;height:850px;margin-top:-50px;position:relative}.hero-overlay{background:#3443859e;background:var(--overlay-blue);bottom:0;left:0;position:absolute;right:0;top:0}.hero-content{margin:0 auto;max-width:1440px;padding:0 6rem;position:relative;width:100%;z-index:2}.hero-title{color:#fff;color:var(--white);font-size:85px;font-weight:700;line-height:1.1;margin-bottom:1.5rem;margin-top:150px}.hero-title .highlight{color:#da6a43;color:var(--primary-orange)}.hero-subtitle{font-size:32px;font-weight:400;line-height:1.3;margin-bottom:2.5rem;max-width:711px}.cta-button,.hero-subtitle{color:#fff;color:var(--white)}.cta-button{align-items:center;background:linear-gradient(90deg,#344385,#e06c43);background:linear-gradient(to right,var(--primary-blue),var(--secondary-orange));border:none;border-radius:6px;box-shadow:0 4px 15px #0003;cursor:pointer;display:inline-flex;font-size:20px;font-weight:600;gap:1rem;padding:16px 40px;transition:all .3s ease}.cta-button:hover{box-shadow:0 6px 20px #0000004d;transform:translateY(-2px)}.arrow-icon{height:18px;width:16px}.software-badges{align-items:center;background:#344385;background:var(--primary-blue);border-radius:6px;box-shadow:0 4px 4px #00000040;display:flex;gap:2rem;margin:6rem auto 0;padding:2rem 3rem;width:fit-content}.software-badges img{height:60px;width:auto}.about-section{background:#fff;background:var(--white);padding:6rem 0}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.about-grid{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:320px 1fr;margin-bottom:4rem}.experience-box{align-items:center;background:#fff;background:var(--white);border:8px solid #e06c43;border:8px solid var(--secondary-orange);display:flex;gap:1.5rem;padding:2rem;position:relative}.experience-box:hover{animation:borderTwoColor 1s linear infinite;border:8px solid;transition:.5s ease-out}@keyframes borderTwoColor{0%{border-image:linear-gradient(90deg,#e06c43,#344385) 1}50%{border-image:linear-gradient(90deg,#344385,#e06c43) 1}to{border-image:linear-gradient(90deg,#e06c43,#344385) 1}}.experience-number{color:#000;color:var(--text-dark);font-size:85px;font-weight:700;line-height:1}.experience-text{background:#fff;background:var(--white);padding:.5rem;position:relative;z-index:1}.experience-text p{font-size:22px;font-weight:500;line-height:1.2;margin-bottom:.5rem}.since{color:#939393;color:var(--text-light);font-size:14px}.about-content{padding-top:2rem}.section-title{font-size:32px;font-weight:500;line-height:1.2;margin-bottom:1.5rem}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#3a4583,#df6c43);background:linear-gradient(to right,var(--gradient-blue),var(--gradient-orange));-webkit-background-clip:text;background-clip:text}.about-description{color:#000;color:var(--text-dark);font-size:18px;font-weight:300;line-height:1.5}.challenge-statement{font-size:28px;font-weight:700;line-height:1.6;margin:0 auto;max-width:970px;text-align:center}.courses-section{background:#fff;background:var(--white);padding:2rem 0 6rem}.section-title-main{color:#344385;color:var(--primary-blue);font-size:54px;font-weight:500;margin-bottom:3rem;text-align:center}.section-title-main.white{color:#fff;color:var(--white)}.course-tabs{border:1px solid #d2d2d2;border-radius:6px;display:flex;gap:0;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:1100px;overflow:hidden}.tab-button{background:#fff;background:var(--white);border:none;color:#344385;color:var(--primary-blue);cursor:pointer;flex:1 1;font-size:20px;font-weight:700;padding:1rem 2rem;transition:all .3s ease}.tab-button:first-child{border-radius:6px 0 0 6px}.tab-button:last-child{border-radius:0 6px 6px 0}.tab-button.active{background:linear-gradient(90deg,#344385,#e06c43);background:linear-gradient(to right,var(--primary-blue),var(--secondary-orange));color:#fff;color:var(--white)}.tab-button:hover:not(.active){background:#f5f5f5}.course-details{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:560px 1fr;margin-bottom:4rem}.course-image{border-radius:6px;box-shadow:0 4px 4px #00000040;overflow:hidden}.course-image img{display:block;height:auto;width:100%}.course-title{font-size:36px;font-weight:700;margin-bottom:2rem}.course-features{list-style:none}.course-features li{border-bottom:1px solid #d2d2d2;color:#344385;color:var(--primary-blue);font-size:24px;font-weight:300;margin-bottom:1.5rem;padding-bottom:1.5rem;padding-left:2rem;position:relative}.course-features li .arrow{color:#344385;color:var(--primary-blue);left:0;position:absolute}.course-features li strong{font-weight:600}.subsection-title{font-size:36px;font-weight:700;margin:4rem 0 3rem;text-align:center}.benefit-card:hover .benefit-icon{transform:scale(1.35)}.benefits-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(3,1fr);margin-top:3rem}.benefit-card{text-align:center}.benefit-icon{align-items:center;background:linear-gradient(135deg,#344385,#e06c43);background:linear-gradient(135deg,var(--primary-blue) 0,var(--secondary-orange) 100%);border-radius:50%;box-shadow:0 4px 12px #0000001a;display:flex;height:117px;justify-content:center;margin:0 auto 1.5rem;transition:.5s;width:117px}.benefit-icon img{height:auto;width:60px}.benefit-card h4{font-size:20px;font-weight:700;margin-bottom:1rem}.benefit-card h4,.benefit-card p{color:#000;color:var(--text-dark)}.benefit-card p{font-size:18px;font-weight:300;line-height:1.7}.who-should-attend-section{background:#344385;background:var(--primary-blue);background:url(https://staging.bimtraining.net/wp-content/uploads/2026/04/course-bg.jpg);background-size:cover;padding:2rem 0 0}.who-attend-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:584px 1fr}.who-attend-image img{border-radius:8px;height:auto;width:100%}.who-attend-content{color:#fff;color:var(--white)}.who-attend-intro{font-size:24px;font-weight:600;line-height:1.4;margin-bottom:1rem}.who-attend-list{font-size:20px;font-weight:300;line-height:1.5;list-style:none}.who-attend-list li{margin-bottom:20px;padding-left:1.5rem;position:relative}.who-attend-list li:before{color:#e06c43;color:var(--secondary-orange);content:"•";font-size:24px;left:0;position:absolute}.what-to-expect-section{background:#fff;background:var(--white);padding:6rem 0}.expectations-grid{grid-gap:3rem 6rem;display:grid;gap:3rem 6rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1200px}.expectation-item{align-items:flex-start;display:flex;gap:1.5rem}.expectation-number{align-items:center;background:linear-gradient(135deg,#e06c43,#e06c43);background:linear-gradient(135deg,var(--secondary-orange) 0,var(--secondary-orange) 100%);border-radius:50%;color:#fff;color:var(--white);display:flex;flex-shrink:0;font-size:24px;font-weight:700;height:49px;justify-content:center;width:49px}.expectation-item p{color:#000;color:var(--text-dark);font-size:24px;font-weight:500;line-height:1.4;margin-top:.5rem}.expectation-item:hover p{color:#2a3666}.project-section{background:#fff;background:var(--white);background:linear-gradient(#00000080,#00000080),url(https://staging.bimtraining.net/wp-content/uploads/2026/04/bg-project.jpg);background-attachment:fixed!important;background-position:bottom;background-repeat:repeat-x;padding:6rem 0 16rem}.project-section h2{color:#fff}.project-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin:2rem 10% 0}.project-card{background:#fff;border:1px solid #262b34;border-radius:16px;box-shadow:0 0 20px #0000001a;margin:0 2rem;padding:10px}.project-icon{with:100%;overflow:hidden}.project-icon img{border-radius:10px;transition:.3s;width:100%}.project-icon:hover img{transform:scale(1.1)}.project-card h4{color:#000;font-size:18px;font-weight:600;padding-top:10px;text-align:center}.contact-section{background:#fff;background:var(--white)}.contact-header{background:linear-gradient(270deg,#e06c43,#344385 38.942%);background:linear-gradient(to left,var(--secondary-orange),var(--primary-blue) 38.942%);border-radius:12px;left:50%;margin:0 auto 50px;padding:2.5rem 0;position:absolute;transform:translate(-50%,-50%);width:45%;z-index:1}.contact-info{align-items:flex-start;color:#fff;color:var(--white);display:flex;gap:2rem;margin:0 auto;max-width:1200px;padding:0 2rem}.location-icon{height:35px;width:35px}.address{border-right:1px solid #ffffff4d;flex:1 1;font-size:18px;font-weight:300;line-height:1.5}.address p{margin:.2rem 0}.address strong{font-weight:600}.social-icons{margin-left:auto;padding-left:1rem;padding-top:3%}.social-icons img{height:auto;width:70px}.contact-form-wrapper{height:680px;position:relative}.map-container{display:grid;grid-template-columns:repeat(2,1fr);height:100%;z-index:0}.map-image{height:100%;object-fit:cover;width:100%}.map-container-map{height:auto;width:100%}.contact-form-container{background:#e06c43;background:var(--secondary-orange);border-radius:12px;box-shadow:0 8px 24px #0000004d;height:max-content;margin-left:10%;margin-top:15%;padding:3rem;width:80%;z-index:10}.contact-form h3{color:#fff;color:var(--white);font-size:24px;font-weight:600;margin-bottom:2rem}.form-group-top{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:50% 1fr;width:100%}.form-group,.form-group label{margin-bottom:.5rem}.form-group label{color:#fff;color:var(--white);display:block;font-size:16px}.form-group input,.form-group textarea{background:#fff;background:var(--white);border:1px solid #fff;border:1px solid var(--white);border-radius:4px;color:#000;color:var(--text-dark);font-family:inherit;font-size:16px;padding:.8rem 1rem;width:100%}.form-group textarea{min-height:120px;resize:vertical}.submit-button{background:#344385;background:var(--primary-blue);border:1px solid #344385;border:1px solid var(--primary-blue);border-radius:4px;color:#fff;color:var(--white);cursor:pointer;font-size:16px;font-weight:600;padding:1rem;transition:all .3s ease;width:100%}.submit-button:hover{background:#2a3666;box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.footer{background:#344385;background:var(--primary-blue);padding:2rem 0;text-align:center}.footer p{color:#fff;color:var(--white);font-size:14px;font-weight:300;margin:0}@media (max-width:1250px){.hero-content{padding:0 3rem}.about-grid,.course-details,.who-attend-grid{gap:2rem}.experience-box{max-width:400px}.benefits-grid{gap:2rem}.contact-form-wrapper{height:auto}.map-container{height:auto;position:relative}.hero-title{font-size:65px}.contact-header{width:75%}.social-icons img{height:auto;width:45px}.project-grid{grid-gap:0!important;display:grid;gap:0!important;grid-template-columns:repeat(4,1fr);margin:2rem 3% 0}.project-section{padding:6rem 0 12rem}.contact-form-container{margin-top:25%}.project-card{margin-bottom:2rem}}@media (max-width:970px){.who-attend-grid{display:grid;grid-template-columns:none}.who-attend-content{margin:0 5%;order:-1}.map-container{grid-template-columns:1fr}.contact-form-container{margin:5%!important;width:90%}.section-title-main{margin:0 5%}.project-grid{display:grid;grid-template-columns:repeat(2,2fr)}}@media (max-width:768px){.nav-menu{font-size:14px;gap:1rem}.hero-title{font-size:48px}.hero-subtitle{font-size:20px}.software-badges{flex-wrap:wrap;gap:1rem;padding:1.5rem}.software-badges img{height:40px}.section-title-main{font-size:36px}.course-tabs{flex-direction:column}.tab-button{border-radius:0!important}.expectations-grid{gap:2rem;grid-template-columns:1fr}.logo img{height:36px}.contact-header{width:90%}.about-grid,.course-details,.who-attend-grid{grid-template-columns:1fr}.experience-box{max-width:100%}.benefits-grid{grid-template-columns:1fr}.who-attend-image{display:none}.who-should-attend-section{padding:2rem 0}.section-title-main{font-size:45px;margin-bottom:2rem}.project-grid{gap:2rem;grid-template-columns:1fr;margin:2rem 10%}.project-card{margin-bottom:2rem}.about-section,.what-to-expect-section{padding:3rem 0}.project-section{padding:3rem 0 8rem}}@media (max-width:480px){.hero-content{padding:0 1.5rem}.hero-title{font-size:36px}.hero-subtitle{font-size:18px}.container{padding:0 1rem}.nav-menu{display:none}.logo img{height:70px}.contact-info{display:block}.address{border:none}.map-container-map{margin-top:25%}}html{scroll-behavior:smooth}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.benefit-card,.expectation-item{animation:fadeInUp .6s ease-out}
/*# sourceMappingURL=main.e71890f0.css.map*/