/* General Styles */
* {margin: 0;padding: 0;}
:root {
    /* Font families */
    --font-body:  "Poppins", sans-serif;
    --font-heading:"Poppins", sans-serif;
    /* Colors */
	--primary-color:#000;
	--link-color: #FCDE2B;;
    --link-color-hover:#0F2632;
	--link-hover:#0F2632;;
    --color-button-primary:#FCDE2B;
	--color-button-primary-hover: #0F2632;;
	--color-heading:#1B1B1B;
 	--color-body: #000;
    --color-light-bg: #F3F5F2;
	--color-dark-bg: #333333;
    --color-border:#D3D3D3;
    --color-white: #fff;
	--btn-border-color:#FCDE2B;; 
}
body { font-family: var(--font-body); color: var(--color-body); font-size:16px; line-height:1.8; padding:7.4rem 18px 18px; }
.light-bg { background-color: var(--color-light-bg); }
.dark-bg { background-color: var(--color-dark-bg); color:#fff; }
.grey-bg { background-color: var(--color-grey-bg); }
.bg-grey-1 {background-color: rgb(215 227 243 / 20%); }
p { margin:0 0 15px; }
p:last-child { margin-bottom:0; }
p:empty { display:none; }
.btn {--bs-btn-padding-x: 2rem;--bs-btn-padding-y: 1rem;font-size: var(--bs-body-font-size);border-radius: 50rem;}
.btn-primary {
	--bs-btn-color:var(--primary-color);
	--bs-btn-bg:var(--color-button-primary);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg:var(--color-button-primary-hover);
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #000;
	--bs-btn-border-color: #fff;
	--bs-btn-hover-border-color:#fff;
  	--bs-btn-border-width: 0px;
	box-shadow: 0 -2px 0 0 var(--btn-border-color);
	position: relative;
	overflow: hidden;
	transition: 0.2s;}
.btn-outline-secondary{border-color:#00000014;box-shadow: 0 -2px 0 0 #C9C9C9;}	
.btn-group-sm>.btn, .btn-sm {--bs-btn-padding-y: 0.7rem;--bs-btn-padding-x: 1.2rem;}
.btn-primary:hover{background-color:var(--color-button-primary-hover);}
.btn:active{background-color:var(--color-button-primary-hover)!important;color: #fff!important;}
h1, h1{ font-family:  var(--font-heading);}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 { font-family: var( --font-heading); font-weight:500; color: var(--color-heading); line-height:1.3; position: relative;z-index: 1; padding: 0; margin: 0 0 20px; }
h1, .h1 { font-size:48px;}
h2, .h2 { font-size:46px;}
h3, .h3 { font-size:24px;}
h4, .h4 { font-size:20px;}
h5, .h5 {font-size:18px;}
ul{list-style: none;padding: 0;}
.text-danger{color: rgba(255, 0, 0, 1)!important;}
a { color:var(--link-color); text-decoration: none; -webkit-transition: all 0.3s; transition: all 0.3s; }
a:hover { color:var(--link-hover); }
.link { text-decoration: underline; }
.mt-6{margin-top: 2rem;}
.mb-6{margin-bottom: 2rem;}
input::placeholder {color:var(--color-d1-primary);}
.form-group{position: relative;}
label {font-weight: 400;margin-bottom: 5px}
.form-control:focus { box-shadow:none; border:1px solid var(--color-border3);}
textarea.form-control{border-radius: 30px;max-height: 134px;} 
select { appearance:none; } 
.py-50{ padding:50px 0; }
.pt-50{ padding-top: 50px; }
.pb-50{ padding-bottom: 50px; }
header{ background:#fff; box-shadow:0 4px 12px rgba(0, 0, 0, 0.1);margin-bottom: 0; }
header .navbar .navbar-brand {transition: transform 0.3s ease;}
header .navbar .navbar-brand img{width: 220px;}
header .navbar .navbar-toggler {border: none;padding: 0;box-shadow: none;color: #000;}
header .navbar .navbar-toggler:focus {box-shadow: none;}
header .navbar .nav-item {position: relative;}
header .navbar .nav-link {color: var(--color-body);font-size: 16px; font-weight: 400;transition: all 0.3s;padding:1rem 1rem!important;position: relative;}
header .navbar .nav-link:before {content: '';position: absolute; display: block;width: 60%;height: 3px; bottom: 0;opacity: 0; background:var(--link-color-hover);}
header .navbar .nav-link:hover:before{opacity: 1;}
header .navbar .nav-link.active:before{opacity: 1;}
header .navbar .nav-link:hover,
header .navbar .nav-link.active {color: var(--link-color-hover);text-shadow: 0 .015em var(--link-color-hover), 0 -.015em var(--link-color-hover), .01em 0 var(--link-color-hover), -.01em 0 var(--link-color-hover);}
/* Dropdown Menu Styles */
header .navbar .dropdown-menu {background: var(--color-white);border: 1px solid var(--color-border);border-radius: 8px;   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);  margin-top: 10px;padding: 0px;}
header .navbar .dropdown-menu .user-welcome, header .navbar .dropdown-menu .user-name {display: none;}
header .navbar .dropdown-item {color: #000;  padding: 7px 20px;font-weight: 500;transition: all 0.3s ease;}
header .navbar .dropdown-item:hover { background-color: rgba(0, 130, 64, 0.1); color: rgba(0, 130, 64, 1);}
header .navbar.scrolled {background-color: #fff;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);}
.hero-section { position: relative;height: 85vh;border-radius: 20px;overflow: hidden;}
/* Swiper full background */
.heroSwiper {position: absolute;inset: 0;z-index: 0;}
.heroSwiper .swiper-wrapper, .heroSwiper .swiper-slide {height: 100%;}
.heroSwiper .swiper-slide {background-size: cover;background-position: center;}
.hero-overlay { position: absolute;inset: 0; z-index: 1;background: linear-gradient(to top, rgba(0,0,0,0.85) 10%, rgba(0,0,0,0.55) 40%, rgba(0,0,0,0.15) 70%, rgba(0,0,0,0));}
/* Content always on top */
.hero-content {position: relative; z-index: 2;padding: 60px 10px;}
/* content above overlay */
.hero-section .container{position:relative;z-index:2;}
.hero-section .hero-title{ color:#fff;font-weight:500;line-height:1.25; margin-bottom:20px;}
.hero-section .hero-desc{color:#fff;font-size:18px;max-width:960px;}
.hero-inner-section{position: relative; background-image: url("../images/inner-banner-bg.jpg");    background-size: cover;background-position: center;height:45vh;border-radius: 20px;    overflow: hidden;padding: 60px 10px;}
.hero-inner-section .hero-title{ color:#fff;font-weight:500;line-height:1.25; margin-bottom:20px;}
.hero-inner-section::before{content:""; position:absolute;inset:0;background: linear-gradient(to top, rgba(0,0,0,0.85) 10%, rgba(0,0,0,0.55) 40%, rgba(0,0,0,0.15) 70%,rgba(0,0,0,0));}
/* content above overlay */
.hero-inner-section .container{position:relative;z-index:2;}
.benefits-section .benefits-wrapper{display:flex;gap:25px;height:100%;}
.benefits-section .benefit-card{flex:1;background:var( --color-dark-bg);border-radius:20px;padding:50px 40px;transition:all .4s;overflow:hidden;position: relative;transform:translateY(20px);color: #fff;}
.benefits-section .benefits-wrapper .benefit-card:hover{transform:translateY(0);}

.benefits-section .benefits-wrapper .icon{margin-bottom:60px;transition:.3s;}

.benefits-section .benefit-card h4{margin-bottom:50px;color:#fff;}
/* line */
.benefits-section .benefit-card .line{width:35px;height:2px;background:var(--link-color);display:block;margin-bottom:50px;position: relative;bottom: auto;}

.benefits-section .benefits-wrapper .benefit-card .desc{opacity:1;transition:.4s;font-size: 16px;margin-bottom: 40px;}
/* description visible on hover */
.benefits-section .benefits-wrapper .benefit-card:hover .desc, .benefits-section .benefits-wrapper .benefit-card.active .desc{opacity:1;transform:translateY(0);}
.why-us-section .why-us-wrapper{display:flex;gap:25px;height:100%;}
.why-us-section .why-us-wrapper .why-us-card{flex:1;background:var( --color-dark-bg);border-radius:20px;padding:50px 30px;transition:all .4s;overflow:hidden;position: relative;transform:translateY(20px);color: #fff;}
.why-us-section .why-us-wrapper .why-us-card:hover{transform:translateY(0);}
.why-us-section .why-us-wrapper .icon{margin-bottom:60px;transition:.3s;}
.why-us-section .why-us-wrapper .why-us-card h4{color:#fff;}

/* image area */

.how-work-section .work-card .img-card img{object-fit:cover;width: 100%; border-radius: 20px 20px 0 0px;}
/* text area */
.how-work-section .work-card .card-content{padding:20px;text-align:center;background: #F1F4FD;border-radius: 0px 0px 20px 20px;}
.how-work-section .work-card p{font-size:16px;line-height:1.6;color:#124A95;margin:0;}

/* Tabs */


.price-section{background: #0F0F0F;border-radius:20px;position: relative;padding-left: 10px;padding-right: 10px;}
.price-section::before{content: '';background: url(../images/overlay-icon-img.png) no-repeat;background-size:contain;position: absolute;background-position: right; width: 420px;height: 480px;right: 0;}
.price-section .price-text{ color:#fff; font-size:24px; line-height:1.6; max-width:1180px;margin-bottom:100px;}
/* Buttons */
.price-section .price-buttons{display:flex;flex-wrap:wrap;gap:20px;}
.btn-light-custom{background:#A5A5A5;color:var(--primary-color);padding:16px 32px;border-radius:40px;font-size:16px;font-weight:500;transition:0.3s;    box-shadow: 0 -2px 0 0 #A5A5A5;    transition: 0.2s;}
.btn-light-custom:hover{background:var(--link-color);}

.faq-section .faq-accordion .accordion-item{border:none;border-bottom:1px solid #dcdcdc;background:none;}
/* BUTTON */
.faq-section .faq-accordion .accordion-button{background:none;box-shadow:none;padding:25px 0;display:flex;align-items:center;gap:20px;font-size:24px;font-weight:400;}

.faq-accordion .accordion-button::after{display:none;}
/* NUMBER */
.faq-section .faq-number{width:40px;color:#7c7c7c;}
/* TEXT */
.faq-section .faq-text{flex:1;}
/* PLUS MINUS ICON */
.faq-section .faq-toggle{font-size:30px;width:30px;text-align:right;}
/* CLOSED = PLUS */
.faq-section .accordion-button.collapsed .faq-toggle::before{content:"+";color:#222;}
/* OPEN = MINUS */
.faq-section .accordion-button:not(.collapsed) .faq-toggle::before{content:"−";color:var(--link-color);}
/* Active accordion item ka border yellow */
.faq-section .faq-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {border-bottom: 1px solid var(--link-color);}
/* ACTIVE QUESTION COLOR */
.faq-section .accordion-button:not(.collapsed) .faq-text, .faq-section .accordion-button:not(.collapsed) .faq-number{
color:var(--link-color-hover);font-weight: 700;}
.faq-section .faq-accordion .accordion-button:not(.collapsed){padding-bottom: 0;}
/* BODY */
.faq-section  .accordion-body{padding-left:60px;font-size:18px;line-height: 1.5;}
/* BUTTON */
.faq-section  .btn-primary{background:var(--link-color);padding:14px 40px;border-radius:40px;font-size:18px;}
.faq-section  .btn-primary:hover{background:var(--link-hover);color: #fff;}
.history-section{position: relative;overflow: hidden;background: var(--primary-color);border-radius: 20px;color: #fff;}
.history-light-bg{background:#fff;color: #000;}
/* slide spacing */
.history-section .historySwiper{padding-bottom:10px;margin-right: calc(-100vw / 2 + 100% / 2); max-width: calc(100vw);}
.history-section .history-card img{width:100%;height:420px;object-fit:cover;border-radius:20px;object-position: top;}
.history-section .history-card h5{margin-top:15px;font-size:22px;font-weight:500;color: #ffff;max-width: 56%;}
.history-light-bg .history-card h5{color: #000;font-size: 20px; max-width: 100%;}
/* bottom area */
.history-section .history-controls{display:flex;align-items:center;justify-content:space-between;margin-top:40px;}
/* progress bar */
.history-section .history-progress{width:85%;height:2px;background:#dcdcdc;position:relative;overflow:hidden;}
.progress-line{position:absolute;left:0;top:0;height:2px;width:0%;background:var(--link-color);transition:width .4s ease;}
.history-card video{width:100%;height:420px;object-fit:contain;border-radius:4px;display:block;}
/* arrows */
.history-section .history-nav{display:flex;gap:15px;}
.history-section .history-nav .swiper-button-prev, .history-section .history-nav .swiper-button-next{ position:relative;top:auto;left:auto;right:auto;width:50px;height:50px;border-radius:50%;}
.history-section .history-prev1,.history-section .history-prev2{background:#E6E6E6;}
.history-section .history-next1,.history-section .history-next2{background:var(--link-color);}
.history-section .swiper-button-prev:after,
.history-section .swiper-button-next:after{font-size:16px;color:#000;}

#netzwerk .logo-grid { display: grid; grid-template-columns: repeat(5, 1fr); /* ðŸ‘ˆ 5 columns */    gap: 30px;}
.client-logo-box {padding: 20px;border-radius: 12px;background: #fff; transition: all 0.3s ease;position: relative;}
/* hover effect */
.client-logo-link:hover .client-logo-box {transform: translateY(-8px);box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);}


.contact-section .contact-wrapper{background:url("../images/hero3.jpeg") center/cover no-repeat;border-radius:20px;padding:50px 40px;position:relative;overflow:hidden;}
/* dark overlay */
.contact-section .contact-wrapper::before{content:"";position:absolute;inset:0;background:#000606C9;z-index:1;border-radius:20px;}
.contact-section .contact-wrapper .row{position:relative;z-index:2;}
/* left content */
.contact-section .contact-text{font-size:18px;max-width:650px;color:#fff;}
/* form card */
.contact-section .contact-card{background:#fff;padding:40px;border-radius:12px;}
.contact-section .form-title{font-size:28px;font-weight:500;margin-bottom:10px;}
.contact-section .form-desc{font-size:16px;color:#666;margin-bottom:30px;}
.form-group{margin-bottom:25px;}
.form-group input, .form-group textarea{ width:100%;border:none;border-bottom:1px solid rgba(195, 195, 195, 1);padding:10px 0 5px;outline:none;font-size:16px;border-radius: 0;}
.form-group input:focus, .form-group textarea:focus{border-bottom:1px solid var(--link-color);}
.form-group textarea{resize:none;height:40px;}
/* button */
.submit-btn{width:100%;background:var(--link-color);border:none;padding:14px;border-radius:40px;font-size:16px;font-weight:500;margin-top:25px;transition:.3s;}
.submit-btn:hover{background:var(--link-hover);color: #fff;}

.footer {  color:#fff; font-size:16px;position: relative;padding: 100px 0 0; }
/* VIDEO */
.footer-bg-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;border-radius: 20px;}
/* OVERLAY */
.footer-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--primary-color);opacity:0.9;z-index:1;border-radius: 20px;}
.footer-content{position:relative;z-index:2;}

footer * { color:#fff; } 
ul.footer-social {display: flex;gap: 12px;margin: 0;padding: 0;}
ul.footer-social li img {width: 52px; height:52px;}
.footer-bottom { display: flex; flex-wrap: wrap; flex-direction: row-reverse;align-items: center;border-top: 1px solid rgba(0, 0, 0, 0.2); padding: 120px 0 40px 0;justify-content: space-between;position: relative;z-index: 1;}
.footer .contact-links{margin-bottom: 50px;}
.footer .contact-links li{margin-bottom: 15px;}
.footer .contact-links li img{margin-right: 10px;}
.footer .contact-links li a:hover{color:var(--link-color);}
.footer .footer-social-area a i{background-color: #fff;border-radius: 20px; color: #000;   width: 25px;height: 25px;display: flex;justify-content: center;  align-items: center;}
.footer .footer-social-area a:hover i{background-color: var(--link-color);color:#fff;}
ul.footermenu { margin: 0;padding: 0;line-height: 100%;display: flex;flex-wrap: wrap; gap: 20px;align-items: center;font-size: 13px;	font-weight: 400;font-family: var(--font-heading);}
ul.footermenu li a:hover{color:var(--link-color);}
.footer-copyright{font-family: var(--font-heading);font-size: 14px;}
.footer-address-area { min-height: 225px; }
.footer-main-title {font-size: 35px;}   
#msg .alert-success {margin-bottom: 0; font-size: 16px; line-height: 100%; padding: 13px 20px; text-align: center;}

.cs-inputerror{position: absolute; left: 0; top:100%; background-color: #fcd889; border-radius: 5px; font-size: 14px; z-index: 1; line-height: 100%; padding:10px 10px 10px 35px; color: #000000; display: none;}
.cs-inputerror::before{content: ""; position: absolute; left:10px; top:-7px; display: block; width: 0; height: 0; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #fcd889; }
.cs-inputerror > .fa-solid
{display: block; position: absolute; left:6px; top:8px; width: 20px; height: 20px; text-align: center; line-height: 20px; font-size: 12px; background-color: #ff8c00; color: #FFFFFF; border-radius: 3px;} 
.small-text{font-size: 20px;font-weight: 600;}
.custom-list {  padding-left: 0;  list-style: none; counter-reset: list-counter;  padding-top: 10px;}
.custom-list li {  counter-increment: list-counter;  position: relative;  padding-left: 40px; margin-bottom: 18px;font-size: 18px;}
.custom-list li::before {content: counter(list-counter) ".";  position: absolute;  left: 0;  top: 0;  width: 20px;  text-align: left;  font-weight: 600;}
.contact-fixed {    position: fixed; right: -5px; top: 50%;transform: translateY(-50%);z-index: 9999; display: flex; flex-direction: column;    gap: 8px;}
.contact-btn {display: flex;align-items: center;gap: 8px;padding: 10px 16px;text-decoration: none;color: #fff;font-size: 15px;    border-radius: 8px;transition: 0.3s;}
/* 👉 Vertical text */
.contact-btn span {font-size: 14px;font-weight: 600;}
.contact-btn i{  font-size: 16px;}
/* colors */
.phone { background: #007bff; }
.mail { background: #ff9800; }
.whatsapp { background: #25d366; }
/* hover */
.contact-btn:hover {transform: translateY(-5px);color: #fff;}
.hours-row {  display: grid;    grid-template-columns: 75px 1fr; align-items: center;  padding: 2px 0;}


input:-internal-autofill-selected
{box-shadow: none!important;background-color:transparent!important;padding-left: 10px;}

.innerSwiper {
  position: relative;
}

.innerSwiper img {
  width: 100%;
  display: block;
}

.inner-pagination {
  position: absolute;
  bottom: 10px;
  text-align: center;
}
.inner-pagination .swiper-pagination-bullet{width: 15px; height: 15px;background-color: #fff;opacity: 0.9;}
.inner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: var(--link-color);}
.certificate-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.cert-card {
  width: calc(33.33% - 20px);
  cursor: pointer;
    border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.cert-img {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.cert-img img {
  width: 100%;
  display: block;
  transition: 0.4s ease;
}

/* 🔥 Overlay */
.cert-card  .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); /* overlay color */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s ease;
}

/* Icon */
.cert-card  .overlay .icon {
  font-size: 30px;
  color: #fff;
  transform: scale(0.7);
  transition: 0.3s;
}

/* 🔥 HOVER EFFECT */
.cert-img:hover img {
  transform: scale(1.1); /* zoom effect */
}

.cert-img:hover .overlay {
  opacity: 1;
}

.cert-img:hover .icon {
  transform: scale(1);
}
/* Popup */
.pdf-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
}

.pdf-modal iframe {
  width: 90%;
  height: 90%;
  margin: 3% auto;
  display: block;
  background: #fff;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 992px) {
  .cert-card {
    width: calc(50% - 20px);
  }
}

@media (max-width: 576px) {
  .cert-card {
    width: 100%;
  }
}
@media (min-width: 1200px) {

.py-lg-100{padding: 80px 0;}   
.pt-lg-100{padding-top: 80px;}    
.pb-lg-80{padding-bottom: 60px;}
.pt-lg-80{padding-top: 60px;}   

.client-logo-box img{width: 100%;height: 150px;object-fit: contain;}
.section-text{font-size: 30px;}
}


@media (min-width: 1600px) {
.container, .container-lg, .container-xl, .container-xxl { max-width:1480px; }
h1, .h1 { font-size:56px;}
h2, .h2 { font-size:55px;}
h3, .h3 { font-size:29px;}
h4, .h4 { font-size:25px;}
h5, .h5 {font-size:20px;}
header .navbar .nav-link{font-size: 17px;}
.contact-btn { padding: 12px 18px;}
.contact-btn span { font-size: 16px; }

.footer-main-title {font-size: 39px;}
.how-work-section .work-card p{font-size:18px;}
.price-section .price-text{ color:#fff; font-size:28px;max-width: 1320px;}
.faq-accordion .accordion-button{font-size: 28px;}
.py-lg-100{padding: 100px 0;}   
.pt-lg-100{padding-top: 100px;}
.pt-lg-80{padding-top: 80px;}    
.pb-lg-80{padding-bottom: 80px;}

.footer .footer-text{font-size:18px;}
.client-logo-box h4{font-size: 20px;}
.section-text{font-size: 38px;}
}

@media (max-width: 1480px) {
.function-inner{max-width: 800px;}
.benefits-section .benefits-wrapper .icon, .benefits-section .benefit-card h4{margin-bottom: 30px;}
.benefits-section .benefit-card{padding: 40px 30px;}
header .navbar .navbar-brand img{width: 180px;}
.history-section .history-card h5{margin-top:15px;font-size:20px;font-weight:500;}
.history-light-bg .history-card h5{color: #000;font-size: 18px; max-width: 100%;}
.custom-list li{margin-bottom: 12px;}
}
@media (max-width: 1400px) {
    h1, .h1 { font-size:42px;}
h2, .h2 { font-size:40px;}
h3, .h3 { font-size:26px;}
h4, .h4 { font-size:22px;}
h5, .h5 {font-size:20px;}
header .navbar .nav-link{padding: 0.8rem 0.9rem!important;font-size: 15px;}
.price-section  .price-text{font-size:20px;}
footer .footer-bottom {flex-direction: column-reverse;gap:20px;}
.footer{padding: 80px 0 0;}
.footer-bottom{padding: 100px 0 40px;}
.footer-main-title{font-size: 30px;}
.price-section::before{width: 300px;height: 380px;}
}
@media (max-width: 1280px) {
	header .navbar .navbar-brand img{width: 160px;}
	header .navbar .nav-link{font-size: 14px;}
.why-us-section .why-us-wrapper{gap:20px;}
.why-us-section .why-us-wrapper .icon{margin-bottom: 20px;}
.why-us-section .why-us-wrapper .why-us-card h4{margin-bottom: 0;}
body{padding: 6.4rem 15px 15px;}
ul.footer-social li img {width: 40px; height:40px;}
}

@media (max-width: 1199px) {

h1, .h1 { font-size:36px; }
h2, .h2 { font-size:34px; }
h3, .h3 { font-size:24px; }
h4, .h4 { font-size:21px; }

header .navbar{padding: 10px 0 0!important;}
.benefits-section .benefits-wrapper, .why-us-section .why-us-wrapper{flex-wrap:wrap;height:auto;}
.benefits-section{padding-top: 0px ;}
.benefits-section .benefits-wrapper .benefit-card, .why-us-section .why-us-wrapper .why-us-card{flex:0 0 calc(50% - 10px)!important;}
.benefits-section .benefits-wrapper{gap:20px;}
.benefits-section .benefit-card, .why-us-section .why-us-card{padding: 35px 20px;}
.benefits-section .benefits-wrapper .benefit-card .line, .benefits-section .benefits-wrapper .benefit-card.active .line{position:relative;    bottom: auto;margin-bottom: 25px;}
.benefits-section .benefits-wrapper .benefit-card .desc{margin-bottom: 0;}
.benefits-section .benefits-wrapper .benefit-card .desc, .benefits-section .benefits-wrapper .benefit-card.active .desc{opacity:1;transform:translateY(0);}
.faq-section .faq-accordion .accordion-button{font-size:20px;}
.contact-section .contact-card{padding: 20px;}
.submit-btn{padding: 10px;}
.btn{padding: 10px 20px;}
.price-section .price-text{margin-bottom: 50px;}
.footer-address-area{min-height: 150px;}
.benefits-section .benefits-wrapper .benefit-card:hover{transform:translateY(20px);}
.section-text{font-size: 27px;}
}

@media (max-width: 991px) {
.hero-section { position: relative;height: 70vh;border-radius: 20px;overflow: hidden;}	
h1, .h1 { font-size:32px; }
h2, .h2 { font-size:30px; }
h3, .h3 { font-size:22px; }
h4, .h4 { font-size:20px; }
.hero-section .hero-desc{font-size:16px;}
footer .footer{padding: 60px 0;}
.footer{padding: 50px 15px 0;}
.offcanvas.offcanvas-top { height: auto; max-height: 40vh; }
header .offcanvas .offcanvas-header{padding: 1rem 1rem 0;}
header .offcanvas .offcanvas-body{padding: 0;}
header .offcanvas .navbar-nav .nav-link {color: #000; padding: 20px 20px!important;border-bottom: 1px solid var(--color-border);}
header .user-info{display: none;}
header .navbar-toggler { order: 3;margin-left: 15px; }
header .navbar-brand { margin-right: auto;   }
.benefits-section .benefits-wrapper .benefit-card, .why-us-wrapper .why-us-card{flex:0 0 100%!important;}

.history-section .history-card img, .history-card video{height: 350px;}
.price-section  .price-text{font-size:18px;}
.contact-section .contact-wrapper{padding:60px 40px;}
.contact-section .contact-title{font-size:38px;}
.contact-card{margin-top:40px;}
.footer-address-area{min-height: 140px;}
.footer-bottom{padding: 70px 0 30px;}
ul.footermenu {justify-content: center;gap: 15px;font-size: 13px;}
.footer-copyright{font-size: 13px;text-align: center;padding-bottom: 30px;}
.price-section::before{width: 250px;height: 320px;}

#netzwerk .logo-grid{    grid-template-columns: repeat(3, 1fr);}
}

@media (max-width: 767px) {
h1, .h1 { font-size:27px; }
h2, .h2 { font-size:26px; }
h3, .h3 { font-size:20px; }
h4, .h4 { font-size:18px; }
h5, .h5 { font-size:16px; }
footer .footer{padding: 50px 0 40px;}
.contact-section .contact-text, .faq-section .accordion-body{font-size:16px;}
.faq-section .faq-accordion .accordion-button{font-size:20px;}
.faq-section .faq-accordion .accordion-body{padding-left:40px;}
.history-section .history-card img{height: 300px;}

.history-section .historySwiper{margin-right: auto;max-width: 100%;}
.history-section .historySwiper .swiper-slide{width: calc(100% - 0px)!important;}
.history-section .history-card h5{margin-top:15px;font-size:18px;font-weight:500;max-width:100% ;}
.history-section-light .history-card h5{font-size: 16px;}
.faq-section .faq-number{width: 20px;}
.faq-section .faq-accordion .accordion-button{align-items: start;}

.section-text{font-size: 24px;}
.contact-btn i{  transform: rotate(0deg); /* makes it readable top to bottom */}
    .contact-fixed {right: 50%;bottom: 0px;top: auto;transform: translateX(50%);flex-direction: row; gap: 15px;width: 100%;text-align: center; justify-content: center;background: #ffffffe6;padding: 10px; box-shadow: 0px -5px 12px rgba(0, 0, 0, 0.1);}
 .contact-btn {transform: none; /* remove rotation */width: 50px;height: 50px;padding: 0;border-radius: 50%;justify-content: center;}
.contact-btn span {display: none;}
.contact-btn i {font-size: 24px;}
}

@media (max-width: 575px) {
	.hero-overlay{background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.55) 100%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0));}
.history-section .history-card img{height: 250px;}
.section-text{font-size: 20px;}
.btn-group-sm>.btn, .btn-sm{--bs-btn-padding-y: 0.5rem;--bs-btn-padding-x: 0.8rem;}
header .navbar .navbar-brand img{width: 180px;}
.benefits-section .benefits-wrapper .benefit-card, .why-us-section .why-us-card{padding:25px;}
.benefits-section .benefits-wrapper .benefit-card h3, .why-us-wrapper .why-us-card h3{font-size:18px;}
.benefits-section .benefits-wrapper .desc{font-size:14px;}
.price-section .price-text{font-size:16px;}
.faq-section .faq-accordion .accordion-button{font-size:18px;}
.contact-section .contact-wrapper{padding:40px 25px;}
.contact-title{font-size:30px;}
.why-us-section .why-us-wrapper .why-us-card{flex: 0 0 100% !important;}
.history-section .history-progress{display: none;}
#netzwerk .logo-grid{    grid-template-columns: repeat(1, 1fr);}
}
