.elementor-widget-slides .elementor-slide-heading{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-slides .elementor-slide-description{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-slides .elementor-slide-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-393 .elementor-element.elementor-element-d7e313a .elementor-repeater-item-89e5793 .swiper-slide-bg{background-color:#833CA300;background-image:url(https://www.planethike.org/wp-content/uploads/2025/11/Stockholm1.jpg);background-size:cover;}.elementor-393 .elementor-element.elementor-element-d7e313a .swiper-slide{transition-duration:calc(5000ms*1.2);height:700px;}.elementor-393 .elementor-element.elementor-element-d7e313a .swiper-slide-contents{max-width:66%;}.elementor-393 .elementor-element.elementor-element-d7e313a .swiper-slide-inner{text-align:center;}.elementor-393 .elementor-element.elementor-element-d7e313a .elementor-slide-heading{font-family:"Cormorant Garamond", Sans-serif;font-size:109px;font-weight:600;}.elementor-393 .elementor-element.elementor-element-d7e313a .elementor-slide-description{font-family:"Roboto Slab", Sans-serif;font-size:32px;font-weight:400;}.elementor-393 .elementor-element.elementor-element-bddac87{padding:20px 0px 0px 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-393 .elementor-element.elementor-element-63567d8{text-align:center;}.elementor-393 .elementor-element.elementor-element-63567d8 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:36px;font-weight:600;color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-393 .elementor-element.elementor-element-d176fda > .elementor-widget-container{padding:0px 120px 0px 120px;}.elementor-393 .elementor-element.elementor-element-d176fda{text-align:center;font-family:"Arial", Sans-serif;font-size:16px;font-weight:300;color:#FFFFFF;}.elementor-393 .elementor-element.elementor-element-55aaa38 > .elementor-container{max-width:1268px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-393 .elementor-element.elementor-element-d7e313a .swiper-slide{height:408px;}}@media(max-width:767px){.elementor-393 .elementor-element.elementor-element-d7e313a .swiper-slide{height:270px;}.elementor-393 .elementor-element.elementor-element-d7e313a .elementor-slide-heading{font-size:43px;}.elementor-393 .elementor-element.elementor-element-d7e313a .elementor-slide-description{font-size:16px;}}/* Start custom CSS for html, class: .elementor-element-1737bb5 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', 'Open Sans', 'Segoe UI', Arial, sans-serif;
    background: #000;
    color: #fff;
    overflow-x: hidden;
    line-height: 1.4;
}

/* Tab Navigation */
.tab-navigation {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 10px 20px;
    max-width: 600px;
    margin: 0 auto;
}

.team-registration-heading {
    color: #fff;
    text-align: center;
    font-size: 32px; /* Heading size */
    padding: 12px;
    font-weight: 700;
}

.tab-button {
    flex: 1;
    padding: 12px 25px;
    background: #fff;
    border: 2px solid #000;
    color: #000;
    font-size: 16px; /* Button text */
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: none;
}

.tab-button.active {
    background: #0F5F50;
    border-color: #4ECDC4;
    color: #fff;
}

/* Content Sections */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* Content Wrapper */
.content-wrapper {
    padding: 5px;
    max-width: 1400px;
    margin: 0 auto;
}

/* Grid Layout */
.content-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

/* Content Box */
.content-box {
    background: #0F5F50;
    padding: 15px;
    height: 100%;
    overflow-y: auto;
}

.box-title {
    font-size: 16px;
    margin-bottom: 6px;
    color: #4ECDC4;
    font-weight: 700;
    text-transform: none;
}

.box-content {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    padding: 0;
}

.box-content p {
    margin: 0 0 3px 0;
}

.box-content ul,
.box-content ol {
    margin: 0;
    padding-left: 15px;
}

.box-content li {
    margin-bottom: 4px;
    line-height: 1.3;
}

/* Pricing Table Box */
.pricing-box {
    background: #0F5F50;
    padding: 12px;
    height: 100%;
    overflow-x: auto;
}

.pricing-table {
    background: #fff;
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
}

.pricing-table th {
    padding: 6px 4px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    background: #fff;
    border-bottom: 2px solid #ddd;
}

.pricing-table td {
    padding: 5px 4px;
    color: #000;
    font-size: 13px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    line-height: 1.3;
}

.pricing-table tbody tr:last-child td {
    border-bottom: none;
}

.pricing-note {
    color: #fff;
    font-size: 13px;
    margin-top: 6px;
    line-height: 1.3;
}

/* Image Box */
.image-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Scrollbar Styling */
.content-box::-webkit-scrollbar,
.pricing-box::-webkit-scrollbar {
    width: 6px;
}

.content-box::-webkit-scrollbar-track,
.pricing-box::-webkit-scrollbar-track {
    background: #0a4a3e;
}

.content-box::-webkit-scrollbar-thumb,
.pricing-box::-webkit-scrollbar-thumb {
    background: #4ECDC4;
    border-radius: 3px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .content-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .content-box,
    .pricing-box {
        max-height: none;
    }
}

@media (max-width: 768px) {
    .team-registration-heading {
        font-size: 24px;
    }

    .tab-navigation {
        flex-direction: column;
        gap: 10px;
    }

    .tab-button {
        padding: 10px 20px;
        font-size: 14px;
    }

    .content-box,
    .pricing-box {
        padding: 10px;
    }

    .box-title {
        font-size: 14px;
    }

    .pricing-table th,
    .pricing-table td {
        padding: 6px 4px;
        font-size: 12px;
    }
}

        /* Form Section */
        .form-section {
            padding: 0px 20px 120px;
            position: relative;
            overflow: hidden;
        }

        .form-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: 
                radial-gradient(circle at 50% 50%, rgba(78,205,196,0.15) 0%, transparent 70%);
            animation: pulse 8s ease-in-out infinite;
        }

        .form-container {
            max-width: 900px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .form-header {
            text-align: center;
            margin-bottom: 0px;
        }

        .form-header h2 {
            font-size: 2.5rem;
            margin-bottom: 10px;
            color: #fff;
          
            letter-spacing: 3px;
        }

        .form-header p {
            font-size: 1.3rem;
            color: #EAF7EB;
            line-height: 1.8;
        }

        /* Form Wrapper */
        .form-wrapper {
            background: rgba(0,0,0,0.7);
            backdrop-filter: blur(25px);
            border: 3px solid rgba(15,95,80,0.5);
            border-radius: 30px;
            padding: 60px;
            position: relative;
            overflow: hidden;
          
        }

        .form-wrapper::before {
            content: '';
            position: absolute;
            inset: -3px;
            border-radius: 30px;
            padding: 3px;
            background: linear-gradient(45deg, #0F5F50, #4ECDC4, #2d8a7a, #0F5F50);
            background-size: 300% 300%;
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            animation: gradientRotate 6s linear infinite;
            z-index: -1;
        }

        .form-placeholder {
            padding: 50px;
            text-align: center;
            border: 3px dashed rgba(78,205,196,0.3);
            border-radius: 20px;
            background: rgba(78,205,196,0.05);
            min-height: 500px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .form-placeholder-icon {
            font-size: 5rem;
            margin-bottom: 25px;
            animation: float 3s ease-in-out infinite;
        }

        .form-placeholder h3 {
            font-size: 2rem;
            color: #4ECDC4;
            margin-bottom: 20px;
            text-transform: uppercase;
        }

        .form-placeholder p {
            font-size: 1.2rem;
            color: #EAF7EB;
            line-height: 1.8;
            max-width: 600px;
        }

        /* Animations */
        @keyframes fadeInUp {
            from { opacity: 0; transform: translateY(40px); }
            to { opacity: 1; transform: translateY(0); }
        }

        @keyframes gradientShift {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        @keyframes bounce {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-20px); }
        }

        @keyframes pulseBackground {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.6; }
        }

        @keyframes backgroundFloat {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-30px); }
        }

        @keyframes float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-20px); }
        }

        @keyframes gradientRotate {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        @keyframes pulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.7; transform: scale(1.05); }
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .info-container {
                grid-template-columns: 1fr;
                gap: 50px;
            }

            .benefits-grid {
                grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            }
        }

        @media (max-width: 768px) {
            .company-hero {
                min-height: 60vh;
                padding: 80px 20px 40px;
            }

            .company-hero h1 {
                font-size: 3rem;
            }

            .company-hero .subtitle {
                font-size: 1.4rem;
            }

            .info-text h2 {
                font-size: 2.2rem;
            }

            .info-text p {
                font-size: 1.1rem;
            }

            .how-title {
                font-size: 1.5rem;
            }

            .step-item {
                padding: 20px 25px;
            }

            .section-heading {
                font-size: 2.5rem;
            }

            .benefits-grid {
                grid-template-columns: 1fr;
            }

            .form-header h2 {
                font-size: 2.5rem;
            }

            .form-header p {
                font-size: 1.1rem;
            }

            .form-wrapper {
                padding: 40px 25px;
            }

            .form-placeholder {
                padding: 35px 20px;
                min-height: 400px;
            }

            .form-placeholder h3 {
                font-size: 1.6rem;
            }

            .form-placeholder p {
                font-size: 1.05rem;
            }
        }

        @media (max-width: 480px) {
            .company-hero h1 {
                font-size: 2.2rem;
            }

            .company-hero .subtitle {
                font-size: 1.2rem;
            }

            .info-text h2 {
                font-size: 1.8rem;
            }

            .step-item {
                padding: 18px 20px;
            }

            .step-item strong {
                font-size: 1.1rem;
            }

            .benefit-card {
                padding: 35px 25px;
            }

            .benefit-icon {
                font-size: 3rem;
            }

            .form-header h2 {
                font-size: 2rem;
            }

            .form-wrapper {
                padding: 30px 20px;
            }

            .form-placeholder {
                padding: 25px 15px;
                min-height: 350px;
            }

            .form-placeholder-icon {
                font-size: 3.5rem;
            }

            .form-placeholder h3 {
                font-size: 1.4rem;
            }
        }
