  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      background-color: #f5f5fb;
    }

    .section {
      height: 100vh;
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat;
    }

            .cookie-popup {
          position: fixed;  
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          max-width: 900px;
          /* background-color: black;
        box-shadow: 0px -3px 15px 1px rgb(159 255 203 / 66%); */
          width: 400px;
          padding: 0px;
          text-align: center;
          z-index: 10;
        }


    .cookie-popup h2 {  
    margin-bottom: 10px;
    color: white;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    }

    .cookie-popup p {
      font-size: 15px;
      color: #000000;
      line-height: 1.6;
      margin-bottom: 20px;
    }

    .cookie-popup .close-btn {
      position: absolute;
      top: 6px;
      right: 8px;
      background-color: #ffffff;
      border: none;
      font-size: 30px;
      cursor: pointer;
    }

		.cookie-popup .btn {
		display: block;
    width: 90%;
    margin: 10px 0;
    padding: 15px;
    border-radius: 59px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-align: center;
    font-size: 1.53rem;
    line-height: 1.36rem;
    height: 4.7rem;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
	}

    .cookie-popup .accept-btn { 
     
    color: white;
    background-color: #01415e;
    }

    .cookie-popup .accept-btn:hover {
      background-color: #01415e;
    }

    .cookie-popup .settings-btn {
      border:2px solid #01415e;
      background-color: white;
      color: #01415e;
    }

    .cookie-popup .settings-btn:hover {
      background-color: white;
    }

    .section-1 {
      background-image: url('fo_desk.jpg');  
    }


     
    @media (max-width: 480px) {
      .section-1 {
        background-image: url('fo_mob.jpg');
      }

    
      .cookie-popup {
        padding: 0px;
        width: 90%;
      }

      .cookie-popup h2 {
        font-size: 22px; padding-bottom: 1px;
      }

      .cookie-popup p {
        font-size: 14px;
      }

      .cookie-popup .btn {
        font-size: 17px;
        font-weight: 600;
       height: auto;
        padding: 11px; margin: 6px 0;
      }


        .cookie-popup {
          position: fixed;  
          top: 50%; border-radius:30px;
          left: 50%;
          transform: translate(-50%, -50%);
          max-width: 450px;
          background-color: #fff; 
          text-align: center;
          z-index: 10;
        }
 

    .firs-col{
       height: 306px;
    }



    }

    .overlay {
 position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(65 65 65 / 53%);
    backdrop-filter: blur(5px);
    z-index: 5;
}

  

.container1 {
  display: flex; 
  flex-wrap: wrap; 
  max-width: 400px;
  margin: 0 auto;     
}

.col {
   flex: 1 0 0;
    min-width: 150px;
    display: flex;
    padding: 20px;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
}

.container1 > .col:first-child {
  border-right: 1px solid #ccc;
}


@media (max-width: 600px) {
  .col {
    flex-basis: 100%; 
  }
  
  .container1 > .col:first-child {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}

       .cookie-boxb1 {
               
                   border-radius: 16px;
                padding: 34px 34px 38px;
                margin-left: auto;
                margin-right: auto;
                box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
                animation: fadeInUp 0.35s ease-out;
                border: 1px solid rgba(255, 255, 255, 0.8);
                background:rgb(15 14 14 / 95%);
                
              } 

              .cookie-headerb1 {
                display: flex;
                align-items: center;
                justify-content: space-between;
              }

              .cookie-headerb1 h2 {
                font-size: 1.1rem;
                margin: 0;
                color: #333;
              }

              .cookie-closeb1 {
                    background: none;
                  border: none;
                  cursor: pointer;
                  position: absolute;
                  top: 6px;
                  right: 15px;
                  font-size: 26px;
                  color: white;
                  line-height: 1;
              }

              .cookie-bodyb1 {
                    margin-top: 12px;
                      font-size: 1.0rem;
                    color: #d2d2d2;
                  line-height: 1.5;
              }

              .cookie-buttonsb1 {
                margin-top: 20px;
                display: flex;
                flex-direction: column;
                gap: 10px;
              }

             .cookie-acceptb1 {
                    border-radius: 6px;
                    padding: 13px;
                    background: linear-gradient(135deg, #b22626 0%, #4b0e0e 100%);
                    color: white;
                    border: 1px solid #000000;
                    box-shadow: 0 8px 20px rgba(245, 158, 11, 0.3);
                    font-size: 0.9rem;
                    font-weight: 600;
                    cursor: pointer;
                }

              .cookie-settingsb1 {
               background: white;
                border: 1.5px solid #0f2f54;
                color: black;
                border-radius: 6px;
               padding: 13px;
                font-size: 1rem; 
               font-weight: 600;
                cursor: pointer;
              }

              .cookie-acceptb1:hover {
                background: #121598;
              }

              .cookie-settingsb1:hover {
                background: #e8f1ff;
              }