/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

@font-face {
    font-family: "Segoe UI";
    src: url("/wp-content/uploads/fonts/Segoe UI.ttf") format("truetype"),
         url("/wp-content/uploads/fonts/Segoe UI Bold.ttf") format("truetype"),
         url("/wp-content/uploads/fonts/Segoe UI Bold Italic.ttf") format("truetype"),
         url("/wp-content/uploads/fonts/Segoe UI Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body, button, input, select, textarea {
    font-family: "Segoe UI", Arial, sans-serif;
}

/* Reset and base styles  */
* {
    padding: 0px;
    margin: 0px;
    border: none;
   }
   
   *,
   *::before,
   *::after {
    box-sizing: border-box;
   }
   
   /* Links */
   
   a, a:link, a:visited  {
       text-decoration: none;
       cursor: pointer;
   }
   
   a:hover  {
       text-decoration: none;
   }
   
   /* Common */
   
   aside, nav, footer, header, section, main {
    display: block;
   }
   
   h1, h2, h3, h4, h5, h6, p {
       font-size: inherit;
    font-weight: inherit;
   }
   
   ul, ul li {
    list-style: none;
   }
   
   img {
    vertical-align: top;
   }
   
   img, svg {
    height: auto;
   }
   
   address {
     font-style: normal;
   }
   
   /* Form */
   
   input, textarea, button, select {
    font-family: inherit;
       font-size: inherit;
       color: inherit;
       background-color: transparent;
   }
   
   input::-ms-clear {
    display: none;
   }
   
   button, input[type="submit"] {
       display: inline-block;
       box-shadow: none;
       background-color: transparent;
       background: none;
       cursor: pointer;
   }
   
   input:focus, input:active,
   button:focus, button:active {
       outline: none;
   }
   
   button::-moz-focus-inner {
    padding: 0;
    border: 0;
   }
   
   label {
    cursor: pointer;
   }
   
   legend {
    display: block;
   }
/*
   @font-face {
    font-family: "Segoe UI";
    src: url("fonts/segoeui.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Segoe UI";
    src: url("fonts/segoeuib.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
  }
*/  


body{

    font-family: "Segoe UI", sans-serif;
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
}
.screen-1{
    min-height: 670px;
    background-image: url('img/bg-screen-1.png');
    background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; 
  color: #fff;
  padding: 24px 50px 0 36px;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
}
header {
    display: flex;
    align-items: center;
  justify-content: space-between;

}

.menu-toggle { order: 4;cursor: pointer; margin-left: 40px;}
.header-logo   { order: 1; }
.lang-switch   { order: 3; display: flex; align-items: center; gap: 8px; }
.header-phohe  { order: 2; margin: 0 auto; }



.header-logo{
    display: flex;
    gap: 25px;
}
.header-logo img {     
    width: auto;      
    height: 60px;        
}

.header-phohe {
    display: flex;
  align-items: center;
  gap: 10px;
    
  }
  
  .phone-icon {
    width: 24px;
    height: 40px;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .phone-screen {
    width: 16px;
    height: 32px;
    border: 1px solid white; 
  }
  
  .phone-number {
    color: white;
    font-size: 16px;
    text-decoration: none;
  }


  .lang-switch {
    display: flex;
    gap: 15px;
  }


  .lang-switch a {
    text-decoration: none;
    color: white;
    font-size: 16px;
  }
  
  .lang-switch a.active {
    border-bottom: 2px solid white;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .burger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  
  .burger span {
    display: block;
    height: 3px;
    background: white;
    border-radius: 2px;
  }
  
  .menu-label {
    font-size: 16px;
  }
  .title{
    max-width: 800px;
    margin: 0 auto;
    flex: 1; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center; 
  }
  h1, h2{
    font-size: 60pt;
    font-weight: lighter;
    margin-bottom: 32px; 
}
.screen-2, .screen-3{
    padding-top: 40px;
}
  
  .subtitle{
    font-size: 24pt;
    font-weight: lighter;
    color: #fff343;
  }
  .screen-2{
    max-width: 1060px;
    margin: 0 auto;
    color: #201600;
    padding: 50px auto 30px;
    
  }

  .services{
    display: flex;
    align-items:flex-start;
    justify-content: space-between;
  }
  p{
    margin-bottom: 20px;
  }
  .card{
    max-width: 312px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 20px;
    margin-bottom: 32px;
  }
 .screen-2 .card:hover {
    outline: 1px solid #cac8b0;
    box-shadow: 6px 6px 9px rgba(72, 78, 89, 0.3);
}
  .card-icon{
    width: 92px;
  }
  h3{
    color: #354b7b;
    font-size: 20pt;
    margin-bottom: 24px;
  }
  .card-description p {
    color: #201600;
    font-size: 14px;
  }

  button{
    background-color: #fff343;
    padding: 10px;
    font-size: 15px;
    color: #201600;

  }

  .screen-3{
    
    background-image: url('img/bg-screen-3.png');
    background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; 
  color: #fff;

  }
  .screen-3-content{
    max-width: 1060px;
    margin: 0 auto;
  }
  .screen-3 .card {
    transition: background-color 0.3s ease; 
  }
  .screen-3 .card:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }
  .screen-3 .card-description p{
    color: #fff;
  }
  .screen-3 .card h3{
    color: #fff343;
  }
  footer{
    background-color: #142341;
    display: flex;
    color: #fff;
    align-items: center;
    padding: 24px;
    margin: 0 auto;
    gap:12px;
    width: 100%;
  

  }

    
  .footer-logo img {     
    width: auto;      
    height: 32px;        
}
.policy{
    white-space:nowrap;
}
.footer-phohe{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
}
.fb-down{
    display: flex;
    gap: 20px;
    align-items: center;
}
.fb-down img {     
    width: auto;      
    height: 40px;        
}
  .btn-up {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: #e5e5e5;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
  }
  
  .btn-up span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-left: 2px solid black;
    border-top: 2px solid black;
    transform: rotate(45deg);
    margin-bottom: -2px; 
  }
  
  .call-popup {
    width: 500px;
    padding: 70px 20px 36px;
    box-sizing: border-box;
    position: relative;
  }
.popup-blue{
    background-color: #142341;
    color: white;

}
  .popup-white{
    background-color: #fff;
    color: black;

  }
  .call-popup .close {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 55px;
    cursor: pointer;
  }
  .popup-title{
    font-size: 48px;
    text-align: center;
  }
  .call-popup input {
    width: 100%;
    padding: 10px 5px;
    margin-bottom: 20px;
    background: none;
    border: none;
    font-size: 16px;
    outline: none;
  }
  .popup-blue input{
    border-bottom: 1px solid white;
    color: white;
  }
  .popup-white input{
    border-bottom: 1px solid black;
    color: black;
  }
  

  .call-popup button{
    font-size: 26px;
  }
  .popup-blue .call-popup input::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
  .popup-white .call-popup input::placeholder {
    color: rgba(0, 0, 0, 0.7);
  }

  



@media ( max-width:768px) {

    .screen-1, .screen-2, .screen-3{
        padding: 0 20px 0;
    }
    header {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;

      }
      .menu-toggle { 
        order: 1;
    }
      .header-logo  { 
        order: 2; 
        flex: 1; 
        justify-content: center;
        height: 36px;
    } 
      .lang-switch   {
         order: 3;  
         display: flex; 
         justify-content: flex-end; 
        }
      .header-phohe {
        order: 4;
        width: 100%;
        justify-content: center;
        flex-direction: column;
        margin-top: 40px;
      }

    .phone-icon, .menu-label{
        display: none;
    }
    .services{
        flex-direction: column;
        align-items: center;
    }
    h1, h2{
        font-size: 36pt;
    }
    .screen-2, .screen-3{
        padding-top: 70px;
    }
    h3{
        font-size: 30px;
    }
    .subtitle{
        font-size: 18pt;
    }
    p{
        font-size: 14pt;
    }
    .card{
        max-width:  100%;
    }
   
    footer{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    text-align: center;
    gap: 10px;
    }

    .footer-logo{
        order: 1;
    }
    .policy{
        order: 3;
        white-space:normal;
    }
    .footer-phohe{
        order: 2;
        margin:0;
    }
    .footer-phohe button{
        display: none;
    }
    .fb-down{
        display: none;
    }

}

