* {
    margin:0;
    padding:0;
  box-sizing:border-box;
}

body {
font-family: Arial, sans-serif;
  line-height:1.6;
color: #333;
  background: #fff;
}

.container {
max-width: 1200px;
  margin:0 auto;
 padding:0 15px;
}

.row {
 display:flex;
flex-wrap: wrap;
   margin:0 -15px;
}

.col-5 {
flex: 0 0 41.66667%;
  max-width:41.66667%;
padding: 0 15px;
}

.col-7{
  flex:0 0 58.33333%;
max-width: 58.33333%;
 padding:0 15px;
}

.col-lg-5 {
flex:0 0 41.66667%;
  max-width: 41.66667%;
 padding:0 15px;
}

.col-md-6{
flex: 0 0 50%;
  max-width:50%;
padding: 0 15px;
}

.col-md{
  flex:1;
padding: 0 15px;
}

.col-md-12 {
flex:0 0 100%;
  max-width:100%;
padding: 0 15px;
}

.header-area{
position: relative;
  z-index:100;
width: 100%;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
}

.top-header-area{
position: relative;
  z-index:1;
height: 48px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.top-header-content p{
margin-bottom: 0;
  font-size:14px;
color: rgba(255,255,255,0.9);
  font-weight:400;
line-height: 48px;
  padding:0 5px;
}

.main-header-area{
position: relative;
  z-index:1;
background-color: #ffffff;
  border-bottom:1px solid rgba(0,0,0,0.05);
}

.classy-nav-container{
width: 100%;
  position:relative;
}

.classy-navbar{
height: 85px;
  padding:0;
display: flex;
  align-items:center;
justify-content: space-between;
  position:relative;
}

.nav-brand{
display: flex;
  align-items:center;
}

.nav-brand img{
max-height: 55px;
  width:auto;
transition: transform 0.3s ease;
}

.nav-brand img:hover{
transform: scale(1.05);
}

.classy-navbar-toggler{
display: none;
  cursor:pointer;
background: transparent;
  border:none;
padding: 8px;
  border-radius:4px;
transition: background 0.3s ease;
}

.classy-navbar-toggler:hover{
background: rgba(0,0,0,0.05);
}

.navbarToggler{
display: block;
}

.navbarToggler span{
display: block;
  width:30px;
height: 3px;
  margin-bottom:5px;
background-color: #333333;
  border-radius:2px;
transition: all 0.3s ease;
}

.navbarToggler span:last-child{
margin-bottom: 0;
}

.classy-menu{
display: block;
}

.classynav{
display: flex;
  align-items:center;
}

.classynav ul{
list-style: none;
  margin:0;
padding: 0;
  display:flex;
align-items: center;
}

.classynav ul li{
display: inline-block;
  position:relative;
margin-right: 35px;
}

.classynav ul li:last-child{
margin-right: 0;
}

.classynav ul li a{
padding: 0 8px;
  display:block;
font-weight: 500;
  font-size:16px;
color: #333333;
  text-decoration:none;
line-height: 85px;
  position:relative;
transition: color 0.3s ease;
}

.classynav ul li a::after{
content: '';
  position:absolute;
bottom: 20px;
  left:50%;
width: 0;
  height:2px;
background: #ff3500;
  transition:all 0.3s ease;
transform: translateX(-50%);
}

.classynav ul li a:hover{
color: #ff3500;
}

.classynav ul li a:hover::after{
width: 80%;
}

.slider_bg_1{
background-image: url(../itimages/hero-tech-background.webp);
}

.slider_area{
position: relative;
  z-index:3;
}

.slider_area .single_slider{
height: 680px;
  background-size:cover;
background-position: center;
  background-repeat:no-repeat;
position: relative;
  display:flex;
align-items: center;
}

.bg-overlay{
position: absolute;
  top:0;
left: 0;
  right:0;
bottom: 0;
  background:rgba(0,0,0,0.65);
z-index: 1;
}

.slider_area .single_slider .slider_text{
position: relative;
  z-index:6;
}

.slider_area .single_slider .slider_text h3{
color: #ffffff;
  font-family:"Arial", sans-serif;
font-size: 64px;
  font-weight:300;
margin-bottom: 8px;
  line-height:75px;
text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.slider_area .single_slider .slider_text h3 span{
font-weight: 700;
  color:#fff;
}

.slider_area .single_slider .slider_text p{
font-size: 18px;
  font-weight:400;
color: rgba(255,255,255,0.95);
  margin-bottom:0;
margin-top: 0;
  line-height:28px;
display: inline-block;
  margin-bottom:45px;
margin-top: 18px;
  max-width:520px;
}

.slider_area .dog_thumb{
position: absolute;
  bottom:0;
right: 15%;
  bottom:-85px;
z-index: 2;
}

.slider_area .dog_thumb img{
max-width: 100%;
  height:auto;
filter: drop-shadow(0 10px 20px rgba(0,0,0,0.2));
}

.boxed-btn4{
background: #fff;
  font-size:17px;
font-weight: 600;
  border:2px solid #fff;
color: #ff3500;
  padding:16px 45px;
font-family: "Arial", sans-serif;
  display:inline-block;
border-radius: 30px;
  text-decoration:none;
transition: all 0.4s ease;
  box-shadow:0 4px 15px rgba(0,0,0,0.1);
}

.boxed-btn4:hover{
background: #ff3500;
  color:#fff;
border: 2px solid #ff3500;
  transform:translateY(-2px);
box-shadow: 0 6px 20px rgba(255,53,0,0.3);
}

.ftco-footer{
font-size: 16px;
  padding:6em 0;
z-index: 0;
  position:relative;
}

.ftco-footer .overlay{
position: absolute;
  top:0;
left: 0;
  right:0;
bottom: 0;
  content:'';
opacity: .88;
  background:linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.ftco-footer .ftco-footer-widget{
position: relative;
  z-index:2;
}

.ftco-footer .ftco-footer-widget h2{
font-weight: 600;
  color:#fff;
margin-bottom: 25px;
  font-size:22px;
}

.ftco-footer .ftco-footer-widget ul{
list-style: none;
  padding:0;
margin: 0;
}

.ftco-footer .ftco-footer-widget ul li{
margin-bottom: 12px;
}

.ftco-footer .ftco-footer-widget ul li a{
color: rgba(255,255,255,0.85);
  text-decoration:none;
padding: 6px 0;
  display:block;
transition: color 0.3s ease;
  font-size:15px;
}

.ftco-footer .ftco-footer-widget ul li a:hover{
color: #fff;
  padding-left:5px;
}

.ftco-footer p{
color: rgba(255,255,255,0.7);
  position:relative;
z-index: 2;
  line-height:24px;
}

.ftco-footer a{
color: rgba(255,255,255,0.7);
  text-decoration:none;
}

.ftco-footer a:hover{
color: #fff;
}

.ftco-heading-2{
font-size: 20px;
  font-weight:500;
color: #ffffff;
}

.block-23 ul{
padding: 0;
  list-style:none;
margin: 0;
}

.block-23 ul li, .block-23 ul li > a{
display: table;
  line-height:1.8;
margin-bottom: 18px;
  color:rgba(255,255,255,0.8);
text-decoration: none;
  transition:color 0.3s ease;
}

.block-23 ul li > a:hover{
color: #fff;
}

.block-23 ul li span{
color: rgba(255,255,255,0.8);
}

.block-23 ul li .icon, .block-23 ul li .text{
display: table-cell;
  vertical-align:top;
}

.block-23 ul li .icon{
width: 40px;
  font-size:18px;
padding-top: 2px;
  color:#fff;
}

@media (max-width: 991px){
.classy-navbar-toggler{
display: block;
}

.classy-menu{
position: fixed;
  top:0;
left: -320px;
  width:300px;
height: 100vh;
  background:#fff;
z-index: 9999;
  transition:left 0.4s ease;
padding: 60px 25px 25px;
  box-shadow:2px 0 10px rgba(0,0,0,0.1);
}

.classy-menu.active{
left: 0;
}

.classycloseIcon{
position: absolute;
  top:20px;
right: 20px;
  cursor:pointer;
width: 30px;
  height:30px;
display: flex;
  align-items:center;
justify-content: center;
}

.cross-wrap{
width: 20px;
  height:20px;
position: relative;
}

.cross-wrap span{
position: absolute;
  width:100%;
height: 2px;
  background:#333;
top: 50%;
  transform:translateY(-50%);
border-radius: 1px;
}

.cross-wrap span.top{
transform: translateY(-50%) rotate(45deg);
}

.cross-wrap span.bottom{
transform: translateY(-50%) rotate(-45deg);
}

.classynav{
display: block;
}

.classynav ul{
flex-direction: column;
  align-items:stretch;
}

.classynav ul li{
margin-right: 0;
  margin-bottom:8px;
display: block;
  border-bottom:1px solid rgba(0,0,0,0.08);
}

.classynav ul li:last-child{
border-bottom: none;
}

.classynav ul li a{
line-height: 45px;
  padding:12px 0;
font-size: 17px;
}

.classynav ul li a::after{
display: none;
}

.slider_area .single_slider{
height: 550px;
}

.slider_area .single_slider .slider_text h3{
font-size: 38px;
  line-height:45px;
}

.slider_area .dog_thumb{
display: none;
}

.col-5, .col-7, .col-lg-5, .col-md-6{
flex: 0 0 100%;
  max-width:100%;
}

.col-md{
flex: 0 0 100%;
  max-width:100%;
margin-bottom: 35px;
}

.text-right{
text-align: left;
}
}

@media (min-width: 768px) and (max-width: 991px){
.slider_area .single_slider{
height: 600px;
}

.slider_area .single_slider .slider_text h3{
font-size: 50px;
  line-height:58px;
}

.col-md{
flex: 0 0 50%;
  max-width:50%;
margin-bottom: 35px;
}
}

@media (min-width: 992px) and (max-width: 1200px){
.slider_area .single_slider{
height: 620px;
}

.slider_area .single_slider .slider_text h3{
font-size: 58px;
  line-height:68px;
}

.slider_area .dog_thumb{
right: 8%;
  text-align:right;
}

.slider_area .dog_thumb img{
max-width: 85%;
}
}

.h-100{
height: 100%;
}

.d-flex{
display: flex;
}

.align-items-center{
align-items: center;
}

.justify-content-between{
justify-content: space-between;
}

.mb-4{
margin-bottom: 1.5rem;
}

.mb-5{
margin-bottom: 3rem;
}

.mt-4{
margin-top: 1.5rem;
}

.mt-5{
margin-top: 3rem;
}

.ml-5{
margin-left: 3rem;
}

.ml-md-4{
margin-left: 1.5rem;
}

.ml-md-5{
margin-left: 3rem;
}

.mx-2{
margin-left: 0.5rem;
  margin-right:0.5rem;
}

.text-center{
text-align: center;
}

.text-right{
text-align: right;
}

.list-unstyled{
list-style: none;
  padding-left:0;
}

.float-md-left{
float: left;
}

.float-lft{
float: left;
}

.py-2{
padding-top: 0.5rem;
  padding-bottom:0.5rem;
}

.d-block{
display: block;
}

@media (max-width: 991px){
.d-none{
display: none;
}
}

@media (min-width: 992px){
.d-lg-block{
display: block;
}
}


.main-content-section{
padding:7rem 0;
}

@media (max-width:767px) {
.main-content-section{
padding:4rem 0;
}
}

@media (min-width:768px) and (max-width:991px){
.main-content-section{
padding: 5rem 0;
}
}

.bg-light-gray{
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
  position:relative;
}

.section-header-block h2{
font-size:2.8rem;
  color:#ff3500;
margin-bottom:25px;
  font-weight:400;
text-align: center;
}

@media (max-width:767px){
.section-header-block h2{
font-size: 2.2rem;
  line-height:1.2;
}
}

.section-header-block p{
color:#555;
  font-size:17px;
line-height:1.8;
  max-width:550px;
margin:0 auto;
  text-align:center;
font-style: italic;
}

@media (max-width:767px){
.section-header-block p{
font-size: 16px;
  padding:0 10px;
}
}

.video-wrapper-block .video-player-container{
position:relative;
  overflow:hidden;
border-radius:15px;
  box-shadow:0 15px 40px rgba(0,0,0,0.1);
margin-bottom: 3rem;
}

@media (max-width:767px){
.video-wrapper-block .video-player-container{
margin-top: -2rem;
  margin-bottom:2rem;
border-radius: 8px;
}
}

.video-player-container img{
width: 100%;
  height:auto;
display: block;
  transition:transform 0.4s ease;
}

.video-player-container:hover img{
transform: scale(1.05);
}

.stats-counter-block{
text-align:center;
  padding:25px 10px;
transition: transform 0.3s ease;
}

.stats-counter-block:hover{
transform: translateY(-5px);
}

.stats-counter-block .big-number,
.stats-counter-block .counter-description{
display:block;
  line-height:1.1;
}

.stats-counter-block .big-number{
color:#ff3500;
  font-size:3.5rem;
position:relative;
  padding-bottom:15px;
margin-bottom:15px;
  font-weight:800;
}

@media (max-width:767px){
.stats-counter-block .big-number{
font-size:2.8rem;
}
}

@media (min-width:768px) and (max-width:991px){
.stats-counter-block .big-number{
font-size: 3rem;
}
}

.stats-counter-block .big-number:after{
position:absolute;
  content:"";
width:45px;
  height:2px;
left:50%;
  bottom:0;
transform:translateX(-50%);
  background:rgba(255,53,0,0.4);
}

.stats-counter-block .counter-description{
font-size:13px;
  letter-spacing:.08em;
color:#444;
  font-weight:600;
text-transform:uppercase;
}

@media (max-width:767px){
.stats-counter-block .counter-description{
font-size: 12px;
}
}

.responsive-img{
max-width:100%;
  height:auto;
border-radius:12px;
}

.justify-content-center{
justify-content:center !important;
}

.mb-4{
margin-bottom:1.5rem !important;
}

.mb-5{
margin-bottom:3rem !important;
}

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

.col-6{
flex:0 0 50%;
  max-width:50%;
padding:0 15px;
}

.col-md-6{
flex:0 0 50%;
  max-width:50%;
padding:0 15px;
}

.col-md-7{
flex:0 0 58.33333%;
  max-width:58.33333%;
padding:0 15px;
}

.col-md-12{
flex:0 0 100%;
  max-width:100%;
padding:0 15px;
}

.col-12{
flex:0 0 100%;
  max-width:100%;
padding:0 15px;
}

@media (max-width:767px){
.col-6{
flex: 0 0 50%;
  max-width:50%;
margin-bottom: 20px;
}

.col-md-6, .col-md-7, .col-md-12{
flex:0 0 100%;
  max-width:100%;
}
}

@media (min-width:768px) and (max-width:991px){
.col-md-6{
flex: 0 0 50%;
  max-width:50%;
margin-bottom: 25px;
}
}

@media (min-width:992px){
.col-lg-0{
flex:0 0 auto;
  width:auto;
}

.col-lg-3{
flex:0 0 25%;
  max-width:25%;
padding:0 15px;
}
}


.prezzi-section{
padding-top:95px;
  padding-bottom:75px;
background-image: url(../itimages/pricing-bg-tech.webp);
  background-repeat: no-repeat;
background-size:cover;
  background-position: top center;
position:relative;
}

.prezzi-section .main-section-title{
text-align: center;
  margin-bottom:42px;
}

.main-section-title h2{
color: #ffffff;
  font-size:52px;
font-weight: 600;
  margin-bottom:20px;
text-transform: uppercase;
}

@media (max-width:767px){
.main-section-title h2{
font-size: 38px;
}
}

.main-section-title p{
color: #ffffff;
  margin-bottom:0;
font-size: 18px;
  line-height:1.6;
}

.prezzi-section .main-section-title p{
color: #ffffff;
  max-width:600px;
margin: 0 auto;
}

.prezzi-section .prezzi-toggle-option{
text-align: center;
  margin-bottom:55px;
}

.prezzi-section .prezzi-toggle-option ul{
list-style: none;
  padding:0;
margin: 0;
  display:flex;
justify-content: center;
  align-items:center;
}

.prezzi-section .prezzi-toggle-option li{
list-style: none;
  display:inline-block;
font-size: 17px;
  color:#ffffff;
letter-spacing: 1.2px;
  margin-right:12px;
font-weight: 500;
}

.prezzi-section .prezzi-toggle-option li:last-child{
margin-right: 0;
}

.prezzi-section .prezzi-toggle-option li .price-switch{
position: relative;
  display:inline-block;
width: 75px;
  height:32px;
margin-bottom: 0;
}

.prezzi-section .prezzi-toggle-option li .price-switch input{
opacity: 0;
  width:0;
height: 0;
}

.prezzi-section .prezzi-toggle-option li .price-switch .toggle-slider{
position: absolute;
  cursor:pointer;
top: 0;
  left:0;
right: 0;
  bottom:0;
background: rgba(255,255,255,0.35);
  border-radius:3px;
transition: 0.45s;
}

.prezzi-section .prezzi-toggle-option li .price-switch .toggle-slider::before{
position: absolute;
  content:"";
height: 32px;
  width:37px;
right: 0;
  bottom:0;
background-color: white;
  transition:0.45s;
border-radius: 3px;
}

.prezzi-section .prezzi-toggle-option li .price-switch input:checked+.toggle-slider:before{
transform: translateX(-37px);
}

.corso-prezzo-card{
background: #ffffff;
  text-align:center;
padding: 50px 0 55px;
  position:relative;
overflow: hidden;
  margin-bottom:35px;
border-radius: 6px;
  box-shadow:0 10px 30px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
}

.corso-prezzo-card:hover{
transform: translateY(-10px);
  box-shadow:0 20px 40px rgba(0,0,0,0.15);
}

.corso-prezzo-card h4{
color: #1a1a1a;
  font-weight:600;
text-transform: uppercase;
  margin-bottom:38px;
font-size: 22px;
}

.corso-prezzo-card .prezzo-plan{
margin-bottom: 40px;
}

.corso-prezzo-card .prezzo-plan h2{
color: #ff3500;
  font-size:52px;
font-weight: 700;
  position:relative;
padding-left: 20px;
  margin-bottom:12px;
display: inline-block;
}

@media (max-width:767px){
.corso-prezzo-card .prezzo-plan h2{
font-size: 42px;
}
}

.corso-prezzo-card .prezzo-plan h2 span{
color: #ff3500;
  font-size:20px;
font-weight: 700;
  position:absolute;
left: 0;
  top:10px;
}

.corso-prezzo-card .prezzo-plan p{
font-size: 17px;
  line-height:22px;
color: #1a1a1a;
  text-transform:uppercase;
letter-spacing: 2.2px;
  font-weight:500;
}

.corso-prezzo-card ul{
margin-bottom: 40px;
  list-style:none;
padding: 0;
}

.corso-prezzo-card ul li{
list-style: none;
  font-size:17px;
font-weight: 600;
  color:#1a1a1a;
line-height: 45px;
  padding:5px 20px;
}

.corso-prezzo-card .main-btn.prezzo-btn{
background: linear-gradient(to right, #ff3500, #ff6b35);
  color:#ffffff;
border: none;
  font-weight:600;
}

.corso-prezzo-card .main-btn.prezzo-btn:hover{
background: linear-gradient(to right, #ff6b35, #ff3500);
  transform:translateY(-2px);
box-shadow: 0 5px 15px rgba(255,53,0,0.3);
}

.corso-prezzo-card .popular-badge{
width: 170px;
  height:42px;
background: #ff3500;
  position:absolute;
right: -70px;
  top:-6px;
transform: rotate(45deg);
}

.corso-prezzo-card .popular-badge i{
position: absolute;
  left:72px;
top: 17px;
  color:#ffffff;
font-size: 16px;
}

.main-btn{
display: inline-block;
  font-size:15px;
font-weight: 600;
  padding:0 14px;
color: #ffffff;
  letter-spacing:2.2px;
text-transform: uppercase;
  text-align:center;
width: 170px;
  height:50px;
border: 2px solid #ff3500;
  box-sizing:border-box;
background: transparent;
  transition:all 0.4s ease;
line-height: 46px;
  position:relative;
z-index: 1;
  border-radius:5px;
text-decoration: none;
}

.main-btn:hover{
background: #ff3500;
  color:#ffffff;
}

.background-overlay{
position: relative;
}

.background-overlay::before{
content: '';
  position:absolute;
top: 0;
  left:0;
width: 100%;
  height:100%;
background: rgba(0,0,0,0.6);
  z-index:1;
}

.background-overlay .container{
position: relative;
  z-index:2;
}

.col-lg-4{
flex: 0 0 33.33333%;
  max-width:33.33333%;
padding: 0 15px;
}

.col-lg-12{
flex: 0 0 100%;
  max-width:100%;
padding: 0 15px;
}

@media (max-width:991px){
.col-lg-4, .col-lg-12{
flex: 0 0 100%;
  max-width:100%;
}

.corso-prezzo-card{
margin-bottom: 25px;
}
}

@media (min-width:768px) and (max-width:991px){
.col-lg-4{
flex: 0 0 50%;
  max-width:50%;
}
}

.spad{
padding-top: 110px;
  padding-bottom:110px;
}

@media (max-width:767px){
.spad{
padding-top: 80px;
  padding-bottom:80px;
}

.prezzi-section{
padding-top: 70px;
  padding-bottom:50px;
}
}


.main-content-area{
padding: 7rem 0;
  background:#f8f9fa;
}

@media (max-width:767px){
.main-content-area{
padding: 4rem 0;
}
}

.feature-card-item{
box-shadow: 0 3px 12px 0 rgba(0,0,0,0.12);
  border-radius:8px;
overflow: hidden;
  margin:15px;
transition: transform 0.3s ease;
  background:#ffffff;
}

.feature-card-item:hover{
transform: translateY(-5px);
  box-shadow:0 8px 25px 0 rgba(0,0,0,0.15);
}

.feature-card-item figure{
position: relative;
  overflow:hidden;
}

.feature-card-item .card-category{
background: #ff3500;
  padding:22px;
border-radius: 0 0 8px 8px;
}

.feature-card-item .card-category h3{
color: #fff;
  font-size:19px;
margin-bottom: 0;
  font-weight:600;
text-transform: uppercase;
  letter-spacing:1px;
}

.feature-card-item .feature-icon{
position: absolute;
  top:20px;
left: 20px;
  background:rgba(255,53,0,0.9);
color: #fff;
  width:60px;
height: 60px;
  border-radius:50%;
display: flex;
  align-items:center;
justify-content: center;
  font-size:24px;
z-index: 5;
  box-shadow:0 5px 15px rgba(0,0,0,0.2);
}

.feature-card-item .feature-card-content{
padding: 25px 42px;
  text-align:center;
}

.feature-card-item .feature-card-content h2{
margin: 0 0 28px 0;
  font-size:19px;
color: #000;
  line-height:1.4;
font-weight: 600;
}

.feature-card-item .feature-card-content .feature-rating{
text-align: center;
  margin-bottom:20px;
}

.feature-card-item .feature-card-content .feature-rating > span{
display: inline-block;
  margin:3px;
font-size: 18px;
}

.feature-card-item .feature-card-content .feature-desc{
font-size: 14px;
  line-height:1.6;
color: #555;
  margin-bottom:25px;
}

.features-slider-container{
position: relative;
  display:flex;
flex-wrap: wrap;
  justify-content:center;
align-items: stretch;
}

@media (max-width:991px){
.features-slider-container{
flex-direction: column;
}

.feature-card-item{
margin: 15px 0;
}
}

@media (min-width:768px){
.feature-card-item{
flex: 0 0 calc(50% - 30px);
  max-width:calc(50% - 30px);
}
}

.title-with-underline{
color: #000;
  font-size:2.5rem;
font-weight: 600;
}

@media (max-width:767px){
.title-with-underline{
font-size: 2rem;
}
}

.title-with-underline span{
display: inline-block;
  border-bottom:5px solid #ff3500;
padding-bottom: 4px;
}

.action-btn{
color: #fff;
  background-color:#ff3500;
border-color: #ff3500;
  padding:12px 28px;
font-weight: 500;
  text-decoration:none;
display: inline-block;
  border-radius:4px;
transition: all 0.3s ease;
}

.action-btn:hover{
color: #fff;
  background-color:#e02f00;
border-color: #d02b00;
  transform:translateY(-2px);
box-shadow: 0 4px 12px rgba(255,53,0,0.3);
}

.btn-orange{
background-color: #ff3500;
  border-color:#ff3500;
}

.rounded-0{
border-radius: 0 !important;
}

.px-4{
padding-left: 1.5rem;
  padding-right:1.5rem;
}

.pb-4{
padding-bottom: 1.5rem;
}

.mb-3{
margin-bottom: 1rem;
}

.mb-4{
margin-bottom: 1.5rem;
}

.mb-5{
margin-bottom: 3rem;
}

.text-center{
text-align: center;
}

.text-warning{
color: #ffc107;
}

.star-icon{
color: #ffc107;
  font-size:16px;
}

.responsive-image{
max-width: 100%;
  height:auto;
display: block;
  width:100%;
height: 220px;
  object-fit:cover;
}

.justify-content-center{
justify-content: center;
}

.col-12{
flex: 0 0 100%;
  max-width:100%;
padding: 0 15px;
}

.col-lg-7{
flex: 0 0 58.33333%;
  max-width:58.33333%;
padding: 0 15px;
}

@media (max-width:991px){
.col-lg-7{
flex: 0 0 100%;
  max-width:100%;
}
}








.faq-main-section{
padding:7rem 0;
  background:#ffffff;
}

@media (max-width:767px){
.faq-main-section{
padding: 4.5rem 0;
}
}

.faq-title-underline{
color: #000;
  font-size:2.8rem;
font-weight: 600;
  margin-bottom:25px;
}

@media (max-width:767px){
.faq-title-underline{
font-size: 2.2rem;
  line-height:1.2;
}
}

.faq-title-underline span{
display: inline-block;
  border-bottom:5px solid #ff3500;
padding-bottom: 6px;
}

.faq-main-section p{
color: #555;
  font-size:17px;
line-height: 1.7;
  max-width:650px;
margin: 0 auto;
  text-align:center;
}

@media (max-width:767px){
.faq-main-section p{
font-size: 16px;
  padding:0 10px;
}
}

.faq-container{
margin-top: 3rem;
}

.single-faq-item{
border: 1px solid rgba(0,0,0,0.1);
  margin-bottom:15px;
border-radius: 8px;
  overflow:hidden;
background: #ffffff;
  box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

.single-faq-item:last-child{
margin-bottom: 0;
}

.faq-question-block{
padding: 25px 30px;
  background:#f8f9fa;
cursor: pointer;
  display:flex;
justify-content: space-between;
  align-items:center;
transition: background 0.3s ease;
  border-bottom:1px solid rgba(0,0,0,0.08);
}

.faq-question-block:hover{
background: #e9ecef;
}

.faq-question-block h3{
margin: 0;
  font-size:18px;
color: #333;
  font-weight:600;
flex: 1;
  line-height:1.4;
}

@media (max-width:767px){
.faq-question-block h3{
font-size: 16px;
}

.faq-question-block{
padding: 20px 20px;
}
}

.faq-toggle-icon{
font-size: 24px;
  color:#ff3500;
font-weight: bold;
  margin-left:20px;
flex-shrink: 0;
  transition:transform 0.3s ease;
}

.single-faq-item:hover .faq-toggle-icon{
transform: rotate(45deg);
}

.faq-answer-content{
padding: 25px 30px;
  background:#ffffff;
}

@media (max-width:767px){
.faq-answer-content{
padding: 20px 20px;
}
}

.faq-answer-content p{
margin: 0;
  font-size:15px;
line-height: 1.6;
  color:#444;
text-align: left;
  max-width:none;
}

@media (max-width:767px){
.faq-answer-content p{
font-size: 14px;
}
}

.justify-content-center{
justify-content: center;
}

.text-center{
text-align: center;
}

.mb-4{
margin-bottom: 1.5rem;
}

.mb-5{
margin-bottom: 3rem;
}

.col-lg-8{
flex: 0 0 66.66667%;
  max-width:66.66667%;
padding: 0 15px;
}

.col-lg-10{
flex: 0 0 83.33333%;
  max-width:83.33333%;
padding: 0 15px;
}

@media (max-width:991px){
.col-lg-8, .col-lg-10{
flex: 0 0 100%;
  max-width:100%;
}
}


.cookies-alert-banner{
position: fixed;
  bottom:0;
left: 0;
  right:0;
background: rgba(0,0,0,0.95);
  z-index:9999;
padding: 20px 0;
  box-shadow:0 -5px 20px rgba(0,0,0,0.3);
border-top: 3px solid #ff3500;
}

.cookie-banner-container{
max-width: 1200px;
  margin:0 auto;
padding: 0 20px;
}

.cookie-content-wrapper{
display: flex;
  align-items:center;
justify-content: space-between;
  flex-wrap:wrap;
gap: 20px;
}

@media (max-width:768px){
.cookie-content-wrapper{
flex-direction: column;
  text-align:center;
gap: 15px;
}
}

.cookie-text-block{
flex: 1;
  max-width:600px;
}

.cookie-text-block h4{
color: #ffffff;
  font-size:18px;
margin: 0 0 8px 0;
  font-weight:600;
}

.cookie-text-block p{
color: rgba(255,255,255,0.9);
  font-size:14px;
line-height: 1.5;
  margin:0;
}

@media (max-width:768px){
.cookie-text-block h4{
font-size: 16px;
}

.cookie-text-block p{
font-size: 13px;
}
}

.cookie-buttons-section{
display: flex;
  align-items:center;
gap: 15px;
  flex-shrink:0;
}

@media (max-width:768px){
.cookie-buttons-section{
flex-direction: column;
  gap:10px;
width: 100%;
}
}

.cookie-btn{
background: transparent;
  border:2px solid #ff3500;
color: #ff3500;
  padding:10px 20px;
font-size: 14px;
  font-weight:600;
text-transform: uppercase;
  border-radius:4px;
cursor: pointer;
  transition:all 0.3s ease;
min-width: 100px;
}

.cookie-btn:hover{
transform: translateY(-2px);
  box-shadow:0 4px 12px rgba(255,53,0,0.3);
}

.accept-cookies{
background: #ff3500;
  color:#ffffff;
}

.accept-cookies:hover{
background: #e02f00;
  border-color:#e02f00;
}

.decline-cookies:hover{
background: #ff3500;
  color:#ffffff;
}

.cookie-policy-link{
color: rgba(255,255,255,0.8);
  font-size:13px;
text-decoration: underline;
  margin-left:10px;
transition: color 0.3s ease;
}

.cookie-policy-link:hover{
color: #ffffff;
}

@media (max-width:768px){
.cookie-policy-link{
margin-left: 0;
  margin-top:5px;
}

.cookie-btn{
width: 100%;
  max-width:200px;
}
}



.legal-pages-wrapper{
padding:6rem 0;
  background:#ffffff;
min-height: 70vh;
}

@media (max-width:767px){
.legal-pages-wrapper{
padding: 4rem 0;
}
}

.legal-content-block{
max-width: 900px;
  margin:0 auto;
padding: 40px 30px;
  background:#ffffff;
border-radius: 8px;
  box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

@media (max-width:767px){
.legal-content-block{
padding: 30px 20px;
  margin:0 15px;
}
}

.legal-main-title{
color: #ff3500;
  font-size:3rem;
margin-bottom: 15px;
  font-weight:600;
text-align: center;
  border-bottom:3px solid #ff3500;
padding-bottom: 20px;
  display:inline-block;
width: 100%;
}

@media (max-width:767px){
.legal-main-title{
font-size: 2.2rem;
  padding-bottom:15px;
}
}

.legal-intro-text{
text-align: center;
  color:#777;
font-size: 16px;
  margin-bottom:40px;
font-style: italic;
}

.legal-text-content{
line-height: 1.7;
  color:#444;
}

.legal-text-content h2{
color: #ff3500;
  font-size:1.8rem;
margin-top: 35px;
  margin-bottom:20px;
font-weight: 600;
  border-left:4px solid #ff3500;
padding-left: 15px;
}

.legal-text-content h2:first-child{
margin-top: 0;
}

@media (max-width:767px){
.legal-text-content h2{
font-size: 1.5rem;
  margin-top:25px;
}
}

.legal-text-content h3{
color: #333;
  font-size:1.3rem;
margin-top: 25px;
  margin-bottom:15px;
font-weight: 600;
}

.legal-text-content p{
margin-bottom: 20px;
  font-size:16px;
line-height: 1.7;
  color:#555;
}

@media (max-width:767px){
.legal-text-content p{
font-size: 15px;
  margin-bottom:18px;
}
}

.legal-text-content a{
color: #ff3500;
  text-decoration:underline;
transition: color 0.3s ease;
}

.legal-text-content a:hover{
color: #e02f00;
  text-decoration:none;
}

.legal-list{
margin: 20px 0;
  padding-left:25px;
}

.legal-list li{
margin-bottom: 12px;
  font-size:16px;
line-height: 1.6;
  color:#555;
position: relative;
}

@media (max-width:767px){
.legal-list li{
font-size: 15px;
  margin-bottom:10px;
}
}

.legal-list li::before{
content: "→";
  color:#ff3500;
position: absolute;
  left:-20px;
font-weight: bold;
}

.legal-list li strong{
color: #333;
  font-weight:600;
}



.services-hero-section{
position: relative;
  background-image:url(../itimages/services-hero-bg.webp);
background-size: cover;
  background-position:center;
height: 450px;
  display:flex;
align-items: center;
  z-index:1;
}

.hero-overlay{
position: absolute;
  top:0;
left: 0;
  right:0;
bottom: 0;
  background:rgba(0,0,0,0.7);
z-index: -1;
}

.services-hero-title{
color: #ffffff;
  font-size:3.5rem;
margin-bottom: 20px;
  font-weight:700;
text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

@media (max-width:767px){
.services-hero-title{
font-size: 2.5rem;
}

.services-hero-section{
height: 350px;
}
}

.services-hero-desc{
color: rgba(255,255,255,0.9);
  font-size:20px;
line-height: 1.6;
  max-width:600px;
margin: 0 auto;
}

@media (max-width:767px){
.services-hero-desc{
font-size: 18px;
  padding:0 15px;
}
}

.services-main-content{
padding: 6rem 0;
  background:#f8f9fa;
}

@media (max-width:767px){
.services-main-content{
padding: 4rem 0;
}
}

.service-block-item{
margin-bottom: 80px;
  background:#ffffff;
border-radius: 15px;
  box-shadow:0 10px 40px rgba(0,0,0,0.1);
padding: 50px 40px;
  transition:transform 0.3s ease;
}

.service-block-item:hover{
transform: translateY(-5px);
  box-shadow:0 15px 50px rgba(0,0,0,0.15);
}

.service-block-item:last-child{
margin-bottom: 0;
}

@media (max-width:991px){
.service-block-item{
padding: 40px 30px;
  margin-bottom:60px;
}
}

@media (max-width:767px){
.service-block-item{
padding: 30px 20px;
  margin-bottom:40px;
}
}

.service-content-wrapper{
padding: 20px 0;
}

@media (max-width:991px){
.service-content-wrapper{
text-align: center;
  margin-bottom:30px;
}
}

.service-category-badge{
display: inline-flex;
  align-items:center;
background: linear-gradient(135deg, #ff3500, #ff6b35);
  color:#ffffff;
padding: 12px 24px;
  border-radius:25px;
font-size: 14px;
  font-weight:600;
text-transform: uppercase;
  letter-spacing:1px;
margin-bottom: 25px;
}

.service-category-badge.cybersec-badge{
background: linear-gradient(135deg, #dc3545, #fd7e14);
}

.service-category-badge.datascience-badge{
background: linear-gradient(135deg, #20c997, #28a745);
}

.service-category-badge i{
margin-right: 8px;
  font-size:16px;
}

.service-title{
color: #333;
  font-size:2.2rem;
margin-bottom: 20px;
  font-weight:700;
line-height: 1.3;
}

@media (max-width:767px){
.service-title{
font-size: 1.8rem;
}
}

.service-description{
color: #555;
  font-size:18px;
line-height: 1.7;
  margin-bottom:30px;
}

@media (max-width:767px){
.service-description{
font-size: 16px;
}
}

.service-details-list{
margin-bottom: 35px;
}

.service-detail-item{
display: flex;
  align-items:center;
margin-bottom: 15px;
}

.service-detail-item i{
color: #ff3500;
  font-size:18px;
margin-right: 12px;
  flex-shrink:0;
}

.service-detail-item span{
color: #444;
  font-size:16px;
font-weight: 500;
}

.service-pricing-info{
display: flex;
  align-items:center;
justify-content: space-between;
  border-top:2px solid #f1f1f1;
padding-top: 25px;
}

@media (max-width:767px){
.service-pricing-info{
flex-direction: column;
  gap:20px;
text-align: center;
}
}

.service-price{
display: flex;
  align-items:baseline;
gap: 10px;
}

.price-amount{
color: #ff3500;
  font-size:2.5rem;
font-weight: 800;
}

.price-period{
color: #777;
  font-size:16px;
font-weight: 500;
}

.service-cta-btn{
background: linear-gradient(135deg, #ff3500, #ff6b35);
  color:#ffffff;
padding: 15px 30px;
  font-size:16px;
font-weight: 600;
  text-transform:uppercase;
letter-spacing: 1px;
  border-radius:30px;
text-decoration: none;
  transition:all 0.3s ease;
box-shadow: 0 4px 15px rgba(255,53,0,0.3);
}

.service-cta-btn:hover{
background: linear-gradient(135deg, #e02f00, #ff3500);
  transform:translateY(-2px);
box-shadow: 0 6px 20px rgba(255,53,0,0.4);
  color:#ffffff;
}

.service-image-wrapper{
text-align: center;
  padding:20px;
}

.service-image{
width: 100%;
  max-width:500px;
height: auto;
  border-radius:15px;
box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition:transform 0.3s ease;
}

.service-image:hover{
transform: scale(1.05);
}

@media (max-width:991px){
.service-image-wrapper{
margin-bottom: 20px;
}

.reverse-layout .service-image-wrapper{
margin-bottom: 0;
  margin-top:20px;
}
}

.col-lg-6{
flex: 0 0 50%;
  max-width:50%;
padding: 0 15px;
}

.col-lg-8{
flex: 0 0 66.66667%;
  max-width:66.66667%;
padding: 0 15px;
}

@media (max-width:991px){
.col-lg-6, .col-lg-8{
flex: 0 0 100%;
  max-width:100%;
}
}

.order-lg-1{
order: 1;
}

.order-lg-2{
order: 2;
}

.order-1{
order: 1;
}

.order-2{
order: 2;
}

@media (min-width:992px){
.order-lg-1{
order: 1;
}

.order-lg-2{
order: 2;
}
}


.contact-main-section{
padding:6rem 0;
  background:#f8f9fa;
min-height: 80vh;
}

@media (max-width:767px){
.contact-main-section{
padding: 4rem 0;
}
}

.contact-header-block{
margin-bottom: 50px;
}

.contact-main-title{
color: #ff3500;
  font-size:3rem;
margin-bottom: 25px;
  font-weight:700;
}

@media (max-width:767px){
.contact-main-title{
font-size: 2.2rem;
}
}

.contact-intro-text{
color: #555;
  font-size:18px;
line-height: 1.7;
  max-width:650px;
margin: 0 auto;
}

@media (max-width:767px){
.contact-intro-text{
font-size: 16px;
  padding:0 10px;
}
}

.contact-form-wrapper{
background: #ffffff;
  padding:40px;
border-radius: 15px;
  box-shadow:0 10px 30px rgba(0,0,0,0.1);
margin-bottom: 30px;
}

@media (max-width:767px){
.contact-form-wrapper{
padding: 30px 20px;
  margin-bottom:20px;
}
}

.contact-form-block{
width: 100%;
}

.form-row{
display: flex;
  flex-wrap:wrap;
margin: 0 -15px;
}

.form-group{
margin-bottom: 25px;
  padding:0 15px;
}

.form-group.col-md-6{
flex: 0 0 50%;
  max-width:50%;
}

@media (max-width:767px){
.form-group.col-md-6{
flex: 0 0 100%;
  max-width:100%;
}
}

.form-group label{
color: #333;
  font-weight:600;
font-size: 16px;
  margin-bottom:8px;
display: block;
}

.form-control{
width: 100%;
  padding:12px 15px;
border: 2px solid #e9ecef;
  border-radius:8px;
font-size: 16px;
  transition:border-color 0.3s ease;
background: #ffffff;
  color:#333;
}

.form-control:focus{
outline: none;
  border-color:#ff3500;
box-shadow: 0 0 0 3px rgba(255,53,0,0.1);
}

.form-control::placeholder{
color: #aaa;
  font-size:15px;
}

textarea.form-control{
resize: vertical;
  min-height:120px;
}

select.form-control{
appearance: none;
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
background-position: right 12px center;
  background-repeat:no-repeat;
background-size: 16px;
}

.contact-form-submit{
text-align: center;
  margin-top:30px;
}

.contact-submit-btn{
background: linear-gradient(135deg, #ff3500, #ff6b35);
  color:#ffffff;
padding: 15px 40px;
  font-size:18px;
font-weight: 600;
  border:none;
border-radius: 30px;
  cursor:pointer;
transition: all 0.3s ease;
  display:inline-flex;
align-items: center;
  gap:10px;
}

.contact-submit-btn:hover{
background: linear-gradient(135deg, #e02f00, #ff3500);
  transform:translateY(-2px);
box-shadow: 0 8px 25px rgba(255,53,0,0.3);
}

.contact-submit-btn i{
font-size: 16px;
}

.contact-info-sidebar{
padding-left: 30px;
}

@media (max-width:991px){
.contact-info-sidebar{
padding-left: 0;
  margin-top:30px;
}
}

.contact-info-block{
background: #ffffff;
  padding:35px 30px;
border-radius: 15px;
  box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

@media (max-width:767px){
.contact-info-block{
padding: 25px 20px;
}
}

.contact-info-title{
color: #ff3500;
  font-size:1.5rem;
margin-bottom: 30px;
  font-weight:700;
text-align: center;
  border-bottom:2px solid #ff3500;
padding-bottom: 15px;
}

.contact-info-item{
display: flex;
  margin-bottom:30px;
align-items: flex-start;
}

.contact-info-item:last-child{
margin-bottom: 0;
}

.contact-info-icon{
background: linear-gradient(135deg, #ff3500, #ff6b35);
  color:#ffffff;
width: 50px;
  height:50px;
border-radius: 50%;
  display:flex;
align-items: center;
  justify-content:center;
font-size: 20px;
  margin-right:20px;
flex-shrink: 0;
}

.contact-info-content h4{
color: #333;
  font-size:18px;
margin-bottom: 8px;
  font-weight:600;
}

.contact-info-content p{
color: #666;
  font-size:15px;
line-height: 1.5;
  margin:0;
}

.contact-info-content a{
color: #ff3500;
  text-decoration:none;
font-weight: 600;
  transition:color 0.3s ease;
}

.contact-info-content a:hover{
color: #e02f00;
  text-decoration:underline;
}

.thankyou-modal-overlay{
position: fixed;
  top:0;
left: 0;
  width:100%;
height: 100%;
  background:rgba(0,0,0,0.8);
display: flex;
  align-items:center;
justify-content: center;
  z-index:99999;
}

.thankyou-modal-content{
background: #ffffff;
  padding:50px 40px;
border-radius: 20px;
  text-align:center;
max-width: 500px;
  margin:20px;
box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

@media (max-width:767px){
.thankyou-modal-content{
padding: 40px 30px;
  max-width:90%;
}
}

.thankyou-modal-icon{
margin-bottom: 25px;
}

.thankyou-modal-icon i{
font-size: 4rem;
  color:#28a745;
}

.thankyou-modal-content h3{
color: #333;
  font-size:2rem;
margin-bottom: 20px;
  font-weight:700;
}

.thankyou-modal-content p{
color: #666;
  font-size:16px;
line-height: 1.6;
  margin-bottom:30px;
}

.thankyou-modal-close{
background: #ff3500;
  color:#ffffff;
padding: 12px 30px;
  border:none;
border-radius: 25px;
  font-size:16px;
font-weight: 600;
  cursor:pointer;
transition: background 0.3s ease;
}

.thankyou-modal-close:hover{
background: #e02f00;
}

.col-lg-4{
flex: 0 0 33.33333%;
  max-width:33.33333%;
padding: 0 15px;
}

.col-lg-8{
flex: 0 0 66.66667%;
  max-width:66.66667%;
padding: 0 15px;
}

@media (max-width:991px){
.col-lg-4, .col-lg-8{
flex: 0 0 100%;
  max-width:100%;
}
}	