
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Helvetica', Arial, sans-serif;
        }
        
        body {
            color: #333;
            line-height: 1.6;
        }
        
        .hero {
            min-height: 100vh;
            background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://tyncad.net/wp-content/themes/tyncad-theme/assets/images/237a9b067fe25435094149b111de95ebd924eb52.png ') no-repeat center center/cover;
            display: flex;
            align-items: center;
            padding: 0 10%;
            color: #fff;
            position: relative;
        }
        
        .hero-content {
            max-width: 800px;
            margin-top: 100px;
        }
        
        .hero-title {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            line-height: 1.2;
        }
        
        .dimmed {
            opacity: 0.7;
            text-decoration: underline;
        }
        
        .hero-subtitle {
            font-size: 1.5rem;
            margin-bottom: 2.5rem;
            font-weight: 400;
            line-height: 1.5;
        }
        
        .cta-button {
            display: inline-block;
            background-color: #1C75BA;
            color: white;
            padding: 15px 35px;
            font-size: 1.1rem;
            font-weight: 600;
            text-decoration: none;
            border-radius: 10px;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            box-shadow: 0 4px 12px rgba(0, 102, 255, 0.3);
        }
        
        .cta-button:hover {
            background-color: #0052cc;
            transform: translateY(-2px);
            box-shadow: 0 6px 16px rgba(0, 102, 255, 0.4);
        }
        
        .back-button {
            position: absolute;
            bottom: 40px;
            left: 5%;
            display: inline-flex;
            align-items: center;
            color: white;
            text-decoration: none;
            font-weight: 600;
            padding: 10px 20px;
            background-color: rgba(0, 0, 0, 0.4);
            border-radius: 6px;
            transition: all 0.3s ease;
        }
        
        .back-button:hover {
            background-color: rgba(0, 0, 0, 0.6);
        }
        
        .back-button i {
            margin-right: 8px;
        }
        
        /* Service Detail Content */
        .service-detail {
            padding: 80px 5%;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .detail-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 50px;
            align-items: center;
        }
        
        .detail-content h2 {
            font-size: 2.2rem;
            margin-bottom: 20px;
            color: #1a365d;
        }
        
        .detail-content p {
            font-size: 1.1rem;
            line-height: 1.7;
            color: #444;
            margin-bottom: 25px;
        }
        
        .feature-list {
            list-style-type: none;
            margin-bottom: 30px;
        }
        
        .feature-list li {
            padding: 12px 0;
            border-bottom: 1px solid #eee;
            display: flex;
            align-items: center;
        }
        
        .feature-list li i {
            color: #1C75BA;
            margin-right: 15px;
            font-size: 1.2rem;
        }
        
        .detail-image img {
            width: 100%;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        /* Responsive Design */
        @media (max-width: 992px) {
            .hero-title {
                font-size: 3rem;
            }
            
            .hero-subtitle {
                font-size: 1.3rem;
            }
            
            .detail-grid {
                gap: 40px;
            }
        }
        
        @media (max-width: 768px) {
            .hero {
                text-align: center;
                padding: 0 10%;
            }
            
            .hero-content {
                margin: 60px auto 0;
            }
            
            .hero-title {
                font-size: 2.5rem;
            }
            
            .hero-subtitle {
                font-size: 1.2rem;
            }
            
            .back-button {
                left: 50%;
                transform: translateX(-50%);
                bottom: 30px;
            }
            
            .detail-grid {
                grid-template-columns: 1fr;
            }
            
            .detail-image {
                order: -1;
            }
        }
        
        @media (max-width: 576px) {
            .hero-title {
                font-size: 2rem;
            }
            
            .hero-subtitle {
                font-size: 1rem;
            }
            
            .cta-button {
                padding: 12px 28px;
                font-size: 1rem;
            }
            
            .detail-content h2 {
                font-size: 1.8rem;
            }
            
            .service-detail {
                padding: 60px 5%;
            }
        }
     
        /* Works Section Styles */
        .works-section {
            padding: 80px 5%;
            max-width: 1600px;
            margin: 0 auto;
        }
        
        .section-header {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .section-title {
            font-size: 2.8rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
        }
        
        .section-title span {
            color: #1C75BA;
        }
        
        .filter-container {
            margin-bottom: 40px;
        }
        
        .filter-label {
            font-size: 1rem;
            font-weight: 600;
            margin-right: 15px;
            color: #333;
        }
        
        .filter-buttons {
            display: flex;
            gap: 10px;
            margin-top: 10px;
            flex-wrap: wrap;
        }
        
        .filter-btn {
            padding: 8px 20px;
            background-color: #f1f1f1;
            border: none;
            border-radius: 30px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
        }
        
        .filter-btn:hover {
            background-color: #e0e0e0;
        }
        
        .filter-btn.active {
            background-color: #1C75BA;
            color: white;
        }
        
        .works-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
            gap: 30px;
        }
        
        .work-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            width: 450px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .work-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
        }
        
        .card-image {
            height: 375px;
            overflow: hidden;
            position: relative;
        }
        
        .card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .work-card:hover .card-image img {
            transform: scale(1.05);
        }
        
        .card-content {
            padding: 20px;
        }
        
        .card-title {
            font-size: 1.3rem;
            font-weight: 700;
            margin-bottom: 10px;
            color: #222;
        }
        
        .card-category {
            color: #1C75BA;
            font-weight: 600;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        /* Responsive Design */
        @media (max-width: 992px) {
            .works-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 768px) {
            .section-title {
                font-size: 2.3rem;
            }
            
            .works-grid {
                grid-template-columns: 1fr;
                max-width: 500px;
                margin: 0 auto;
            }
            
            .filter-buttons {
                flex-wrap: wrap;
            }
        }
        
        @media (max-width: 576px) {
            .works-section {
                padding: 60px 5%;
            }
            
            .section-title {
                font-size: 2rem;
            }
            
            .card-title {
                font-size: 1.2rem;
            }
        }
             /* Contact Section */

        
        .contact-section {
            padding: 80px 5%;
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            margin-right: 0px;
            margin-left: 0px;

        }
        
        .contact-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            margin-top: 40px;
            width: 1425px;

        }
        
        .image-column {
            display: flex;
            align-items: center;
            justify-content: center;
            padding-left: 20px;
        }
        
        .image-column img {
            width: 650px;
            height: 100%;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .form-column {
            background: white;
            border-radius: 12px;
            padding: 40px;
            
        }
        
        .form-header {
            text-align: left;
            margin-bottom: 30px;
        }
        
        .form-title {
            font-size: 28px;
            font-weight: 700;
            color: #1a365d;
            margin-bottom: 12px;
        }
        
        .form-subtitle {
            font-size: 16px;
            color: #666;
            line-height: 1.5;
        }
        
        .contact-form {
            display: flex;
            flex-direction: column;
        }
        
        .form-row {
            display: flex;
            gap: 20px;
            margin-bottom: 20px;
        }
        
        .form-group {
            flex: 1;
            display: flex;
            flex-direction: column;
        }
        
        .form-group-full {
            width: 100%;
            margin-bottom: 20px;
            display: flex; flex-direction: column;
        }
        
        .form-label {
            font-size: 14px;
            margin-bottom: 8px;
            color: #444;
        }
        
        .form-input, .form-select, .form-textarea {
            padding: 14px 16px;
            border: 1px solid #ddd;
            border-radius: 6px;
            font-size: 15px;
            transition: border-color 0.3s;
        }
        
        .form-input:focus, .form-select:focus, .form-textarea:focus {
            border-color: #1C75BA;
            outline: none;
        }
        
      .form-textarea {
        min-height: 120px;
        resize: vertical;
        margin-top: 8px; /* Adds a small gap between label and textarea */
    }
        
        .phone-input-container {
            display: flex;
            align-items: center;
            border: 1px solid #ddd;
            border-radius: 6px;
            overflow: hidden;
        }
        
        .phone-prefix {
            padding: 0 12px;
            height: 100%;
            display: flex;
            align-items: center;
            background: #f5f5f5;
            border-right: 1px solid #ddd;
            font-size: 15px;
        }
        
        .phone-input {
            flex: 1;
            border: none;
            padding: 14px 16px;
            font-size: 15px;
        }
        
        .phone-input:focus {
            outline: none;
        }
        
        .checkbox-group {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 25px;
        }
        
        .form-checkbox {
            margin-top: 4px;
        }
        
        .checkbox-label {
            font-size: 12px;
            color: #666;
            line-height: 1.5;
        }
        
        .privacy-link {
            color: #1C75BA;
            text-decoration: none;
        }
        
        .privacy-link:hover {
            text-decoration: underline;
        }
        
        .submit-button {
            background-color: #1C75BA;
            color: white;
            border: none;
            border-radius: 6px;
            padding: 16px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        
        .submit-button:hover {
            background-color: #0052cc;
        }
        
        /* Responsive Design */
        @media (max-width: 992px) {
            .contact-grid {
                gap: 30px;
            }
            
            .form-column {
                padding: 30px;
            }
        }
        
        @media (max-width: 768px) {
            .contact-grid {
                grid-template-columns: 1fr;
            }
            
            .image-column {
                padding-left: 0;
                order: 2;
            }
            
            .form-column {
                order: 1;
            }
            
            .form-row {
                flex-direction: column;
                gap: 15px;
            }
        }
        
        @media (max-width: 576px) {
            .contact-section {
                padding: 60px 4%;
            }
            
            .form-column {
                padding: 25px;
            }
            
            .form-title {
                font-size: 24px;
            }
            
            .form-subtitle {
                font-size: 15px;
            }
        }

    
        /* App Development Section Styles */
        .app-dev-section {
            padding: 60px 5% 0px; /* 0px bottom padding */
            max-width: 3500px;
            margin: 0 auto;
        }
        
        .back-link {
            display: inline-flex;
            align-items: center;
            color: #666;
            text-decoration: none;
            font-weight: 500;
            margin-bottom: 40px;
            transition: color 0.3s ease;
        }
        
        .back-link:hover {
            color: #1C75BA;
        }
        
        .back-link i {
            margin-right: 8px;
        }
        
        .section-header {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .section-title {
            font-size: 2.8rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            line-height: 1.2;
        }
        
        .gradient-text {
            background: linear-gradient(90deg, #1C75BA, #00c6ff);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        
        .section-description {
            font-size: 1.2rem;
            color: #666;
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.6;
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 0;
        }
        
        .feature-column {
            padding: 40px 30px;
            display: flex;
            flex-direction: column;
            height: 100%;
        }
        
        .feature-column:first-child {
            background-color: #F5F5F5;
            border-radius: 12px 0 0 12px;
        }
        
        .feature-column:nth-child(2) {
            background-color: #FFFFFF;
        }
        
        .feature-column:last-child {
            background-color: #E2E7F1;
            border-radius: 0 12px 12px 0;
        }
        
        .feature-title {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: #222;
        }
        
        .feature-description {
            color: #444;
            line-height: 1.6;
        }
        
        /* Responsive Design */
        @media (max-width: 992px) {
            .features-grid {
                grid-template-columns: 1fr;
            }
            
            .feature-column:first-child {
                border-radius: 12px 12px 0 0;
            }
            
            .feature-column:last-child {
                border-radius: 0 0 12px 12px;
            }
            
            .section-title {
                font-size: 2.4rem;
            }
        }
        
        @media (max-width: 768px) {
            .section-title {
                font-size: 2rem;
            }
            
            .section-description {
                font-size: 1.1rem;
            }
            
            .feature-title {
                font-size: 1.3rem;
            }
        }
        
        @media (max-width: 576px) {
            .app-dev-section {
                padding: 40px 4% 60px;
            }
            
            .section-title {
                font-size: 1.8rem;
            }
            
            .section-description {
                font-size: 1rem;
            }
            
            .feature-column {
                padding: 30px 20px;
            }
        }

        .ryn-impact-section {
  padding: 80px 20px;
  font-family: 'Helvetica', Arial, sans-serif;
  max-width: 1200px;
  margin: 0 auto;
}

.ryn-container {
  width: 100%;
  margin: 0 auto;
}

.ryn-section-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 20px;
  line-height: 1.3;
}

.ryn-blue-text {
  color: #1C75BA;
}

.ryn-black-text {
  color: #000;
}

.ryn-section-description {
  text-align: center;
  color: #000;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto 50px;
  line-height: 1.6;
}

.ryn-testimonial-slider {
  position: relative;
}

.ryn-slider-container {
  overflow: hidden;
  margin-bottom: 20px;
}

.ryn-slider-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 30px;
}

.ryn-testimonial-card {
  flex: 0 0 calc(50% - 15px);
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  position: relative;
}

.ryn-quote-mark {
  font-size: 80px;
  color: #1C75BA;
  line-height: 1;
  margin-bottom: 15px;
}

.ryn-testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 25px;
  text-align: left;
}

.ryn-user-info {
  display: flex;
  align-items: center;
  position: relative;
}

.ryn-profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
}

.ryn-user-details {
  flex-grow: 1;
}

.ryn-user-name {
  font-size: 18px;
  margin: 0 0 4px 0;
  color: #000;
}

.ryn-user-role {
  font-size: 14px;
  margin: 0;
  color: #666;
}

.ryn-stars {
  color: #FFD700;
  font-size: 18px;
}

.ryn-slider-controls {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.ryn-arrow-btn {
  width: 45px;
  height: 45px;
  border-radius: 6px;
  border: none;
  background-color: #1C75BA;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.ryn-arrow-btn:hover {
  background-color: #155a8a;
}

.ryn-arrow-btn:disabled {
  background-color: #b3d4f0;
  cursor: not-allowed;
}

/* Responsive Design */
@media (max-width: 992px) {
  .ryn-testimonial-card {
    flex: 0 0 calc(100% - 15px);
  }
  
  .ryn-section-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .ryn-impact-section {
    padding: 60px 15px;
  }
  
  .ryn-section-title {
    font-size: 1.8rem;
  }
  
  .ryn-section-description {
    font-size: 1rem;
  }
  
  .ryn-testimonial-card {
    padding: 20px;
  }
  
  .ryn-quote-mark {
    font-size: 60px;
  }
}

@media (max-width: 480px) {
  .ryn-section-title {
    font-size: 1.5rem;
  }
  
  .ryn-user-info {
    flex-wrap: wrap;
  }
  
  .ryn-stars {
    width: 100%;
    margin-top: 10px;
  }
  
  .ryn-arrow-btn {
    width: 40px;
    height: 40px;
  }
}
    
        .team-section {
            padding: 60px 5%;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .team-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }
        
        .team-member {
            text-align: center;
        }
        
        .member-image {
            position: relative;
            border-radius: 6px;
            overflow: hidden;
            margin-bottom: 20px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .member-image img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            display: block;
        }
        
        .social-icons {
            position: absolute;
            bottom: 15px;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            gap: 10px;
        }
        
        .social-icon {
            width: 35px;
            height: 35px;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 16px;
            transition: transform 0.3s ease;
        }
        
        .social-icon:hover {
            transform: translateY(-3px);
        }
        
        .facebook {
            background-color: #1C75BA;
            text-decoration: none;

        }
        
        .twitter {
           background-color: #1C75BA;
            text-decoration: none;
        }
        
        .linkedin {
            background-color: #1C75BA;
            text-decoration: none;
        }
        
        .instagram {
         background-color: #1C75BA;
            text-decoration: none;
        }
        
        .member-name {
            font-size: 1.25rem;
            font-weight: 600;
            color: #000;
            margin-bottom: 5px;
        }
        
        .member-position {
            font-size: 1rem;
            color: #6c757d;
        }
        
        /* Responsive design */
        @media (max-width: 992px) {
            .team-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 576px) {
            .team-grid {
                grid-template-columns: 1fr;
            }
            
            .team-section {
                padding: 40px 4%;
            }
            
            .member-image img {
                height: 250px;
            }
        }

                .tabs-accordion-section {
            padding: 60px 5%;
            max-width: 1000px;
            margin: 0 auto;
        }
        
        /* Tabs Styling */
        .tabs-container {
            background-color: #FBFBFE;
            border-radius: 12px;
            padding: 8px;
            margin-bottom: 40px;
            display: flex;
            flex-wrap: wrap;
        }
        
        .tab {
            padding: 12px 24px;
            color: #000;
            font-weight: 600;
            cursor: pointer;
            border-radius: 8px;
            transition: all 0.3s ease;
            flex: 1;
            text-align: center;
        }
        
        .tab.active {
            background-color: #1C75BA;
            color: white;
        }
        
        /* Accordion Styling */
        .accordion-item {
            margin-bottom: 16px;
            border-radius: 8px;
            overflow: hidden;
        }
        
        .accordion-header {
            padding: 20px;
            background-color: transparent;
            color: #000;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.3s ease;
        }
        
        .accordion-header i {
            transition: transform 0.3s ease;
        }
        
        .accordion-content {
            padding: 0 20px;
            max-height: 0;
            overflow: hidden;
            transition: all 0.3s ease;
            color: #333;
            line-height: 1.6;
        }
        
        /* Active state */
        .accordion-item.active .accordion-header {
            color: #1C75BA;
        }
        
        .accordion-item.active .accordion-header i {
            transform: rotate(180deg);
            color: #1C75BA;
        }
        
        .accordion-item.active .accordion-content {
            max-height: 500px;
            padding: 0 20px 20px;
        }
        
        .accordion-item.active {
            background-color: #F1F0FB;
            border-radius: 12px;
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
            .tabs-container {
                flex-direction: column;
                gap: 8px;
            }
            
            .tab {
                width: 100%;
            }
            
            .accordion-header {
                padding: 16px;
            }
            
            .accordion-content {
                padding: 0 16px;
            }
            
            .accordion-item.active .accordion-content {
                padding: 0 16px 16px;
            }
        }

        .contact-container {
         
            margin: 5% 10%;

            background: white;
            border-radius: 16px;
            padding-bottom: 100px;
            overflow: hidden;
        }
        
        .contact-content {
            display: flex;
            flex-wrap: wrap;
        }
        
        .contact-info {
            flex: 1;
            padding: 0px;
            min-width: 300px;
        }
        
        .contact-image {
            flex: 1;
            min-width: 300px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }
        
        .contact-image img {
            width: 100%;
            max-width: 580px;
            height: 425px;
            object-fit: cover;
            border-radius: 12px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
        }
        
        .contact-title {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 15px;
            color: #000;
        }
        
        .contact-subtitle {
            font-size: 1.1rem;
            color: #555;
            margin-bottom: 40px;
            max-width: 400px;
            line-height: 1.5;
        }
        
        .contact-details {
            display: flex;
            flex-direction: column;
            gap: 25px;
        }
        
        .contact-item {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        
        .icon-wrapper {
            width: 50px;
            height: 50px;
            background: #1C75BA;
            border-radius: 12px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
        }
        
        .contact-icon {
            color: white;
            font-size: 20px;
        }
        
        .contact-text {
            font-size: 1.05rem;
            color: #333;
        }
        
        @media (max-width: 768px) {
            .contact-content {
                flex-direction: column-reverse;
            }
            
            .contact-info {
                padding: 30px;
            }
            
            .contact-image {
                padding: 0px;
                max-width: 500px;
            }
            
            .contact-title {
                font-size: 2rem;
            }
        }
        
        @media (max-width: 480px) {
            .contact-info {
                padding: 20px;
            }
            
            .contact-title {
                font-size: 1.8rem;
            }
            
            .contact-subtitle {
                font-size: 1rem;
            }
            
            .icon-wrapper {
                width: 45px;
                height: 45px;
            }
            
            .contact-text {
                font-size: 0.95rem;
            }
        }

         .form-container {
            margin: 0 auto;
            background: white;
            border-radius: 16px;
            overflow: hidden;
            padding-left: 10%;
            padding-right: 10%;
        }
        
        .form-title {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 30px;
            color: #000;
            text-align: center;
        }
        
        .form-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 25px;
        }
        
        .form-group {
            margin-bottom: 20px;
        }
        
        .form-label {
            display: block;
            font-weight: 600;
            margin-bottom: 8px;
            color: #2d3748;
        }
        
        .form-input, .form-select, .form-textarea {
            width: 100%;
            padding: 14px 16px;
            border: 1px solid #e2e8f0;
            border-radius: 10px;
            font-size: 1rem;
            transition: all 0.3s;
        }
        
        .form-input:focus, .form-select:focus, .form-textarea:focus {
            outline: none;
            border-color: #4299e1;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.2);
        }
        
        .full-width {
            grid-column: 1 / -1;
        }
        
        .form-textarea {
            min-height: 120px;
            resize: vertical;
        }
        
        .checkbox-group {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin: 25px 0;
        }
        
        .form-checkbox {
            margin-top: 4px;
            flex-shrink: 0;
        }
        
        .checkbox-label {
            font-size: 0.95rem;
            color: #4a5568;
            line-height: 1.5;
        }
        
        .checkbox-label a {
            color: #3182ce;
            text-decoration: none;
        }
        
        .checkbox-label a:hover {
            text-decoration: underline;
        }
        
        .submit-btn {
            width: 100%;
            padding: 16px;
            background: #1C75BA;
            color: white;
            border: none;
            border-radius: 10px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.3s;
        }
        
        .submit-btn:hover {
            background: #1d4ed8;
        }
        
        @media (max-width: 768px) {
            .form-grid {
                grid-template-columns: 1fr;
            }
            
            .form-container {
                padding: 25px;
            }
            
            .form-title {
                font-size: 1.8rem;
            }
        }
        
        @media (max-width: 480px) {
            .form-container {
                padding: 20px;
            }
            
            .form-title {
                font-size: 1.6rem;
            }
            
            .form-input, .form-select, .form-textarea {
                padding: 12px;
            }
        }
    
