* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
   scroll-behavior: smooth;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   line-height: 1.6;
    color    :   #2c3e50;
    background-color: #f8f9fa;
}

.navbar-main {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    position: sticky;
  top: 0;
    z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.navbar-container {
  max-width: 1200px;
   height: 70px;
    align-items: center;
 padding: 0 20px;
  display: flex;
  justify-content: space-between;
    margin: 0 auto;
}

.navbar-brand img {
    height: 50px;
   width: auto;
  filter: brightness(0) invert(1);
}



.navbar-menu {
   align-items: center;
    display: flex;
   gap: 40px;
   list-style: none;
}

.navbar-menu a {
          color: white;
   text-decoration: none;
   font-weight: 500;
    transition: all 0.3s ease;
  padding: 8px 0;
    border-bottom: 2px solid transparent;
}

.navbar-menu a:hover {
  border-bottom-color: #00d4ff;
}  

.btn-nav-contact {
   background: #00d4ff;
   color : #1e3c72 !important;
  padding: 10px 20px !important;
   border-radius: 5px;
   border-bottom: none !important;
   font-weight: 600; 

}

.btn-nav-contact:hover {
     background: #00b8cc;

}

.menu-toggle {


  display: none;
   flex-direction: column;
  background: none;
    border: none;
    cursor: pointer;
    gap  :6px;

}

.menu-toggle span {
  width: 25px;
    height: 3px;
   background: white;
    border-radius: 2px;
    transition: all 0.3s ease; 

}

.hero-section {
  display: grid;
                    grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
    max-width: 1200px;
  margin: 0 auto;
   padding: 100px 20px;
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.05) 0%, rgba(42, 82, 152, 0.05) 100%);
}

.hero-content h1 {
    font-size: 48px;
  color: #1e3c72;
  margin-bottom: 25px;
    line-height: 1.2;
  font-weight: 700;
}

.hero-subtitle {
  font-size: 18px;
  color   :    #555;
  margin-bottom: 35px;
  line-height: 1.8;

}

.hero-image img {
    width: 100%;
   border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    max-height: 400px;
   object-fit: cover;
}

.btn-primary {
	 display: inline-block;
  background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
    color: white;
   padding: 14px 40px;
   border-radius: 8px;
  text-decoration: none;
   font-weight: 600;
   transition: all 0.3s ease;
   border: none;
    cursor: pointer;
  font-size: 16px;
}

.btn-primary:hover		{
  transform: translateY(-2px); 
	  box-shadow: 0 8px 25px rgba(0, 212, 255, 0.3);
}

.intro-section {
  max-width: 1200px;
  margin: 0 auto;
   padding: 80px 20px; 
	
}

.intro-section h2 {
     color: #1e3c72;
    font-weight:700;
    margin-bottom: 50px;
   font-size: 36px;
   text-align: center;
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
   gap: 30px;
}

.intro-card {
      background: white; 
	  padding: 40px 30px; 
	 border-radius: 10px; 
	  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); 
	    transition: all 0.3s ease; 
	   border-left: 4px solid #00d4ff;
	
}

.intro-card:hover {

	  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.intro-card h3 {
   font-size: 22px;
    color: #1e3c72;
  margin-bottom: 15px;
    font-weight: 600;
}

.intro-card p {
  color: #666;
   line-height: 1.8;
}

.coaching-section {

	          max-width: 1200px;
 margin: 0 auto;
  padding: 80px 20px;
   display: grid;
  grid-template-columns: 1fr 1fr;
    gap: 60px;
   align-items: center;}

.coaching-section h2 {
    font-size: 36px;
  color: #1e3c72;
          margin-bottom: 25px;
    font-weight: 700; 
	
}

.coaching-section > div:first-child p {
  color: #555;
    margin-bottom: 20px;
  line-height: 1.8;
}

.coaching-list {
               list-style: none;
  padding-left: 0;
}

.coaching-list li	{
  color: #555;
   padding: 10px 0 10px 25px;
    position: relative;
   line-height: 1.8;
}

.coaching-list li:before {
  content: '▸';
    position: absolute;
   left: 0;
  color: #00d4ff;
    font-size: 20px;
}

.coaching-image img {
    width: 100%;
    border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    max-height: 400px;
  object-fit:    cover;
}


.workshop-section


{
	    max-width: 1200px;
   margin: 0 auto;
    padding     :80px 20px;
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.05) 0%, rgba(42, 82, 152, 0.05) 100%);
	}

