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

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

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

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

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

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

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

.col-5,.col-7,.col-xl-4,.col-xl-2,.col-xl-3,.col-xl-12,.col-md-6,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5{
    padding:0 15px;
}

.col-5{flex:0 0 41.666667%;max-width:41.666667%;}
.col-7{flex:0 0 58.333333%;max-width:58.333333%;}
.col-xl-2{flex:0 0 16.666667%;max-width:16.666667%;}
.col-xl-3{flex:0 0 25%;max-width:25%;}
.col-xl-4{flex:0 0 33.333333%;max-width:33.333333%;}
.col-xl-12{flex:0 0 100%;max-width:100%;}
.col-md-6{flex:0 0 50%;max-width:50%;}
.col-lg-2{flex:0 0 16.666667%;max-width:16.666667%;}
.col-lg-3{flex:0 0 25%;max-width:25%;}
.col-lg-4{flex:0 0 33.333333%;max-width:33.333333%;}
.col-lg-5{flex:0 0 41.666667%;max-width:41.666667%;}

.offset-xl-1{margin-left:8.333333%;}

.h-100{height:100%;}
.align-items-center{align-items:center;}
.d-flex{display:flex;}
.d-none{display:none;}
.d-lg-block{display:block;}
.text-right{text-align:right;}
.text-center{text-align:center;}
.justify-content-between{justify-content:space-between;}

.ml-5{margin-left:3rem;}
.mt-4{margin-top:1.5rem;}
.mt-lg-0{margin-top:0;}
.ml-md-4{margin-left:1.5rem;}
.mx-2{margin-left:0.5rem;margin-right:0.5rem;}

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

.popup-content{
    background:white;
    padding:40px;
    border-radius:10px;
    text-align:center;
    max-width:500px;
    width:90%;
}

.popup-content h3{
    color:#2c5aa0;
    margin-bottom:20px;
    font-size:24px;
}

.popup-content p{
    margin-bottom:15px;
    font-size:16px;
    color:#666;
}

.popup-buttons{
    margin-top:30px;
}

.btn-yes{
    padding:12px 30px;
    margin:0 10px;
    border:none;
    border-radius:5px;
    font-size:16px;
    cursor:pointer;
    font-weight:bold;
    background:#2c5aa0;
    color:white;
}