/* ==============================
   🌟 Transparent Floating Form Theme
   ============================== */

/* General Form Styling */
.forminator-custom-form {
  font-family: 'Poppins', sans-serif !important;
  background: rgba(255, 255, 255, 0) !important; /* transparent */
  color: #EAF7EB !important; /* light text */
  padding: 25px !important;
  border-radius: 12px !important;
  border: 2px solid #0F5F50 !important; /* dark green border */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important; /* lifted shadow */
  transform: translateY(-5px); /* slightly lifted */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover lift effect */
.forminator-custom-form:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
}

/* Hide pagination dots but keep step content */
.forminator-custom-form .forminator-pagination-steps li {
  display: none !important;
}

/* Labels */
.forminator-custom-form .forminator-field .forminator-label {
  color: #EAF7EB !important;
  font-weight: 500 !important;
  margin-bottom: 6px !important;
  display: block;
}

/* Inputs, Selects, Textareas */
.forminator-custom-form .forminator-field .forminator-input,
.forminator-custom-form .forminator-field .forminator-select,
.forminator-custom-form .forminator-field .forminator-textarea {
  background: rgba(15, 95, 80, 0.05) !important; /* subtle transparent fill */
  color: #EAF7EB !important;
  border: 2px solid #0F5F50 !important; /* dark green border */
  border-radius: 8px !important;
  padding: 12px !important;
  font-size: 1rem !important;
  transition: all 0.3s ease;
}