.workshop-section h2 {
  font-size: 36px;
   text-align: center;
    color: #1e3c72;
   margin-bottom: 15px;
    font-weight: 700; 

}

.section-intro
	{
      text-align: center;
   color: #666;
  font-size: 16px;
  margin-bottom: 50px;
    max-width: 600px;
  margin-left: auto;
	margin-right: auto;
}

.workshop-grid {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
   gap: 35px;
}

.workshop-card {
      background: white;
   border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;}

.workshop-card:hover {
  transform: translateY(-8px);
     box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.workshop-card img    {
    width: 100%;
   height: 250px;
    object-fit: cover;
}

.workshop-card h3 {
    font-size: 22px;
  color: #1e3c72;
   padding: 25px 25px 10px;
  font-weight: 600;
}

.workshop-card p {
      color: #555;
          padding: 0 25px 25px;
    line-height: 1.7;

}

.webinar-section {
    max-width     :    1200px;
   margin: 0 auto;
  padding: 80px 20px;
}

.webinar-section h2 {
    font-size: 36px;
    color: #1e3c72;
  margin-bottom: 15px;
  font-weight: 700;
}

.webinar-content > p {
	      color: #666;
	 font-size: 16px;
   margin-bottom: 50px;
   line-height: 1.8;
	}

.webinar-details {
  display :grid;
    grid-template-columns: 1fr 1fr;
   gap: 40px;
}

.webinar-item {
   background: white;
   padding    :    40px;
   border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-top: 4px solid #00d4ff; 
	
}

.webinar-item h3 {
    margin-bottom: 15px;
   color: #1e3c72;
  font-weight: 600;
  font-size: 20px;
}

.webinar-item p {
       color: #555;
   line-height: 1.8;
	}

.conference-section {
    max-width   :  1200px;
  margin: 0 auto;
  padding: 80px 20px;
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.05) 0%, rgba(42, 82, 152, 0.05) 100%);
}

.conference-section h2 {
     font-size: 36px;
    text-align: center;
  color: #1e3c72;
   margin-bottom: 15px;
    font-weight: 700;
}

.conference-info {
  display: grid;
               grid-template-columns: 1fr 1fr;
    gap: 35px;
  margin-top:        50px;
}

.conference-block 
 {
	background: white;
  padding: 40px;
    border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.conference-block h3 {
    font-size: 22px;
  color: #1e3c72;
  margin-bottom: 20px;
  font-weight: 600;
}

.conference-block p {
   color: #555;
    line-height: 1.8;
   margin-bottom: 15px;
}

.methodology-section {
  max-width: 1200px;
   margin: 0 auto;
   padding: 80px 20px;
}

.methodology-section h2 {
   font-size: 36px;
 text-align: center;
    color: #1e3c72;
  margin-bottom: 60px;
    font-weight: 700;
}

.methodology-container {
   display   :   grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 35px;
}

.methodology-item {
  text-align: center;
   padding: 30px;
    background: white;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
   transition: all 0.3s ease;
}

.methodology-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.method-number {
  width: 50px;
    height: 50px;
  background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
   color: white;
  border-radius: 50%;
	display: flex;
	align-items: center;
  justify-content    :    center;
	font-size: 24px;
    font-weight: 700;
 margin: 0 auto 20px;
}

.methodology-item h3 {
  font-size: 18px;
  color: #1e3c72;
   margin-bottom: 12px;
   font-weight: 600;
}

.methodology-item p {
  line-height: 1.7;
   font-size: 14px;
	color: #666;
}

.services-overview {
    max-width    :1200px;
  margin: 0 auto;
    padding    :  80px 20px;
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.05) 0%, rgba(42, 82, 152, 0.05) 100%);
}

.services-overview h2 {
	    font-size: 36px;
    text-align: center;
   color: #1e3c72;
	margin-bottom: 15px;
   font-weight: 700;

}

.services-list {
    display    :     grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
    margin-top :     50px;
}

.service-item {
  background: white;
  padding  :     35px;
   border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
  position: relative;
}