.btn-yes:hover{background:#1e3a6f;}

.header-area{
    position:relative;
    z-index:100;
    width:100%;
}

.top-header-area{
    position:relative;
    z-index:1;
    height:48px;
    background-color:#f4f6fa;
}

.top-header-content p{
    margin-bottom:0;
    font-size:15px;
    color:#707070;
}

.top-header-content .material-icons{
    font-size:18px;
    vertical-align:middle;
    margin-right:5px;
}

.main-header-area{
    position:relative;
    z-index:1;
    background-color:#ffffff;
}

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

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

.nav-brand img{
    max-height:50px;
    height:auto;
}

.classy-navbar-toggler{
    display:none;
    flex-direction:column;
    cursor:pointer;
}

.navbarToggler{
    display:flex;
    flex-direction:column;
}

.navbarToggler span{
    display:block;
    width:32px;
    height:3px;
    margin-bottom:6px;
    background-color:#333333;
    transition:0.3s;
}

.classy-menu{
    display:flex;
    align-items:center;
}

.classycloseIcon{
    display:none;
}

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

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

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

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

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

.cart-icon{
    margin-left:20px;
}

.cart-icon a{
    color:#333333;
    text-decoration:none;
    transition:color 0.3s ease;
}

.cart-icon a:hover{
    color:#2c5aa0;
}

.cart-icon .material-icons{
    font-size:24px;
}

.book-now-btn{
    margin-left:20px;
}

.akame-btn{
    display:inline-block;
    min-width:175px;
    height:58px;
    color:#ffffff;
    border:2px solid #2c5aa0;
    border-radius:0;
    padding:0 32px;
    line-height:54px;
    font-size:15px;
    text-transform:uppercase;
    font-weight:600;
    transition:all 0.3s ease 0s;
    text-decoration:none;
    background-color:#2c5aa0;
}

.akame-btn:hover,
.akame-btn:focus{
    background-color:#1e3a6f;
    border-color:#1e3a6f;
    color:#ffffff;
}

.slider_bg_1{
    background-image:linear-gradient(135deg,#2c5aa0 0%,#1e3a6f 100%);
}

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

.slider_area .single_slider{
    height:745px;
    background-size:100% 100%;
    background-repeat:no-repeat;
}

.slider_area .single_slider .slider_text{
    position:relative;
    z-index:6;
    padding-top:150px;
}

.slider_area .single_slider .slider_text h3{
    color:#ffffff;
    font-family:"Arial",sans-serif;
    font-size:73px;
    font-weight:250;
    margin-bottom:6px;
    line-height:88px;
}

.slider_area .single_slider .slider_text h3 span{
    font-weight:820;
}

.slider_area .single_slider .slider_text p{
    font-size:17px;
    font-weight:420;
    color:#ffffff;
    margin-bottom:0;
    margin-top:0;
    line-height:34px;
    display:inline-block;
    margin-bottom:52px;
    margin-top:14px;
    max-width:500px;
}

.boxed-btn4{
    background:#fff;
    font-size:17px;
    font-weight:520;
    border:1px solid transparent;
    color:#2c5aa0;
    padding:18px 52px;
    font-family:"Arial",sans-serif;
    display:inline-block;
    -webkit-border-radius:32px;
    -moz-border-radius:32px;
    border-radius:32px;
    text-decoration:none;
    transition:all 0.3s ease;
}

.boxed-btn4:hover{
    background:#2c5aa0;
    color:#fff;
    border:1px solid #2c5aa0;
    transform:translateY(-2px);
}

.warning-strip{
    background:#ffc107;
    padding:15px 0;
    text-align:center;
}

.warning-strip p{
    margin:0;
    font-size:14px;
    color:#333;
}

.warning-strip a{
    color:#2c5aa0;
    text-decoration:none;
    font-weight:bold;
}

.warning-strip a:hover{
    text-decoration:underline;
}

.footer{
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}

.footer .footer_top{
    padding-top:145px;
    padding-bottom:129px;
    background:#fff;
}

.footer .footer_top .footer_widget{
    margin-bottom:30px;
}

.footer .footer_top .footer_widget .footer_title{
    font-size:18px;
    font-weight:500;
    color:#001D38;
    text-transform:capitalize;
    margin-bottom:40px;
}

.footer .footer_top .footer_widget .footer_logo h3{
    font-size:22px;
    font-weight:600;
    color:#001D38;
    text-transform:capitalize;
    margin-bottom:20px;
}

.footer .footer_top .footer_widget p{
    color:#919191;
    font-size:13px;
    font-weight:400;
    line-height:28px;
}

.footer .footer_top .footer_widget p a{
    color:#919191;
    text-decoration:none;
    transition:0.3s;
}

.footer .footer_top .footer_widget p a:hover{
    color:#5DB2FF;
}

.footer .footer_top .footer_widget p.footer_text{
    font-size:16px;
    color:#B2B2B2;
    margin-bottom:23px;
    font-weight:400;
    line-height:28px;
}

.footer .footer_top .footer_widget ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer .footer_top .footer_widget ul li{
    color:#919191;
    font-size:13px;
    line-height:42px;
}

.footer .footer_top .footer_widget ul li a{
    color:#919191;
    font-weight:400;
    text-decoration:none;
    transition:0.3s;
}

.footer .footer_top .footer_widget ul li a:hover{
    color:#5DB2FF;
}

.contact-info p{
    margin-bottom:15px;
    font-size:13px;
    color:#919191;
}

.contact-info strong{
    color:#001D38;
}

.regulatory-strip{
    background:#e9ecef;
    padding:20px 0;
    text-align:center;
}

.reg-logos{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:30px;
}

.reg-logos a{
    text-decoration:none;
}

.reg-logo{
    height:40px;
    width:auto;
    opacity:0.8;
    transition:opacity 0.3s;
}

.reg-logo:hover{
    opacity:1;
}

.footer .copy-right_text{
    padding-bottom:30px;
    background:#fff;
}

.footer .copy-right_text .footer_border{
    border-top:1px solid #E8E8E8;
    padding-top:30px;
}

.footer .copy-right_text .copy_right{
    font-size:15px;
    color:#919191;
    margin-bottom:0;
    font-weight:500;
}

.footer .copy-right_text .copy_right a{
    color:#5DB2FF;
    text-decoration:none;
}

@media (max-width:767px){
    .col-5,.col-7{
        flex:0 0 100%;
        max-width:100%;
    }

    .top-header-area{
        height:auto;
        padding:10px 0;
    }
    
    .top-header-area .col-5 .top-header-content,
    .top-header-area .col-7 .top-header-content{
        text-align:center;
        font-size:13px;
    }

    .top-header-content p{
        line-height:1.4;
        margin-bottom:5px;
    }
    
    .classy-navbar{
        height:70px;
    }

    .nav-brand img{
        max-height:40px;
    }
    
    .classy-navbar-toggler{
        display:flex;
    }
    
    .classy-menu{
        position:fixed;
        top:0;
        right:-100%;
        width:280px;
        height:100vh;
        background:white;
        transition:right 0.3s ease;
        flex-direction:column;
        justify-content:flex-start;
        padding:20px;
        box-shadow:-5px 0 15px rgba(0,0,0,0.1);
        z-index:1000;
    }
    
    .classy-menu.active{
        right:0;
    }
    
    .classycloseIcon{
        display:block;
        align-self:flex-end;
        cursor:pointer;
        margin-bottom:30px;
    }
    
    .cross-wrap{
        position:relative;
        width:30px;
        height:30px;
    }
    
    .cross-wrap span{
        position:absolute;
        width:100%;
        height:2px;
        background:#333;
        transform-origin:center;
    }
    
    .cross-wrap .top{
        top:50%;
        transform:translateY(-50%) rotate(45deg);
    }
    
    .cross-wrap .bottom{
        top:50%;
        transform:translateY(-50%) rotate(-45deg);
    }
    
    .classynav{
        flex-direction:column;
        align-items:flex-start;
        width:100%;
    }
    
    .classynav ul{
        flex-direction:column;
        width:100%;
    }
    
    .classynav ul li{
        margin-right:0;
        margin-bottom:10px;
        width:100%;
    }
    
    .classynav ul li a{
        line-height:50px;
        border-bottom:1px solid #eee;
        padding:10px 16px;
    }

    .cart-icon{
        margin:20px 0;
        align-self:flex-start;
    }
    
    .book-now-btn{
        margin:10px 0 0 0;
        width:100%;
    }
    
    .akame-btn{
        width:100%;
        text-align:center;
        min-width:auto;
    }
    
    .slider_area .single_slider{
        height:500px;
    }

    .slider_area .single_slider .slider_text{
        padding-top:80px;
    }
    
    .slider_area .single_slider .slider_text h3{
        font-size:36px;
        line-height:42px;
    }

    .slider_area .single_slider .slider_text p{
        font-size:16px;
        line-height:24px;
        margin-bottom:30px;
    }

    .boxed-btn4{
        font-size:16px;
        padding:15px 35px;
    }
    
    .footer .footer_top{
        padding-top:60px;
        padding-bottom:30px;
    }

    .footer .footer_top .footer_widget{
        margin-bottom:40px;
    }

    .footer .footer_top .footer_widget .footer_title{
        margin-bottom:20px;
    }
    
    .col-xl-4,.col-xl-2,.col-xl-3,.col-md-6,.col-lg-2,.col-lg-3,.col-lg-4{
        flex:0 0 100%;
        max-width:100%;
    }
    
    .offset-xl-1{
        margin-left:0;
    }
    
    .reg-logos{
        flex-direction:column;
        gap:15px;
    }

    .footer .copy-right_text .copy_right{
        font-size:13px;
    }

    .popup-content{
        padding:30px 20px;
    }

    .popup-content h3{
        font-size:20px;
    }

    .popup-content p{
        font-size:14px;
    }
}

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

    .slider_area .single_slider{
        height:620px;
    }
    
    .slider_area .single_slider .slider_text h3{
        font-size:47px;
        line-height:57px;
    }

    .nav-brand img{
        max-height:45px;
    }

    .classy-navbar{
        height:85px;
    }

    .classynav ul li a{
        line-height:85px;
    }
}

@media (min-width:992px) and (max-width:1200px){
    .slider_area .single_slider{
        height:570px;
    }
    
    .slider_area .single_slider .slider_text h3{
        font-size:62px;
        line-height:72px;
    }
}

.section{
  padding:7em 0;
}

@media (max-width:991.98px){
  .section{
    padding:3em 0;
  }
}

.heading{
  font-size:60px;
  font-family:Arial,times,serif;
}

@media (max-width:991.98px){
  .heading{
    font-size:40px;
  }
}

.lead{
  font-size:1.25rem;
  font-weight:300;
}

@media (max-width:991.98px){
  .lead{
    font-size:16px;
  }
}

.btn{
  padding-left:30px;
  padding-right:30px;
  padding-top:10px;
  padding-bottom:10px;
  border-radius:50px;
}

.btn:focus,.btn:active{
  outline:none;
}

.btn-primary{
  background-color:#2c5aa0;
  border-color:#2c5aa0;
  color:#ffffff;
  text-decoration:none;
  display:inline-block;
  font-weight:400;
  text-align:center;
  vertical-align:middle;
  cursor:pointer;
  border:1px solid transparent;
  transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.btn-primary:hover{
  background-color:#1e3a6f;
  border-color:#1e3a6f;
  color:#ffffff;
}

.text-white{
  color:#fff!important;
}

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

.mr-3{
  margin-right:1rem;
}

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

.img-fluid{
  max-width:100%;
  height:auto;
}

.play-button{
  color:#2c5aa0;
  text-decoration:none;
  font-weight:500;
  transition:.3s all ease;
}

.play-button:hover{
  color:#1e3a6f;
  text-decoration:underline;
}

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

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

.ml-auto{
  margin-left:auto;
}

@media (min-width:992px){
  .col-lg-4{
    flex:0 0 33.333333%;
    max-width:33.333333%;
  }
  
  .col-lg-7{
    flex:0 0 58.333333%;
    max-width:58.333333%;
  }
  
  .order-lg-1{
    order:1;
  }
  
  .order-lg-2{
    order:2;
  }
  
  .ml-auto{
    margin-left:auto!important;
  }
}

@media (max-width:991px){
  .col-md-12{
    flex:0 0 100%;
    max-width:100%;
  }
  
  .order-lg-1,.order-lg-2{
    order:0;
  }
  
  .section .container .row .col-md-12:first-child{
    margin-bottom:30px;
  }
}

@media (max-width:767px){
  .heading{
    font-size:32px;
    line-height:1.2;
  }
  
  .lead{
    font-size:14px;
  }
  
  .btn{
    padding:12px 25px;
    font-size:14px;
  }
  
  .mr-3{
    margin-right:0.5rem;
  }
  
  .section{
    padding:2em 0;
  }
}

.about_info_area{
    padding-bottom:70px;
}

.about_info_area.plus_padding{
    padding-top:100px;
}

@media (max-width:767px){
    .about_info_area.plus_padding{
        padding-top:30px;
    }
}

.about_info_area .about_text{
    margin-bottom:30px;
}

.about_info_area .about_text h3{
    font-size:46px;
    font-weight:300;
    color:#001D38;
    margin-bottom:20px;
}

@media (max-width:767px){
    .about_info_area .about_text h3{
        font-size:30px;
    }
}

.about_info_area .about_text p{
    font-size:15px;
    font-weight:400;
    color:#727272;
    margin-bottom:24px;
    margin-top:10px;
    line-height:28px;
}

.about_info_area .about_thumb{
    border-radius:10px;
    overflow:hidden;
    margin-bottom:30px;
}

.about_info_area .about_thumb img{
    width:100%;
    height:auto;
    transition:0.3s;
}

.about_info_area .about_thumb:hover img{
    transform:scale(1.05);
}

.section-padding{
    padding-top:120px;
    padding-bottom:120px;
}

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

.col-xl-6,.col-lg-6{
    flex:0 0 50%;
    max-width:50%;
}

@media (max-width:991px){
    .col-xl-6,.col-lg-6{
        flex:0 0 100%;
        max-width:100%;
    }
    
    .about_info_area .about_text{
        margin-bottom:40px;
        text-align:center;
    }
    
    .about_info_area .about_thumb{
        text-align:center;
    }
}

@media (max-width:575px){
    .about_info_area .about_text h3{
        font-size:28px;
        line-height:1.3;
    }
    
    .about_info_area .about_text p{
        font-size:14px;
        line-height:24px;
    }
    
    .section-padding{
        padding-top:40px;
        padding-bottom:40px;
    }
}

.upcoming_games_area{
  padding:120px 0 80px;
}

.new_games_item{
  position:relative;
  display:inline-block;
  margin-bottom:40px;
}

.new_games_item:hover .upcoming_title{
  background:-webkit-linear-gradient(to right,#3fcaff 0%,#a4ffb0 100%);
  background:-moz-linear-gradient(to right,#3fcaff 0%,#a4ffb0 100%);
  background:-o-linear-gradient(to right,#3fcaff 0%,#a4ffb0 100%);
  background:linear-gradient(to right,#3fcaff 0%,#a4ffb0 100%);
}

.new_games_item:hover .upcoming_title a{
  color:#22195e;
}

.new_games_item:hover .register_icon{
  transform:scale(1.1);
  background:linear-gradient(to right,#2c5aa0 0%,#1e3a6f 100%);
}

.new_games_item:hover .register_icon i{
  color:#ffffff;
}

.new_games_item .upcoming_title{
  position:absolute;
  background:rgba(44,37,93,0.8);
  top:50%;
  width:100%;
  text-align:center;
  transform:translateY(-50%);
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  transition:all 0.4s ease 0s;
}

.new_games_item .upcoming_title h3{
  font-size:18px;
  margin:0;
  padding:20px;
  -webkit-transition:all 0.4s ease 0s;
  -moz-transition:all 0.4s ease 0s;
  -o-transition:all 0.4s ease 0s;
  transition:all 0.4s ease 0s;
}

.new_games_item .upcoming_title h3 a{
  color:#fff;
  text-decoration:none;
}

.register_icon{
  width:200px;
  height:200px;
  background:#f8f9fa;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto;
  transition:all 0.4s ease;
  border:2px solid #e9ecef;
}

.register_icon i{
  font-size:80px;
  color:#2c5aa0;
  transition:all 0.4s ease;
}

.main_title{
  text-align:center;
  margin-bottom:80px;
}

.main_title h2{
  font-size:72px;
  color:#3fcaff;
  opacity:0.1;
  margin:0;
  line-height:60px;
}

.main_title h1{
  color:#222222;
  margin-top:-40px;
}

.main_title p{
  font-size:14px;
  line-height:24px;
  color:#777777;
  margin-bottom:0px;
  max-width:570px;
  margin:auto;
}

.section_gap{
  padding:120px 0;
}

.col-lg-4,.col-md-6{
  flex:0 0 33.333333%;
  max-width:33.333333%;
  padding:0 15px;
}

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

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

@media (max-width:767px){
  .section_gap{
    padding:60px 0;
  }
  
  .upcoming_games_area{
    padding:40px 0 20px;
  }
  
  .main_title{
    margin-bottom:30px;
  }
  
  .main_title h2{
    font-size:40px;
  }
  
  .col-lg-4,.col-md-6{
    flex:0 0 100%;
    max-width:100%;
  }
  
  .register_icon{
    width:150px;
    height:150px;
  }
  
  .register_icon i{
    font-size:60px;
  }
  
  .new_games_item .upcoming_title h3{
    font-size:16px;
    padding:15px;
  }
}

@media (min-width:768px) and (max-width:991px){
  .upcoming_games_area{
    padding:80px 0 40px;
  }
  
  .main_title{
    margin-bottom:50px;
  }
}

@media (min-width:481px) and (max-width:767px){
  .upcoming_games_area{
    padding:50px 0 20px;
  }
  
  .main_title{
    margin-bottom:40px;
  }
  
  .main_title h2{
    font-size:60px;
  }
}

@media (min-width:320px) and (max-width:480px){
  .upcoming_games_area{
    padding:40px 0 20px;
  }
  
  .main_title{
    margin-bottom:30px;
  }
  
  .main_title h2{
    font-size:40px;
  }
  
  .register_icon{
    width:120px;
    height:120px;
  }
  
  .register_icon i{
    font-size:50px;
  }
}

.testimonials-section{
  position:relative;
  overflow:hidden;
}

.testimonials-section .bg-image{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:1;
}

.testimonials-section .overlay{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.7);
  z-index:2;
}

.testimonials-section .container{
  position:relative;
  z-index:3;
}

.testimonials-section h2{
  color:#ffffff;
  font-size:2.5rem;
  font-weight:600;
  margin-bottom:1rem;
}

.testimonials-section p{
  color:#ffffff;
  font-size:1.1rem;
  opacity:0.9;
}

.site-section{
  padding:3em 0;
}

@media (min-width:768px){
  .site-section{
    padding:5.5em 0;
  }
}

.how-it-works .step{
  width:20%;
  display:inline-block;
  text-align:center;
  position:relative;
}

.how-it-works .step:after{
  width:100%;
  height:5px;
  content:"";
  position:absolute;
  z-index:-1;
  top:27px;
  background:#ffffff;
  border-radius:3px;
  opacity:0.3;
}

.how-it-works .step:last-child:after{
  display:none;
}

.how-it-works .step .number{
  z-index:1;
  width:54px;
  height:54px;
  border:5px solid #ffffff;
  background:#2c5aa0;
  border-radius:50%;
  color:#ffffff;
  display:block;
  position:relative;
  margin:0 auto 12px auto;
  transition:all 0.3s ease;
  box-shadow:0 2px 8px rgba(255,255,255,0.2);
}

.how-it-works .step:hover .number{
  background:#ffffff;
  color:#2c5aa0;
  transform:scale(1.05);
}

.how-it-works .step .number > span{
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  font-size:1.4rem;
  font-weight:600;
}

.how-it-works .step .caption{
  display:block;
  font-weight:500;
  color:#ffffff;
  font-size:14px;
  line-height:1.4;
  margin-bottom:10px;
  font-style:italic;
  padding:0 10px;
}

.how-it-works .step:hover .caption{
  color:#ffffff;
  opacity:0.8;
}

.how-it-works .step .winner-name{
  display:block;
  font-weight:600;
  color:#ffc107;
  font-size:12px;
  margin-top:8px;
}

.col-8{
  flex:0 0 66.666667%;
  max-width:66.666667%;
}

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

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

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

.d-flex{
  display:flex;
}

@media (max-width:991px){
  .how-it-works{
    flex-direction:column;
    align-items:center;
  }
  
  .how-it-works .step{
    width:80%;
    margin-bottom:30px;
  }
  
  .how-it-works .step:after{
    display:none;
  }
  
  .how-it-works .step .caption{
    font-size:15px;
    padding:0 20px;
  }
}

@media (max-width:767px){
  .testimonials-section h2{
    font-size:2rem;
  }
  
  .testimonials-section p{
    font-size:1rem;
  }
  
  .how-it-works .step{
    width:90%;
  }
  
  .how-it-works .step .caption{
    font-size:14px;
  }
  
  .col-8{
    flex:0 0 100%;
    max-width:100%;
  }
}

@media (max-width:575px){
  .how-it-works .step .caption{
    font-size:13px;
    padding:0 15px;
  }
  
  .how-it-works .step .winner-name{
    font-size:11px;
  }
  
  .site-section{
    padding:2em 0;
  }
}

.action-section{
	background:-o-linear-gradient(50deg,#2c5aa0,#1e3a6f);
	background:linear-gradient(40deg,#2c5aa0,#1e3a6f);
	padding:42px 0;
}

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

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

.col-lg-12{
	flex:0 0 100%;
	max-width:100%;
	padding:0 15px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-wrap:wrap;
}

.action-section .action-content{
	float:left;
}

.action-section .action-content h3{
	color:#ffffff;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:12px;
	font-size:24px;
}

.action-section .action-content p{
	color:#ffffff;
	margin-bottom:0;
	font-size:14px;
	opacity:0.9;
}

.countdown-timer{
	display:flex;
	gap:20px;
	margin:16px 20px 0 20px;
}

.time-box{
	background:rgba(255,255,255,0.1);
	border-radius:8px;
	padding:15px 12px;
	text-align:center;
	min-width:70px;
	border:1px solid rgba(255,255,255,0.2);
}

.time-number{
	display:block;
	color:#ffffff;
	font-size:28px;
	font-weight:bold;
	line-height:1;
	margin-bottom:5px;
}

.time-label{
	display:block;
	color:#ffffff;
	font-size:12px;
	text-transform:uppercase;
	font-weight:500;
	opacity:0.8;
}

.action-section .main-btn.action-btn{
	float:right;
	border-color:#ffffff;
	background-image:-webkit-gradient(linear,left top,right top,color-stop(100%,#ffffff),to(#ffffff)),-webkit-gradient(linear,left top,right top,from(#ffffff),color-stop(0%,#ffffff));
	background-image:-o-linear-gradient(left,#ffffff 100%,#ffffff 100%),-o-linear-gradient(left,#ffffff 0%,#ffffff 0%);
	background-image:linear-gradient(to right,#ffffff 100%,#ffffff 100%),linear-gradient(to right,#ffffff 0%,#ffffff 0%);
	margin-top:16px;
	color:#2c5aa0;
}

.main-btn{
	display:inline-block;
	font-size:15px;
	font-family:Arial,sans-serif;
	font-weight:700;
	padding:0 14px;
	color:#ffffff;
	letter-spacing:1.8px;
	text-transform:uppercase;
	text-align:center;
	width:170px;
	height:50px;
	border-left:2px solid #2c5aa0;
	border-right:2px solid #1e3a6f;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background-position:0 0,0 100%;
	background-repeat:no-repeat;
	background-size:100% 2px;
	background-image:-webkit-gradient(linear,left top,right top,color-stop(100%,#1e3a6f),to(#2c5aa0)),-webkit-gradient(linear,left top,right top,from(#1e3a6f),color-stop(0%,#2c5aa0));
	background-image:-o-linear-gradient(left,#1e3a6f 100%,#2c5aa0 100%),-o-linear-gradient(left,#1e3a6f 0%,#2c5aa0 0%);
	background-image:linear-gradient(to right,#1e3a6f 100%,#2c5aa0 100%),linear-gradient(to right,#1e3a6f 0%,#2c5aa0 0%);
	-webkit-transition-duration:1100ms;
	-o-transition-duration:1100ms;
	transition-duration:1100ms;
	line-height:48px;
	position:relative;
	z-index:1;
	border-radius:6px;
	text-decoration:none;
}

.main-btn:after{
	color:#fff;
	-webkit-transition-duration:600ms;
	-o-transition-duration:600ms;
	transition-duration:600ms;
	background:#2c5aa0;
	background:-webkit-gradient(linear,left top,right top,from(#2c5aa0),to(#1e3a6f));
	background:-o-linear-gradient(left,#2c5aa0,#1e3a6f);
	background:linear-gradient(to right,#2c5aa0,#1e3a6f);
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:-1;
	border-radius:4px;
	opacity:0;
}

.main-btn:hover:after{
	opacity:1;
}

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

@media (max-width:991px){
	.col-lg-12{
		flex-direction:column;
		text-align:center;
	}
	
	.action-section .action-content{
		float:none;
		margin-bottom:20px;
	}
	
	.countdown-timer{
		margin:20px 0;
		justify-content:center;
	}
	
	.action-section .main-btn.action-btn{
		float:none;
		margin-top:20px;
	}
}

@media (max-width:767px){
	.countdown-timer{
		gap:15px;
	}
	
	.time-box{
		min-width:60px;
		padding:12px 8px;
	}
	
	.time-number{
		font-size:24px;
	}
	
	.time-label{
		font-size:11px;
	}
	
	.action-section .action-content h3{
		font-size:20px;
	}
	
	.action-section .action-content p{
		font-size:13px;
	}
}

@media (max-width:575px){
	.countdown-timer{
		gap:10px;
		flex-wrap:wrap;
	}
	
	.time-box{
		min-width:55px;
		padding:10px 6px;
	}
	
	.time-number{
		font-size:20px;
	}
	
	.main-btn{
		width:150px;
		font-size:14px;
	}
}

.advantages-section{
    position:relative;
    overflow:hidden;
    background:#f8f9fa;
}

.advantages-section .bg-image{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:1;
    opacity:0.3;
}

.advantages-section .overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(44,90,160,0.85);
    z-index:2;
}

.advantages-section .container{
    position:relative;
    z-index:3;
}

.advantages-section h2{
    color:#ffffff;
    font-size:2.8rem;
    font-weight:700;
    margin-bottom:1rem;
    text-transform:uppercase;
}

.advantages-section .col-8 p{
    color:#ffffff;
    font-size:1.2rem;
    opacity:0.9;
    font-weight:300;
}

.advantages-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(350px,1fr));
    gap:30px;
    margin-top:60px;
}

.advantage-item{
    background:rgba(255,255,255,0.95);
    padding:40px 30px;
    border-radius:15px;
    text-align:center;
    transition:all 0.3s ease;
    border:2px solid rgba(255,255,255,0.1);
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.advantage-item:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,0.2);
    background:rgba(255,255,255,1);
}

.advantage-icon{
    width:80px;
    height:80px;
    background:linear-gradient(135deg,#2c5aa0,#1e3a6f);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 25px auto;
    transition:all 0.3s ease;
    box-shadow:0 5px 15px rgba(44,90,160,0.3);
}

.advantage-item:hover .advantage-icon{
    transform:scale(1.1);
    box-shadow:0 8px 25px rgba(44,90,160,0.4);
}

.advantage-icon i{
    font-size:36px;
    color:#ffffff;
}

.advantage-item h4{
    color:#2c5aa0;
    font-size:22px;
    font-weight:600;
    margin-bottom:15px;
    font-family:Arial,sans-serif;
}

.advantage-item p{
    color:#666666;
    font-size:15px;
    line-height:1.6;
    margin:0;
    font-weight:400;
}

.advantage-item:hover h4{
    color:#1e3a6f;
}

.advantage-item:hover p{
    color:#555555;
}

@media (max-width:991px){
    .advantages-grid{
        grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
        gap:25px;
        margin-top:40px;
    }
    
    .advantage-item{
        padding:35px 25px;
    }
    
    .advantages-section h2{
        font-size:2.2rem;
    }
    
    .advantages-section .col-8 p{
        font-size:1.1rem;
    }
}

@media (max-width:767px){
    .advantages-grid{
        grid-template-columns:1fr;
        gap:20px;
        margin-top:30px;
    }
    
    .advantage-item{
        padding:30px 20px;
    }
    
    .advantage-icon{
        width:70px;
        height:70px;
        margin-bottom:20px;
    }
    
    .advantage-icon i{
        font-size:32px;
    }
    
    .advantage-item h4{
        font-size:20px;
        margin-bottom:12px;
    }
    
    .advantage-item p{
        font-size:14px;
    }
    
    .advantages-section h2{
        font-size:1.8rem;
    }
    
    .advantages-section .col-8 p{
        font-size:1rem;
    }
    
    .col-8{
        flex:0 0 100%;
        max-width:100%;
    }
}

@media (max-width:575px){
    .advantage-item{
        padding:25px 15px;
    }
    
    .advantage-icon{
        width:60px;
        height:60px;
    }
    
    .advantage-icon i{
        font-size:28px;
    }
    
    .advantage-item h4{
        font-size:18px;
    }
    
    .advantage-item p{
        font-size:13px;
    }
    
    .advantages-section h2{
        font-size:1.6rem;
    }
}

.page-content{
    padding:80px 0;
    background:#ffffff;
    min-height:70vh;
}

.content-wrapper{
    max-width:800px;
    margin:0 auto;
    padding:0 20px;
}

.content-wrapper h1{
    color:#2c5aa0;
    font-size:42px;
    font-weight:700;
    margin-bottom:10px;
    text-align:center;
}

.last-updated{
    text-align:center;
    color:#666;
    font-size:14px;
    margin-bottom:40px;
    font-style:italic;
}

.intro-text{
    font-size:18px;
    color:#444;
    text-align:center;
    margin-bottom:40px;
    font-weight:300;
    line-height:1.6;
}

.content-wrapper h2{
    color:#1e3a6f;
    font-size:24px;
    font-weight:600;
    margin-top:40px;
    margin-bottom:15px;
}

.content-wrapper h3{
    color:#2c5aa0;
    font-size:20px;
    font-weight:600;
    margin-top:25px;
    margin-bottom:10px;
}

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

.content-wrapper a{
    color:#2c5aa0;
    text-decoration:none;
    font-weight:500;
}

.content-wrapper a:hover{
    color:#1e3a6f;
    text-decoration:underline;
}

.content-wrapper strong{
    color:#333;
    font-weight:600;
}

.help-resources{
    margin:30px 0;
    padding:20px;
    background:#f8f9fa;
    border-radius:10px;
    border-left:4px solid #2c5aa0;
}

.resource-item{
    margin-bottom:25px;
    padding:15px;
    background:#ffffff;
    border-radius:8px;
    box-shadow:0 2px 5px rgba(0,0,0,0.1);
}

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

.resource-item h3{
    color:#2c5aa0;
    font-size:18px;
    margin-bottom:8px;
    margin-top:0;
}

.resource-item p{
    margin-bottom:5px;
    font-size:15px;
}

.emergency-notice{
    background:#dc3545;
    color:#ffffff;
    padding:25px;
    border-radius:10px;
    margin-top:40px;
    text-align:center;
}

.emergency-notice h3{
    color:#ffffff;
    font-size:22px;
    margin-bottom:15px;
    margin-top:0;
}

.emergency-notice p{
    color:#ffffff;
    margin-bottom:10px;
    font-size:16px;
}

.emergency-notice a{
    color:#ffffff;
    text-decoration:underline;
    font-weight:bold;
}

.emergency-notice a:hover{
    color:#ffffff;
    opacity:0.8;
}

@media (max-width:767px){
    .page-content{
        padding:40px 0;
    }
    
    .content-wrapper{
        padding:0 15px;
    }
    
    .content-wrapper h1{
        font-size:32px;
        margin-bottom:8px;
    }
    
    .content-wrapper h2{
        font-size:22px;
        margin-top:30px;
    }
    
    .content-wrapper h3{
        font-size:18px;
        margin-top:20px;
    }
    
    .content-wrapper p{
        font-size:15px;
    }
    
    .intro-text{
        font-size:16px;
        margin-bottom:30px;
    }
    
    .help-resources{
        padding:15px;
        margin:25px 0;
    }
    
    .resource-item{
        padding:12px;
        margin-bottom:15px;
    }
    
    .resource-item h3{
        font-size:16px;
    }
    
    .resource-item p{
        font-size:14px;
    }
    
    .emergency-notice{
        padding:20px;
        margin-top:30px;
    }
    
    .emergency-notice h3{
        font-size:20px;
    }
    
    .emergency-notice p{
        font-size:15px;
    }
}

@media (max-width:575px){
    .content-wrapper h1{
        font-size:28px;
    }
    
    .content-wrapper h2{
        font-size:20px;
        margin-top:25px;
    }
    
    .content-wrapper p{
        font-size:14px;
    }
    
    .intro-text{
        font-size:15px;
    }
    
    .help-resources{
        padding:12px;
    }
    
    .resource-item{
        padding:10px;
    }
    
    .emergency-notice{
        padding:15px;
    }
    
    .emergency-notice h3{
        font-size:18px;
        margin-bottom:12px;
    }
    
    .emergency-notice p{
        font-size:14px;
    }
}

.ftco-appointment{
  background:#f8f9fa;
  background-position:center center !important;
  position:relative;
  padding:60px 0;
}

.ftco-appointment .wrap-appointment{
  box-shadow:0px 12px 31px -16px rgba(0,0,0,0.15);
  border-radius:15px;
  overflow:hidden;
}

@media (min-width:992px){
  .ftco-appointment .wrap-appointment{
    margin-top:-20px;
  }
}

.register-header{
  text-align:center;
  padding:40px 20px 20px 20px;
  background:#2c5aa0;
  color:white;
  width:100%;
}

.register-header h1{
  color:white;
  font-size:32px;
  font-weight:700;
  margin-bottom:10px;
}

.register-header p{
  color:rgba(255,255,255,0.9);
  font-size:16px;
  margin:0;
  font-weight:300;
}

.appointment .form-group{
  position:relative;
  width:100%;
  display:block;
  margin-bottom:0;
}

.appointment .form-group label{
  font-size:12px;
  font-weight:500;
  color:#2c5aa0;
  text-transform:uppercase;
  margin-bottom:5px;
  display:block;
}

.appointment .form-group .icon{
  position:absolute;
  top:50% !important;
  right:15px;
  font-size:16px;
  transform:translateY(-50%);
  z-index:10;
}

.appointment .form-group .icon .material-icons{
  font-size:18px;
  color:rgba(0,0,0,0.5) !important;
}

.appointment .form-group .select-wrap,
.appointment .form-group .input-wrap{
  position:relative;
}

.appointment .form-group .select-wrap select,
.appointment .form-group .input-wrap select{
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
}

.appointment .form-group .btn{
  width:100%;
  display:block !important;
}

.appointment .form-control{
  border:transparent;
  background:#fff !important;
  color:rgba(0,0,0,0.8) !important;
  font-size:14px;
  font-weight:500;
  border-radius:0;
  box-shadow:none !important;
  padding:8px 0;
  height:40px !important;
  border-bottom:2px solid rgba(0,0,0,0.1) !important;
  transition:border-color 0.3s ease;
}

.appointment .form-control:focus{
  border-bottom-color:#2c5aa0 !important;
  outline:none;
}

.appointment .form-control::placeholder{
  color:rgba(0,0,0,0.5);
}

.appointment textarea.form-control{
  height:inherit !important;
}

.appointment .btn-primary{
  background:#2c5aa0 !important;
  border-color:#2c5aa0 !important;
  color:#ffffff !important;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:1px;
  transition:all 0.3s ease;
}

.appointment .btn-primary:hover{
  background:#1e3a6f !important;
  border-color:#1e3a6f !important;
  color:#ffffff !important;
  transform:translateY(-2px);
}

.checkbox-group{
  margin-bottom:15px;
  display:flex;
  align-items:flex-start;
}

.checkbox-group input[type="checkbox"]{
  margin-right:10px;
  margin-top:4px;
  transform:scale(1.2);
}

.checkbox-label{
  font-size:14px;
  color:#555;
  line-height:1.4;
  margin:0;
  text-transform:none;
}

.checkbox-label a{
  color:#2c5aa0;
  text-decoration:none;
  font-weight:500;
}

.checkbox-label a:hover{
  text-decoration:underline;
}

.login-link{
  text-align:center;
  padding:20px;
  background:#f8f9fa;
  border-top:1px solid #eee;
}

.login-link p{
  margin:0;
  font-size:14px;
  color:#666;
}

.login-link a{
  color:#2c5aa0;
  text-decoration:none;
  font-weight:500;
}

.login-link a:hover{
  text-decoration:underline;
}

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

.confirmation-popup .popup-content{
  background:white;
  padding:40px;
  border-radius:15px;
  text-align:center;
  max-width:500px;
  width:90%;
  box-shadow:0 20px 60px rgba(0,0,0,0.3);
}

.confirmation-popup .popup-content h3{
  color:#2c5aa0;
  margin-bottom:20px;
  font-size:24px;
  font-weight:700;
}

.confirmation-popup .popup-content p{
  margin-bottom:15px;
  font-size:16px;
  color:#666;
  line-height:1.5;
}

.popup-buttons{
  margin-top:30px;
}

.btn-ok{
  padding:12px 40px;
  border:none;
  border-radius:8px;
  font-size:16px;
  cursor:pointer;
  font-weight:bold;
  background:#2c5aa0;
  color:white;
  transition:all 0.3s ease;
}

.btn-ok:hover{
  background:#1e3a6f;
  transform:translateY(-2px);
}

.ftco-section{
  padding:7em 0;
  position:relative;
}

@media (max-width:767.98px){
  .ftco-section{
    padding:4em 0;
  }
}

.ftco-no-pt{
  padding-top:0 !important;
}

.ftco-no-pb{
  padding-bottom:0 !important;
}

.bg-primary{
  background:#2c5aa0 !important;
}

.d-md-flex{
  display:flex;
}

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

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

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

.bg-white{
  background:white;
}

.pl-md-4{
  padding-left:1.5rem;
}

.pb-5{
  padding-bottom:3rem;
}

.pb-md-0{
  padding-bottom:0;
}

.pt-4{
  padding-top:1.5rem;
}

.pt-md-0{
  padding-top:0;
}

.py-md-4{
  padding-top:1.5rem;
  padding-bottom:1.5rem;
}

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

.py-3{
  padding-top:1rem;
  padding-bottom:1rem;
}

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

.px-md-0{
  padding-left:0;
  padding-right:0;
}

.w-100{
  width:100%;
}

@media (max-width:991px){
  .col-md{
    flex:0 0 100%;
    max-width:100%;
  }
  
  .d-md-flex{
    display:block;
  }
  
  .pl-md-4{
    padding-left:0;
  }
  
  .pb-md-0{
    padding-bottom:3rem;
  }
  
  .pt-md-0{
    padding-top:1.5rem;
  }
  
  .py-md-4{
    padding-top:0.5rem;
    padding-bottom:0.5rem;
  }
  
  .px-md-0{
    padding-left:1.5rem;
    padding-right:1.5rem;
  }
}

@media (max-width:767px){
  .register-header{
    padding:30px 15px 15px 15px;
  }
  
  .register-header h1{
    font-size:28px;
  }
  
  .register-header p{
    font-size:15px;
  }
  
  .appointment .form-control{
    height:38px !important;
  }
  
  .checkbox-group{
    margin-bottom:12px;
  }
  
  .checkbox-label{
    font-size:13px;
  }
  
  .confirmation-popup .popup-content{
    padding:30px 20px;
  }
  
  .confirmation-popup .popup-content h3{
    font-size:22px;
  }
  
  .confirmation-popup .popup-content p{
    font-size:15px;
  }
  
  .btn-ok{
    padding:10px 30px;
    font-size:15px;
  }
}

@media (max-width:575px){
  .ftco-appointment{
    padding:40px 0;
  }
  
  .register-header h1{
    font-size:24px;
  }
  
  .appointment .form-group label{
    font-size:11px;
  }
  
  .appointment .form-control{
    font-size:13px;
    height:36px !important;
  }
  
  .checkbox-label{
    font-size:12px;
  }
  
  .btn-ok{
    padding:8px 25px;
    font-size:14px;
  }
}

.faq-page{
    padding:80px 0;
    background:#ffffff;
    min-height:70vh;
}

.page-header{
    text-align:center;
    margin-bottom:60px;
    padding:0 20px;
}

.page-header h1{
    color:#2c5aa0;
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.page-header p{
    color:#666;
    font-size:18px;
    font-weight:300;
    line-height:1.6;
    max-width:600px;
    margin:0 auto;
}

.text-section{
    padding:32px 0;
    max-width:800px;
    margin:0 auto;
}

.welcome{
    margin-bottom:42px;
    padding:0 20px;
}

.welcome .section-title{
    font-size:26px;
    font-weight:600;
    color:#1a1a1a;
    margin-bottom:22px;
    line-height:1.3;
}

.welcome p{
    margin-bottom:17px;
    color:#666;
    font-family:Arial,sans-serif;
    font-size:16px;
    font-weight:400;
    line-height:1.7;
}

.welcome p:last-child{
    margin-bottom:0;
}

.welcome a{
    color:#2c5aa0;
    text-decoration:none;
    transition:all 0.3s ease;
    font-weight:500;
}

.welcome a:hover{
    color:#1e3a6f;
    text-decoration:underline;
}

.welcome code{
    background:#f4f8f9;
    padding:3px 6px;
    border-radius:4px;
    font-size:15px;
    color:#2c5aa0;
    font-weight:500;
}

.contact-section{
    background:#f8f9fa;
    border-radius:15px;
    padding:40px;
    margin-top:40px;
    border-left:4px solid #2c5aa0;
}

.contact-section .welcome{
    margin-bottom:0;
    padding:0;
}

.contact-section .section-title{
    color:#2c5aa0;
    font-size:24px;
}

@media (max-width:991px){
    .faq-page{
        padding:60px 0;
    }
    
    .page-header{
        margin-bottom:40px;
    }
    
    .page-header h1{
        font-size:36px;
    }
    
    .page-header p{
        font-size:16px;
    }
    
    .text-section{
        padding:24px 0;
    }
    
    .welcome .section-title{
        font-size:24px;
        margin-bottom:18px;
    }
    
    .contact-section{
        padding:30px;
        margin-top:30px;
    }
}

@media (max-width:767px){
    .faq-page{
        padding:40px 0;
    }
    
    .page-header{
        margin-bottom:30px;
        padding:0 15px;
    }
    
    .page-header h1{
        font-size:32px;
        margin-bottom:12px;
    }
    
    .page-header p{
        font-size:15px;
    }
    
    .text-section{
        padding:20px 0;
    }
    
    .welcome{
        margin-bottom:30px;
        padding:0 15px;
    }
    
    .welcome .section-title{
        font-size:22px;
        margin-bottom:15px;
    }
    
    .welcome p{
        font-size:15px;
        margin-bottom:15px;
    }
    
    .contact-section{
        padding:25px;
        margin:25px 15px 0 15px;
    }
    
    .contact-section .section-title{
        font-size:22px;
    }
}

@media (max-width:575px){
    .page-header h1{
        font-size:28px;
    }
    
    .page-header p{
        font-size:14px;
    }
    
    .welcome .section-title{
        font-size:20px;
        line-height:1.2;
    }
    
    .welcome p{
        font-size:14px;
    }
    
    .contact-section{
        padding:20px;
    }
    
    .contact-section .section-title{
        font-size:20px;
    }
    
    .welcome code{
        font-size:14px;
        padding:2px 5px;
    }
}