.forminator-custom-form .forminator-field .forminator-input:focus,
.forminator-custom-form .forminator-field .forminator-select:focus,
.forminator-custom-form .forminator-field .forminator-textarea:focus {
  border-color: #4CAF50 !important; /* brighter green on focus */
  box-shadow: 0 0 8px rgba(15, 95, 80, 0.6) !important;
  outline: none !important;
}

/* FIX FOR SELECT DROPDOWN OPTIONS */
.forminator-custom-form .forminator-field .forminator-select {
  color: #0F5F50 !important; /* Dark text for better readability */
}

.forminator-custom-form .forminator-field .forminator-select option {
  background: white !important;
  color: #0F5F50 !important; /* Dark text for options */
  padding: 10px !important;
}

/* Keep the placeholder text light */
.forminator-custom-form .forminator-field .forminator-select:invalid,
.forminator-custom-form .forminator-field .forminator-select option[value=""] {
  color: #EAF7EB !important;
}

/* Radio & Checkbox Options */
.forminator-custom-form .forminator-field .forminator-radio span,
.forminator-custom-form .forminator-field .forminator-checkbox span {
  color: #EAF7EB !important;
  font-weight: 400 !important;
}

.forminator-custom-form .forminator-field .forminator-radio input:checked + span,
.forminator-custom-form .forminator-field .forminator-checkbox input:checked + span {
  color: #0F5F50 !important;
  font-weight: 600 !important;
}

/* Submit Button */
.forminator-custom-form .forminator-button-submit {
  background: #0F5F50 !important;
  color: #EAF7EB !important;
  font-weight: 600 !important;
  padding: 12px 25px !important;
  border-radius: 8px !important;
  border: none !important;
  cursor: pointer !important;
  transition: background 0.3s ease, transform 0.2s ease !important;
}

.forminator-custom-form .forminator-button-submit:hover {
  background: #1a7a68 !important;
  transform: translateY(-2px) !important;
}

/* Progress Bar */
.forminator-custom-form .forminator-progress-bar {
  background: #9b2fcc !important; /* purple accent */
  height: 4px !important;
  border-radius: 4px !important;
  transition: width 0.4s ease !important;
}

/* Error Messages */
.forminator-custom-form .forminator-error {
  color: #ff6b6b !important;
  font-weight: 600 !important;
  margin-top: -10px !important;
  margin-bottom: 15px !important;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .forminator-custom-form {
    padding: 20px !important;
  }

  .forminator-custom-form .forminator-field .forminator-input,
  .forminator-custom-form .forminator-field .forminator-select,
  .forminator-custom-form .forminator-field .forminator-textarea {
    padding: 10px !important;
  }

  .forminator-custom-form .forminator-button-submit {
    padding: 10px 20px !important;
  }
}/* End custom CSS */