.service-item:hover {
  transform: translateY(-5px);

  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.service-item h3 {
  font-size: 20px;
   color: #1e3c72;
  margin-bottom: 12px;
  font-weight: 600;
}

.service-item p {
   color: #555;
    line-height: 1.7;
   margin-bottom: 15px;
}

.service-tag {
	 display: inline-block;
    background: #00d4ff;
   color   :   white;
          padding: 5px 12px;
       border-radius: 20px;
  font-size  :    12px;
  font-weight: 600;
	margin-top: 10px;
}

.cta-section {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  color: white;
  padding: 80px 20px;
  text-align: center;
  max-width: 100%;
}

.cta-section h2 {
  font-size: 36px;
    font-weight: 700;
  margin-bottom  :   20px;
}

.cta-section p {
  font-size: 18px;
    margin-bottom: 35px;
   max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  line-height: 1.8;
}

.btn-large {
  display: inline-block;
    background: #00d4ff;
  color: #1e3c72;
	padding :   16px 50px;
    border-radius: 8px;
    text-decoration: none;
    font-weight     :   600;
  font-size: 16px;
	 transition: all 0.3s ease;
}

.btn-large:hover {
        background   :       #00b8cc;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 212, 255, 0.3);
}

.contact-section {


   max-width: 1200px;
	 margin: 0 auto;
    padding: 80px 20px;

}

.contact-section h2 {
  font-size: 36px;
   text-align: center;
    color: #1e3c72;
  margin-bottom: 15px;
    font-weight: 700;
}

.contact-intro {
    text-align: center;
  color: #666;
   font-size: 16px;
   margin-bottom: 50px;
    max-width: 600px;
  margin-left: auto;
  margin-right: auto;
    line-height: 1.8;
}

.contact-wrapper {
   display: grid;
  grid-template-columns: 1fr 1fr;
    gap :50px;
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.05) 0%, rgba(42, 82, 152, 0.05) 100%);
   padding: 50px;
    border-radius: 12px;
}

.contact-form {
       display: flex;
  flex-direction: column;
    gap: 20px;
}

.form-group
{
    display: flex;
         flex-direction: column;
	
}

.form-group label {
    color: #1e3c72;
  font-weight: 600;
   margin-bottom   : 8px;
  font-size: 14px;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px 15px;
   border: 1px solid #ddd;
  border-radius: 6px;
   font-family: inherit;
  font-size:  14px;
  transition   :all 0.3s ease;
   color: #2c3e50;
}  

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
	outline:  none;
   border-color: #00d4ff;
  box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.1);
}

.form-group textarea {
 min-height: 120px; 
    resize: vertical;
}

.btn-submit {
  background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
    color: white;
    padding: 14px 30px;
    border :  none;
  border-radius: 6px;
   font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
   margin-top   :       10px;
}

.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 212, 255, 0.3);
}

.contact-info {
	 display: flex;
   flex-direction: column;
   gap: 40px;
}

.contact-info h3
	{
   font-size     :       22px;
    color     :       #1e3c72;
  font-weight: 600;
}

.info-block {
  background: white;
   padding: 20px;
   border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); 

}

.info-block p {
   color: #555;
   margin: 5px 0;
               line-height: 1.8;
}

.info-block p strong {
    color: #1e3c72;
}

.info-block a{
	  color: #00d4ff;
   text-decoration     :      none;
  font-weight: 600;
  transition: color 0.3s ease;

}

.info-block a:hover


{
    color: #0099cc;
}

.footer-main {
                       background: #1e3c72;
   color :white;
  padding    :  60px 20px 20px;
   margin-top: 80px;
}

.footer-container {
   max-width: 1200px;
   margin: 0 auto;
}

.footer-brand {
   text-align: center;
   margin-bottom: 50px;
}

.footer-logo {
    height:     100px;
  width: auto;
  filter: brightness(0) invert(1);
}

.footer-content{
  display   :  grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 40px;
      margin-bottom  :    40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 40px;
}

.footer-column h3 {
   margin-bottom: 20px;
                    font-size: 18px;
   font-weight: 600;
}  

