.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-7093741f:#4054B2;--e-global-color-36894ecc:#23A455;--e-global-color-7c05a056:#000;--e-global-color-28c672b5:#FFF;--e-global-color-5f5d06d9:#347AFF;--e-global-color-2e22d29b:RGBA(255, 255, 255, 0.2);--e-global-color-c992de2:#233064;--e-global-color-4fdc6d4c:#D3E7FE;--e-global-color-380f7774:#F5F8FC;--e-global-color-23d215c6:#8D8D8D;--e-global-color-3c140a7c:RGBA(35, 48, 100, 0.1);--e-global-color-79d37fe4:RGBA(35, 48, 100, 0.6);--e-global-color-3cabc212:RGBA(211, 231, 254, 0.2);--e-global-color-6e903f49:#EFEFEF;--e-global-color-3a93b6e9:#5F5F5F;--e-global-color-1c124ae0:RGBA(52, 122, 255, 0.05);--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#072433;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.flip-box {
  perspective: 1000px;
  position: relative;
  width: 100%;
  height: 200px; 
}

.flip-box-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.flip-box:hover .flip-box-inner {
  transform: rotateX(180deg);
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.flip-box-front {
  background: #f0f0f0;
  color: #000;
}

.flip-box-back {
  background: #2c3e50;
  color: #fff;
  transform: rotateX(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flip-box-back a {
  margin-top: 10px;
  padding: 8px 15px;
  background: #1abc9c;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s;
}

.flip-box-back a:hover {
  background: #16a085;
}



.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  background-color: transparent;
  z-index: 999;
}


.wpcf7 {
  width: 100%;
  max-width: 400px;
  margin: auto;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  position: relative;
}


.pum-close {
    background-color: red !important;
    color: white !important; 
    font-size: 20px !important;
    font-weight: bold; 
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.pum-close::before {
    content: "✖";
}


.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

.wpcf7-submit {
  background: #27ae60;
  color: white;
  border: none;
  padding: 10px 15px;
  width: 100%;
  margin-top: 15px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

.wpcf7-submit:hover {
  background: #219150;
}
.pum-content {
    padding: 30px;
    width: 400px;
}
.pum-container {
    width: 500px !important;
    background-color: transparent !important;
    box-shadow: none !important; 
}/* End custom CSS */