.footer-column ul{
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column a {
  color: rgba(255, 255, 255, 0.8);

		text-decoration: none;

	    transition: color 0.3s ease;


}

.footer-column a:hover {
  color: #00d4ff;
}

.footer-column p {
  color: rgba(255, 255, 255, 0.8);
   line-height: 1.8;
   margin-bottom: 10px;
}

.footer-bottom {
  text-align: center; 
	   padding-top: 20px; 
	  color: rgba(255, 255, 255, 0.6); 
	  font-size: 14px;
}@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }

    .navbar-menu {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        background: #1e3c72;
        flex-direction: column;
        gap: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        padding: 0;
    }

    .navbar-menu.active {
        max-height: 300px;
        padding: 20px 0;
    }

    .navbar-menu li {
        padding: 10px 20px;
    }

    .hero-section {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 50px 20px;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .coaching-section {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 60px 20px;
    }

    .intro-section {
        padding: 60px 20px;
    }

    .intro-section h2 {
        font-size: 28px;
    }

    .workshop-section {
        padding: 60px 20px;
    }

    .workshop-grid {
        grid-template-columns: 1fr;
    }

    .webinar-details {
        grid-template-columns: 1fr;
    }

    .conference-info {
        grid-template-columns: 1fr;
    }

    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 30px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .contact-section h2,
    .webinar-section h2,
    .conference-section h2,
    .workshop-section h2 {
        font-size: 28px;
    }

    .cta-section h2 {
        font-size: 28px;
    }

    .methodology-container {
        grid-template-columns: 1fr;
    }

    .services-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .navbar-container {
        height: auto;
        padding: 15px 20px;
    }

    .navbar-menu {
        top: auto;
    }

    .hero-content h1 {
        font-size: 24px;
    }

    .hero-subtitle {
        font-size: 14px;
    }

    .intro-grid {
        gap: 20px;
    }

    .intro-card {
        padding: 25px 20px;
    }

    .workshop-card img {
        height: 200px;
    }

    .contact-section h2,
    .section-intro {
        font-size: 22px;
    }

    .btn-primary,
    .btn-large {
        padding: 12px 25px;
        font-size: 14px;
    }

    .footer-logo {
        height: 80px;
    }

    .contact-intro {
        font-size: 14px;
    }
}.services-hero {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);

  padding: 120px 20px;

   text-align: center;

	position: relative;

    overflow: hidden;
}

.services-hero::before  {

  content: '';
    position: absolute;
    top: 0;
      left: 0;
   right: 0;
   bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(0, 212, 255, 0.1) 0%, transparent 50%);
   pointer-events    :  none;

}

.hero-overlay {
    position: relative;
                    z-index: 1;
   max-width: 800px;
  margin: 0 auto;
}

.services-hero h1     {
    font-size: 48px;
    color: white;
         margin-bottom: 20px;
  font-weight: 700;
  line-height     :1.2;
}

.services-hero p {
   font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
}

.services-breadcrumb {
   background: #f8f9fa;
   padding: 25px 20px;
    border-bottom: 1px solid #eee; 
	
}

.breadcrumb-content {
  max-width: 1200px;
   margin: 0 auto;
	 color: #666;
    font-size: 14px;
}

.breadcrumb-content a {
   color: #00d4ff; 
	    text-decoration: none; 
		 transition: color 0.3s ease; 
	
}

.breadcrumb-content a:hover {
 color: #0099cc;
}

.breadcrumb-content span {
   margin :       0 8px;
    color: #bbb;
}

.service-detailed-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 20px;
}

.service-detailed-section.alt {
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.05) 0%, rgba(42, 82, 152, 0.05) 100%);
}

.service-detailed-section h2 {
    font-size: 36px;
   color: #1e3c72;
   margin-bottom: 50px;
  font-weight: 700;
}

.service-detailed-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
    gap: 60px;
  align-items: start; 

}

.service-detailed-grid.reverse {
    grid-template-columns: 1fr 1fr;
  direction: rtl;
}

.service-detailed-grid.reverse > * {
   direction: ltr;
}

.service-detailed-image img{
      width: 100%;
   border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    max-height: 450px;
  object-fit: cover;
}

.service-detailed-content h3 {
  font-size: 20px;
	    color: #1e3c72;
	   margin-top: 25px;
	   margin-bottom    : 12px;
	                    font-weight: 600;
}

.service-detailed-content p {
  color: #555;
  line-height: 1.8;
   margin-bottom: 15px;
}

.detail-list {
  list-style: none;
        padding: 0;
 margin-bottom: 20px;
}

.detail-list li {
        color     :  #555;
    padding: 10px 0 10px 25px;
   position: relative;
   line-height: 1.7;
}



.detail-list li:before {
  content: '✓';
    position: absolute;
   left: 0;
    color: #00d4ff;
   font-weight: 700;
    font-size: 18px;
}

.workshop-types {
  display: grid;
    grid-template-columns: 1fr;
  gap: 20px;
  margin: 25px 0;
}

.workshop-type-item  {
   background: white;
  padding: 20px;
    border-radius: 8px;
  border-left: 4px solid #00d4ff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.workshop-type-item h4 {
    color: #1e3c72;
   margin-bottom: 10px;
  font-weight: 600;
                    font-size: 16px;
}

.workshop-type-item p {
    color: #666;
   font-size: 14px;
        margin: 0;
}

.webinar-series {
    display: grid;
         grid-template-columns: 1fr;
   gap: 20px;
          margin: 25px 0;
}

.webinar-series-item {
               background: white;
    padding: 20px;
   border-radius: 8px;
 border-top     :       3px solid #00d4ff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	
}

.webinar-series-item h4 {
		 color: #1e3c72;
  margin-bottom: 10px;
  font-weight: 600;
    font-size     :     16px; 

     }

.webinar-series-item p 
 {
   color: #666;
    font-size: 14px;
   margin-bottom: 12px;
}

.series-duration {
	 display: inline-block;
   background: #f0f7ff;
   color: #1e3c72;
   padding: 5px 12px;
          border-radius: 20px;
		 font-size: 12px;
       font-weight   :600;
}

.service-comparison {
    max-width  :       1200px;
	margin: 0 auto;
	 padding: 80px 20px;
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.05) 0%, rgba(42, 82, 152, 0.05) 100%);
}

.service-comparison h2 {
     font-size :      36px;
   color: #1e3c72;
    text-align: center;
	margin-bottom: 50px;
  font-weight: 700;
}

.comparison-table {
    background: white;
  border-radius: 10px;
    overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.comparison-row {
   display: grid;
  grid-template-columns: repeat(5, 1fr);
    border-bottom: 1px solid #eee;
}

.comparison-row.header {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
   color: white;
}

.comparison-cell {


   padding: 20px;
 font-weight: 500;
  font-size: 14px;
      text-align:       center;
     }

.comparison-row.header .comparison-cell {
   color     :        white; 
                    font-weight   :       600;

}

.comparison-row:hover  {
    background: #f9f9f9;
}

.why-choose-section {
  max-width: 1200px;
   margin: 0 auto;
   padding: 80px 20px;
}

.why-choose-section h2 {
    font-size: 36px;
    color: #1e3c72;
   text-align: center;
               margin-bottom: 60px;
  font-weight: 700;
}

.features-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 35px;
}

.feature-card {
   background: white;
    padding: 40px 30px;
    border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
  text-align: center;
}

.feature-card:hover {

	  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.feature-icon {
               width: 60px;
  height     :        60px;
  background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
    color: white;
   border-radius   :   50%;
     display: flex;
	align-items: center;
    justify-content: center;
	font-size: 28px;
    font-weight: 700;
	margin: 0 auto 20px;
} 

.feature-card h3 {
    font-size: 18px;
  color: #1e3c72;
    margin-bottom: 12px;
    font-weight: 600;
}

.feature-card p {
   color: #666;
    font-size: 14px;
  line-height: 1.6;
}

.pricing-section {
   max-width   :   1200px;
  margin: 0 auto;
   padding   :    80px 20px;
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.05) 0%, rgba(42, 82, 152, 0.05) 100%); 

}

.pricing-section h2 {
    font-size: 36px;

	   color: #1e3c72;

	    text-align: center;

	    margin-bottom: 15px;

	    font-weight: 700;
} 

.pricing-intro {
    text-align: center;
   color: #666;
   font-size: 16px;
  margin-bottom: 50px;
    max-width: 700px;
   margin-left: auto;
    margin-right: auto;
}

.pricing-cards   {
   display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
   gap: 35px;
   margin-bottom: 60px;
}

.pricing-card {
    background: white;
   border-radius     :      12px;
  padding: 40px 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
   transition: all 0.3s ease;
       position     :      relative;
    border     :       2px solid transparent;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.pricing-card.featured {
       border-color: #00d4ff;
  transform: scale(1.05);
}

.pricing-card.featured:hover {
  transform: scale(1.05) translateY(-8px);
}

.pricing-label {
    position: absolute;

    top: 20px;

   right: 20px;

  background  :     #00d4ff;

    color: white;

  padding :5px 12px;

   border-radius: 20px;

	font-size: 12px;

    font-weight: 600;
}

.pricing-card h3 {
            font-size    :       22px;
    color: #1e3c72;
    margin-bottom: 25px;
    font-weight: 600;
  margin-top     :       20px;


}

.pricing-amount {
        display: flex;
  align-items: baseline;
	justify-content: center;
   margin-bottom: 30px;
    gap: 5px;
}

.pricing-amount .currency {
        font-size: 16px;
   color: #00d4ff;
  font-weight: 600;
}

.pricing-amount .price {
   font-size   :48px;
  color: #1e3c72;
  font-weight: 700;
}

.pricing-amount .period {
    font-size: 14px;
  color :#999;
      margin-left   :      10px;
}

.pricing-features {
   list-style: none;
	  padding :     0;
	               margin-bottom: 30px;
	
}

.pricing-features li {
         color: #555;
  padding :    10px 0 10px 25px;
  position: relative;
    font-size: 14px;
  line-height: 1.6;
}

.pricing-features li:before {
  content: '✓';
   position: absolute;
   left: 0;
  color: #00d4ff;
    font-weight: 700;
}

.btn-pricing {
  display: block;
    text-align: center;
   padding: 12px 30px;
  background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
   color: white;
  text-decoration: none;
  border-radius: 6px;
   font-weight     :    600;
   transition: all 0.3s ease;
       border: none;
   cursor    : pointer;
 font-size: 14px; 

}

.btn-pricing:hover {

  transform: translateY(-2px);

  box-shadow: 0 8px 20px rgba(0, 212, 255, 0.3);
}



.btn-pricing.featured   {
  background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
  padding: 14px 30px;
    font-weight: 700;
}

.additional-pricing {


  background: white;
    padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);


}

.additional-pricing h3 {
  font-size: 22px;
	color: #1e3c72;
  margin-bottom: 30px;
   font-weight: 600;
}

.additional-services {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.additional-item {
	  padding: 20px;
  background: #f8f9fa;
  border-radius    :    8px;
	}

.additional-item h4 {
   color: #1e3c72;
    margin-bottom: 10px;
   font-weight :   600;
   font-size: 16px;
}

.additional-item p {
  color   :        #666;
 font-size    :    14px;
   margin: 0;
}

.thankyou-section {
       max-width :    700px;
   margin: 0 auto;
   padding: 100px 20px;
	 min-height: 60vh;
    display :       flex;
    align-items: center;
   justify-content: center;}

.thankyou-container {
    background: white; 
	padding: 60px 40px; 
   border-radius  :  12px; 
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); 
    text-align: center; 
    width     :  100%;
}

.success-icon {
    width: 80px;
    height: 80px;
  background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
	color: white;
    border-radius: 50%;
   display: flex;
   align-items: center;
	 justify-content: center;
   font-size  :    48px;
   font-weight: 700;
   margin: 0 auto 25px;
	animation: scaleIn 0.5s ease;
	
}@keyframes scaleIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}.thankyou-container h1 {
   font-size: 36px;
  color: #1e3c72;
  margin-bottom  :        10px;
  font-weight: 700;
}

.thankyou-subtitle {
  font-size: 18px;
    color: #666;
    margin-bottom: 40px;
  line-height   :   1.6;
}

.thankyou-message {
  background: #f0f7ff; 
	    border-left: 4px solid #00d4ff; 
	   padding: 25px; 
	   border-radius: 8px; 
	    margin-bottom: 40px;
}

.thankyou-message p {
   color: #333;

  margin-bottom: 12px;

    line-height: 1.7;
}

.thankyou-message p:last-child {
	margin-bottom: 0;
}

.message-details {
         text-align: left;
    background :    #f8f9fa;
  border-radius: 8px;
   margin-bottom    :  40px;
  padding: 30px;
}


.message-details h3 {
    color: #1e3c72; 
	  font-size: 18px; 
	    margin-bottom: 20px; 
	    text-align: center; 
		font-weight: 600;
}

.detail-item {
    display: grid;
   grid-template-columns: 150px 1fr;
  gap: 15px;
   margin-bottom: 15px;
   padding-bottom: 15px;
    border-bottom: 1px solid #eee;}

.detail-item.full-width {
  grid-template-columns: 1fr;
}

.detail-label {
  color: #1e3c72;
    font-weight: 600;
   font-size: 14px;
}

.detail-value {
   color: #666;
  font-size: 14px;
  line-height: 1.6; 

}

.message-value {
  background: white;
   padding: 12px;
    border-radius:     6px;
    border: 1px solid #ddd;
   display: block;
}

.next-steps  {
  background: white;
  padding: 30px;
    border-radius: 8px;
    margin-bottom: 40px;
  border: 2px solid #f0f7ff;
}

.next-steps h3 {
   color: #1e3c72;
   font-size: 18px;
   margin-bottom: 25px;
   font-weight: 600;
}

.steps-list {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
    display: grid;
}

.step {
    text-align: center;
}

.step-number {
   width: 50px;
    height    : 50px;
  background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%);
   color: white;
    border-radius: 50%;
         display  :        flex;
   align-items: center;
  justify-content: center;
   font-size: 24px;
  font-weight: 700;
  margin   :        0 auto 15px;

}

.step p{
  color: #666;
  font-size    :        13px;
    line-height: 1.6;
}

.social-suggestion {
    padding: 25px;
   border-radius: 8px;
   margin-bottom: 40px;
   background: #f0f7ff; 

}

.social-suggestion h3 {
       color: #1e3c72;
    font-size: 16px;
   margin-bottom: 12px;
   font-weight:   600;
         text-align: center;
     }

.social-suggestion p {
   color     :  #666;
	text-align: center;
  margin-bottom: 15px;
    font-size: 14px;
}

.suggestion-list {
    list-style: none;
    padding: 0;
   text-align: center;
}

.suggestion-list li {
   margin-bottom: 8px;
  color: #666;
  font-size: 14px;
}

.suggestion-list a {
    color: #00d4ff;
   text-decoration: none;
    font-weight: 600;
}

.suggestion-list a:hover {
    color: #0099cc;
}


.cta-buttons {
    display: flex;
	gap: 15px;
  justify-content: center;
    flex-wrap: wrap;
   margin-bottom: 0;
}

.btn-secondary {
  display: inline-block;
    padding: 12px 30px;
      background: white;
  color: #00d4ff;
        border: 2px solid #00d4ff;
   text-decoration: none;
  border-radius: 6px;
   font-weight: 600;
  transition  :all 0.3s ease;
    font-size: 14px;
}

.btn-secondary:hover {
    background: #f0f7ff;
  transform: translateY(-2px);
}

.faq-section {
    max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.05) 0%, rgba(42, 82, 152, 0.05) 100%);
}

.faq-section h2 {

	    font-size: 36px;
    color: #1e3c72;
  text-align: center;
  margin-bottom: 50px;
    font-weight: 700;
     }

.faq-container {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
   gap: 25px;
}

.faq-item {
   background: white;
    padding: 30px;
	 border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.faq-item:hover		{
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
	}

.faq-item h3 {
    font-size: 16px;
   color     :        #1e3c72;
  margin-bottom: 12px;
	font-weight: 600;
}

.faq-item p {
  color: #666;
  font-size: 14px;
    line-height: 1.7;

}

.contact-quick-section {
  max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

.contact-quick-section h2 {
    font-size: 36px;
    color: #1e3c72;
  text-align: center;
  margin-bottom: 50px;
    font-weight   :       700;
}

.quick-contact {
   display  :  grid; 
	  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
	    gap: 35px;
}

.contact-box {
  background: white;
    padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
   text-align: center;
   transition: all 0.3s ease;
  border-top: 3px solid #00d4ff;
}

.contact-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.contact-box h3 {
    font-size: 20px;
   color: #1e3c72;
   margin-bottom: 15px;
     font-weight  :    600;
}

.contact-box p
{
   color: #666;
   line-height   :      1.8;
  margin-bottom: 10px;
}

.contact-box p:last-child {
   margin-bottom:       0;
}

.contact-box a {

   color: #00d4ff;
   text-decoration: none;
   font-weight: 600;
	transition: color 0.3s ease;
     }

.contact-box a:hover {
   color: #0099cc;
}

.hours {
	  color: #999;
   font-size: 13px;
   margin-top: 5px;
	}@media (max-width: 768px) {
    .services-hero h1 {
        font-size: 32px;
    }

    .service-detailed-section {
        padding: 60px 20px;
    }

    .service-detailed-section h2 {
        font-size: 28px;
        margin-bottom: 35px;
    }

    .service-detailed-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .service-detailed-grid.reverse {
        direction: ltr;
    }

    .service-detailed-grid.reverse > * {
        direction: ltr;
    }

    .comparison-row {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .comparison-cell {
        display: grid;
        grid-template-columns: 120px 1fr;
        align-items: center;
        padding: 15px;
    }

    .comparison-row.header .comparison-cell {
        display: none;
    }

    .comparison-row.header {
        display: none;
    }

    .pricing-card.featured {
        transform: scale(1);
    }

    .pricing-card.featured:hover {
        transform: translateY(-8px);
    }

    .steps-list {
        grid-template-columns: 1fr;
    }

    .next-steps h3 {
        text-align: center;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .cta-buttons a {
        width: 100%;
    }

    .faq-container {
        grid-template-columns: 1fr;
    }

    .thankyou-container {
        padding: 40px 25px;
    }
}

@media (max-width: 480px) {
    .services-hero {
        padding: 60px 20px;
    }

    .services-hero h1 {
        font-size: 24px;
    }

    .services-hero p {
        font-size: 14px;
    }

    .comparison-cell {
        grid-template-columns: 80px 1fr;
        padding: 12px;
        font-size: 12px;
    }

    .feature-card {
        padding: 25px 20px;
    }

    .pricing-amount .price {
        font-size: 36px;
    }

    .workshop-type-item,
    .webinar-series-item {
        padding: 15px;
    }

    .workshop-type-item h4,
    .webinar-series-item h4 {
        font-size: 14px;
    }

    .step-number {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .thankyou-container {
        padding: 30px 20px;
    }

    .success-icon {
        width: 60px;
        height: 60px;
        font-size: 36px;
    }

    .detail-item {
        grid-template-columns: 1fr;
    }

    .contact-box {
        padding: 25px 20px;
    }
}.policySection {
   padding: 80px 2rem;
  background: linear-gradient(135deg, rgba(30, 60, 114, 0.05) 0%, rgba(42, 82, 152, 0.05) 100%);
  min-height     :  70vh;
}

.policyContainer {
   max-width: 800px;
  margin: 0 auto;
   text-align: left;
   background: white;
  padding: 50px 40px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.policyContainer h2 {
   font-size: 2.5rem;
    color: #1e3c72;
   margin-bottom  :    1.5rem;
  font-weight: 700;
    text-align: center;
   padding-bottom: 20px;
   border-bottom: 3px solid #00d4ff;
}

.policyContainer h3 {
	    font-size: 1.4rem;
   margin-bottom: 1rem;
  color    :       #1e3c72;
   font-weight: 600;
	margin-top: 2rem;


}

.policyContainer p {
    color: #555;
  margin-bottom: 1.5rem;
    line-height: 1.8;
  font-size: 1rem;
	 text-align: justify;
}

.policyContainer strong {
        color: #1e3c72;
    font-weight: 600;
}

.policyContainer ul {
   margin-left    :    20px;
    margin-bottom: 1.5rem;
}

.policyContainer li {
    color: #555;
  margin-bottom     :0.8rem;
    line-height: 1.6;
}

.policyContainer li:before {
  content: '▸';
   color: #00d4ff;
    font-weight: bold;
  margin-right: 10px;
}@media (max-width: 768px) {
    .policySection {
        padding: 60px 1rem;
    }

    .policyContainer {
        padding: 30px 25px;
    }

    .policyContainer h2 {
        font-size: 2rem;
        margin-bottom: 1.2rem;
    }

    .policyContainer h3 {
        font-size: 1.2rem;
        margin-top: 1.5rem;
        margin-bottom: 0.8rem;
    }

    .policyContainer p {
        font-size: 0.95rem;
        margin-bottom: 1.2rem;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .policySection {
        padding: 40px 0.5rem;
    }

    .policyContainer {
        padding: 20px 15px;
        border-radius: 8px;
    }

    .policyContainer h2 {
        font-size: 1.6rem;
        margin-bottom: 1rem;
    }

    .policyContainer h3 {
        font-size: 1rem;
        margin-top: 1.2rem;
        margin-bottom: 0.6rem;
    }

    .policyContainer p {
        font-size: 0.9rem;
        margin-bottom: 1rem;
        line-height: 1.6;
    }

    .policyContainer ul {
        margin-left: 15px;
    }

    .policyContainer li {
        margin-bottom: 0.6rem;
        font-size: 0.9rem;
    }
}