body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   color     :    #333;
   background-color :     #f5f5f5;
}

html {
	scroll-behavior: smooth;
}

.nav-wrapper-custom {
    padding: 0 !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nav-content {
         display: flex;
   align-items: center;
    justify-content: space-between;
   height: 70px;
}


.brand-logo {
	   display: flex;
   align-items: center;
   margin-left: 0 !important;
  padding-left: 10px;
}

.logo-img {
  height: 114px;
    width: auto;
	
}

.nav-link {
  color: #333 !important;
  font-weight    :        500;
    font-size: 15px;
   transition: color 0.3s ease;
         text-transform    :      uppercase;
    letter-spacing: 0.5px;
	 margin-top:       30px;
}

.nav-link:hover {
    color: #1976d2 !important;
}

.sidenav {
  background-color:    #fafafa;
}

.sidenav li > a {
    color: #333;
   font-weight: 500;
   padding   :        16px 32px;
}

.sidenav li > a:hover {
  background-color: #eeeeee;
    color: #1976d2;
}

.sidenav-trigger {
   color: #333;
}

#hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
    position: relative;
  overflow: hidden;
}

.hero-overlay {
  padding   :   60px 0;

     }

.hero-title 
 {
  font-size: 48px;
   font-weight: 700;
    margin-bottom     :     20px;
  line-height: 1.2;
   letter-spacing: -0.5px;
}

.hero-subtitle {
  font-size: 18px;
	margin-bottom: 30px;
    line-height: 1.6;
   opacity: 0.95;
}

.hero-img {
    border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.btn {
    background-color: #ffffff !important;
  color: #667eea !important;
   font-weight: 600;
    text-transform: uppercase;
   letter-spacing: 0.5px;
  border-radius: 6px;
}

.btn:hover {
	background-color    :      #f0f0f0 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.btn-large  
  {
    padding: 0 32px !important;
   height: 54px !important;
   line-height: 54px !important;
}

.section {


    padding: 80px 0;

}

.grey-bg {
	    background-color: #f5f5f5;
     }

.white-bg {
   background-color: #ffffff;
}

.blue-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.section-title {
         text-transform: uppercase;
    font-size: 42px;
   color: #333;
    letter-spacing: 1px;
  margin-bottom: 50px;
   font-weight: 700;
}

.blue-section .section-title {
   color: white;
}

.rounded-img
{
    border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transition   :        transform 0.3s ease;
}

.rounded-img:hover {
  transform: translateY(-8px);
}

.intro-content h2,
.workshop-text h2,
.journal-text h2,
.environment-text h2,
.typewriter-text h2,
.brainstorm-content h2,
.notebook-text h2,
.morning-content h2 {
    margin-bottom: 20px;
  line-height: 1.3;
    font-weight: 700;
    font-size: 38px;
  color: #333;
}

.blue-section .intro-content h2,
.blue-section .workshop-text h2,
.blue-section .journal-text h2 {
   color: white;
} 

.intro-content p,
.workshop-text p,
.journal-text p,
.environment-text p,
.typewriter-text p,
.brainstorm-content p,
.notebook-text p,
.morning-content p {


    font-size: 16px;
  line-height: 1.8;
    color: #666;
   margin-bottom: 15px;

}

.blue-section .intro-content p,
.blue-section .workshop-text p,
.blue-section .morning-content p {
  color: rgba(255, 255, 255, 0.9);
}

.service-card {
    border-radius: 8px;
   overflow: hidden;
   transition  :  all 0.3s ease;
   background: white;
}

.service-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
}

.service-card .card-image {
    height: 250px;
  overflow: hidden;
}

.service-card .card-image img {
   height: 100%;
  object-fit: cover;
  transition:  transform 0.3s ease;
}

.service-card:hover .card-image img {
  transform: scale(1.05);
}

.card-title     {
   font-size: 20px;
   font-weight: 600;
   color :   #333;
          display: block;
  margin-bottom: 10px;
}

.card-content p {
  font-size: 14px;
   line-height: 1.6;
  color  : #666;
}

.webinar-list {
  list-style: none;
  padding: 0;
    margin: 20px 0;
}

.webinar-list li {
    padding: 10px 0 10px 30px;
               position: relative;
   font-size: 15px;
  color: #555;
}

.webinar-list li:before {
  content: "";
    position: absolute;
  left: 0;
    top: 14px;
  width: 8px;
  height: 8px;
    background-color: #667eea;
  border-radius: 50%;
}

.stat-box {


  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
   padding: 30px;
  border-radius: 12px;
  margin-top: 20px;
    text-align: center;
     }

.stat-box h3 {
   font-size: 42px; 
	  font-weight: 700; 
	    margin: 0 0 10px 0;
}

.stat-box p {
   font-size   : 16px;
   margin: 0;
}

.community-card {
   background: white;
    padding: 40px 20px;
	border-radius: 12px;
   text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
   transition: all 0.3s ease;


}

.community-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.community-icon {
   font-size: 48px;
    color: #667eea;
  display: block;
   margin-bottom:15px;


}

.community-card h3 {
	   font-size: 24px;
   font-weight: 700;
   color: #333;
  margin: 15px 0;


}

.community-card p {
    font-size: 14px;
   line-height: 1.6;
   color: #666;
}

.center-text {
    margin-bottom: 40px;
  font-size: 16px;
	 line-height: 1.8;
    color: #666;
  text-align: center;
}

.contact-form {
  background: rgba(255, 255, 255, 0.95);
   padding: 40px;
    border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);}

.input-field label {
  font-weight: 500;
   color: #667eea !important;
}

.input-field input:focus + label,
.input-field textarea:focus + label,
.input-field select:focus + label {
                    color: #667eea !important;
}

.input-field input:focus,
.input-field textarea:focus {
    border-bottom-color: #667eea !important;
	 box-shadow    :    0 1px 0 0 #667eea !important;
}

.input-field input.valid,
.input-field textarea.valid {
  border-bottom-color: #4CAF50 !important;
}

.contact-form button {
	 width: 100%; 
    margin-top: 20px; 
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important; 
    text-transform: uppercase; 
   font-weight: 600; 
      letter-spacing: 1px;
}

.contact-form button:hover 
 {
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.contact-title {
   color: white;
   font-size: 42px;
   font-weight: 700;
   text-align: center;
    margin-bottom: 50px;
	 text-transform: uppercase;
    letter-spacing:    1px;
}

.contact-info {
	  background: rgba(255, 255, 255, 0.95);
   padding     :40px;
   border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	 color: #333;

}

.contact-info h3		{
	 color: #667eea;
   font-weight  :        700;
    margin-bottom: 20px;
  font-size: 22px;
}

.contact-info h4 {
   color  :  #333;
  font-weight: 600;
        margin-top: 20px;
  margin-bottom: 15px;
    font-size: 16px;
}

.contact-info p{
    line-height: 1.8;
   font-size: 14px;
   margin-bottom: 15px;
  color: #555;
}

.contact-list {

	 list-style: none;
   padding: 0;
    margin: 0;
	}



.contact-list li {
    padding: 8px 0 8px 25px;
    position: relative;
    font-size: 14px;
   color     :     #555;
}

.contact-list li:before {
  content: "";
  position: absolute;
	left: 0;
  top    :      10px;
	width: 6px;
  height: 6px;
    background-color: #667eea;
                    border-radius: 50%;
}

.dark-footer {
	  background-color: #2c3e50 !important;
     }

.footer-row {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
} 

.footer-col {

   margin-bottom: 30px;

}

.footer-logo-section {


        display: flex;
    align-items: center;
    justify-content: center;
	}

.footer-logo {

   height: 146px;
   width: auto;
  filter: brightness(0) invert(1);
     }

.footer-col h5
	{
          color: white;
    font-weight: 700;
    font-size: 16px;
   margin-bottom  :    20px;
   text-transform    :     uppercase;
   letter-spacing: 0.5px;
}

.footer-col p {
  color: rgba(255, 255, 255, 0.8);
   font-size: 14px;
         line-height     :     1.8;
}

.footer-links {
    list-style: none;
  padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
   font-size: 14px;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #667eea;
}

.footer-bottom {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);


}

.footer-bottom p {
  color: rgba(255, 255, 255, 0.7);
   font-size: 13px;
    margin: 0;
} 

.valign-wrapper {

	    display: flex;
   align-items: center;
}@media (max-width: 992px) {
    .hero-title {
        font-size: 36px;
    }
    
    .hero-subtitle {
        font-size: 16px;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .intro-content h2,
    .workshop-text h2,
    .journal-text h2 {
        font-size: 28px;
    }
    
    .contact-form,
    .contact-info {
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    .hero-title {
        font-size: 28px;
    }
    
    .hero-subtitle {
        font-size: 14px;
    }
    
    .section-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .intro-content h2,
    .workshop-text h2,
    .journal-text h2 {
        font-size: 22px;
    }
    
    .section {
        padding: 50px 0;
    }
    
    .contact-form,
    .contact-info {
        padding: 20px;
    }
    
    .stat-box {
        padding: 20px;
        margin-top: 15px;
    }
    
    .stat-box h3 {
        font-size: 32px;
    }
    
    .footer-logo {
        height: 100px;
    }
    
    .btn-large {
        width: 100%;
        margin-bottom: 15px;
    }
}select {
  display: block !important;
	
}

input[type="email"],
input[type="text"],
input[type="tel"],
textarea,
select {
   border-bottom: 2px solid #ddd !important;
}

.section {
    padding: 80px 0;
               overflow :      hidden;
}

.section-padding {
   padding: 80px 0;
}

.container {
   margin: 0 auto;
	   max-width: 1200px;
	   padding: 0 20px;
}

.bg-light {
  background-color: #f5f5f5;
}

.bg-white {
    background-color: #ffffff;
}


.bg-gradient{
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color    :        white;
}

.section-heading {
   font-size: 42px;
    font-weight: 700;
  margin-bottom: 40px;
	 color: #333;
  line-height: 1.3;
    text-transform: uppercase;
	letter-spacing: 1px;
}

.bg-gradient .section-heading	{
    color: white;
}

.white-text {
    color: white !important;
}

.center {
   text-align: center;
}

.center-text {
          margin-bottom: 50px;
    line-height: 1.8;
    color: #666;
   font-size: 16px;
   text-align: center;
}

.img-responsive {


   width: 100%;
    height: auto;
  display: block;


}

.rounded-lg {
	 border-radius: 16px;
}

.rounded-md
{


  border-radius: 8px;
	}

.shadow {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); 
	
}

.text-content {
   font-size: 16px;
   line-height: 1.8;
   color: #666;
                    margin-bottom: 20px;
}

.bg-gradient .text-content {
  color: rgba(255, 255, 255, 0.9);
}

.row {
    display: grid;
	gap: 30px;
  margin-bottom: 40px;
}

.col-md-6 {
               grid-column: span 6;
}

.col-md-4 {
   grid-column: span 4;
}

.col-md-3 {


    grid-column: span 3;
     }

.flex {
      display: flex;
}

.flex-col {
    flex-direction: column;
}

.justify-center {
    justify-content: center;
}@media (max-width: 768px) {
    .col-md-6 {
        grid-column: span 12;
    }
    
    .col-md-4 {
        grid-column: span 12;
    }
    
    .col-md-3 {
        grid-column: span 12;
    }
    
    .section-heading {
        font-size: 28px;
    }
}#coaching-benefits .benefit-list     {
        list-style: none;
	 padding: 0;
  margin   :       20px 0;
}

#coaching-benefits .benefit-list li  {
  padding: 12px 0 12px 30px;
   position   :relative;
   font-size: 15px;
  color: #555;
	line-height: 1.6;
}

#coaching-benefits .benefit-list li:before {
  content: "";
  position: absolute;
    left: 0;
    top     : 16px;
  width: 8px;
  height: 8px;
   background-color: #667eea;
  border-radius     : 50%;

}

#coaching-process .process-grid {
    gap: 25px;
}

.process-card {
    background: white;
    padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
   transition: all 0.3s ease;
  border-top: 4px solid #667eea;
}

.process-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);}

.process-number {
    font-weight: 700;
    margin-bottom: 15px;
  color  :        #667eea;
    font-size: 48px;
}



.process-card h3 {
    font-size: 20px;
 font-weight: 600;
   color: #333;
   margin-bottom: 15px;
}

.process-card p {
	font-size: 14px;
    line-height: 1.6;
    color: #666;
} 

#transformation {
  padding: 100px 0;
}

#transformation .transformation-stats {
   display: grid;
    gap: 20px;
  margin-top: 40px;
}

.stat-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 25px;
    border-radius:       8px;
        border-left:        4px solid white;
}

.stat-number {
  font-size: 42px;
  font-weight: 700;
   color: white;
  display: block;
  margin-bottom: 10px;

}

.stat-item p{
	font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

#success-stories .stories-grid {
	 gap: 30px;
}

.story-card {
   background: white;
    border-radius     :        12px;
    overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
       min-width: 300px;
}

.story-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.story-content {
	         padding: 25px;
     }

.story-card h3 {
  font-size: 18px;
    font-weight: 600;
    color: #333;
  margin-bottom: 5px;
}

.story-role {
  font-size: 13px;
          color: #667eea;
    font-weight: 600;
    margin-bottom: 10px;
}

.story-text {
  font-size: 14px;
   line-height: 1.6;
	color: #666;
}

#coaching-models .models-grid 
 {
    gap: 30px;
}

.model-card {
  background: white;
  border: 2px solid #eee;
    border-radius: 12px;
  padding: 30px;
   transition: all 0.3s ease;
	min-width: 300px;
}

.model-card.premium {
    border-color: #667eea;
     background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
     transform: scale(1.02);
}

.model-card:hover


{
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.model-header {
    margin-bottom: 25px;
    border-bottom: 2px solid #f0f0f0;
	padding-bottom: 15px;
}

.model-card h3 {
    font-size: 22px;
   font-weight: 600;
   color  :   #333;
   margin-bottom: 5px;
}

.model-price {
   color: #667eea;
    font-weight: 600;
}

.model-features {
               list-style: none;
    padding: 0;
  margin-bottom: 20px;
}

.model-features li {
  padding: 10px 0 10px 25px;
   position: relative;
   font-size: 14px;
    color :        #666;
    line-height: 1.6;
}

.model-features li:before {
  content: "";
   position: absolute;
    left    :  0;
        top: 12px;
    width: 6px;
         height: 6px;
  background-color: #667eea;
    border-radius: 50%;
}

.model-description {
  font-size: 14px;
    color :  #667eea;
    font-weight: 500;
}

#writing-tools .tools-list {
   list-style: none;
  padding: 0;
    margin:    20px 0;
}

#writing-tools .tools-list li {
    padding: 12px 0 12px 30px;
  position: relative;
  font-size :       15px;
  color  : #555;
   line-height: 1.6;
}

#writing-tools .tools-list li:before    {
  position: absolute;
    left: 0;
	height: 8px;
    background-color: #667eea;
  content: "";
    border-radius: 50%;
         width: 8px;
    top: 16px;
}

#inspiration-motivation .obstacles-grid {
  gap: 30px;
}

.obstacle-card {
	background: white;
   border-radius :    12px;
    overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
   min-width: 400px;
}

.obstacle-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.obstacle-card h3 {
  padding    :  20px;
   font-size: 18px;
   font-weight: 600;
  color: #333;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
   margin: 0;
  border-bottom: 2px solid #667eea;
}

.obstacle-card p {
	padding: 20px;
	  font-size: 14px;
	   line-height: 1.6;
	  color: #666;
		margin: 0;
}

#publishing-journey .publishing-milestones {
   margin-top:  30px; 
   display: grid; 
	gap: 25px;
	
}

.milestone {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    padding: 25px;
     border-radius: 8px;
    border-left: 4px solid #667eea;
}

.milestone h4 {
    font-size   :16px;
  font-weight: 600;
   color :#333;
  margin-bottom: 8px;
}

.milestone p {
   font-size: 14px;
                    color: #666;
    line-height: 1.6;
       margin: 0;
}

#coaching-in-action .coaching-action {
    gap: 50px;
}

.action-timeline {
   display: grid;
  gap: 25px;
}

.timeline-item {
  padding-left: 30px;
  position: relative;
    border-left: 3px solid #667eea;
  padding-top: 0;
    padding-bottom: 20px; 

}

.timeline-item:last-child {

	    padding-bottom: 0;

}

.timeline-item:before {
  content: "";
	position: absolute;
  left: -9px;
        top: 0;
   width  :    15px;
  height: 15px;
  background   :    white;
  border   :     3px solid #667eea;
  border-radius: 50%;
}

.timeline-item h4 {
	font-size: 16px;
    font-weight: 600;
   color :        #333;
  margin-bottom: 8px;
}

.timeline-item p  
  {
   font-size: 14px;

	    color: #666;

	   line-height: 1.6;

	  margin: 0;
	
}

#testimonials .testimonials-grid {


  gap   :     30px;


}

.testimonial-card {
    background: white;
   padding: 30px;
  border-radius  :  12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
   border-top: 4px solid #667eea; 

}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.testimonial-text p {
  font-size: 15px;

	  line-height: 1.8;

	   color: #555;

	   font-style: italic;

	   margin-bottom: 20px;
}

.testimonial-author p {
   margin: 5px 0;
   font-size: 14px;
}

.testimonial-author p:first-child {
   font-weight: 600;
   color: #333; 

}

.testimonial-author p:last-child

{
  color: #667eea;
  font-size: 13px;
}

#coach-profiles .coaches-grid {
    gap: 30px;
}

.coach-card {
  background: white;
   border-radius: 12px;
               overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
   transition     :    all 0.3s ease;
    min-width: 400px; 
	
}

.coach-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.coach-info {
   padding: 25px;
}

.coach-card h3 {
  font-size: 18px;
         font-weight: 600;
  color: #333;
   margin-bottom: 5px;


}

.coach-specialty {
   color: #667eea;
	 font-weight: 600;
  font-size: 13px;
   margin-bottom: 10px;
}

.coach-bio {
  font-size: 14px;
  line-height: 1.6;
   color: #666;
    margin: 0;
}

#faq-section .faq-grid		{

	   gap: 30px; 
	

}

.faq-item {
   background: white;
 padding: 30px;
   border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #667eea;
}

.faq-item h3 {
    font-size: 16px;
   margin-bottom: 15px;
  font-weight: 600;
  margin-top: 0;
    color: #333;
}

.faq-item p {
  font-size: 14px;
  line-height: 1.6;
   color: #666;
   margin: 0;


}

#call-to-action-section {
   padding: 120px 0;
}

.cta-content {
  text-align: center;
}

.cta-title {
  font-size: 48px;
   font-weight: 700;
    color: white;
   margin-bottom: 20px;
  line-height: 1.3;
}

.cta-subtitle {
   font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
   line-height: 1.8;
  margin-bottom     :  40px;
  max-width: 600px;
  margin-left: auto;
    margin-right: auto;
}

.cta-button {
   display: inline-block;
         background: white;
  color: #667eea;
    padding: 16px 40px;
    border-radius: 6px;
   font-weight: 600;
   text-decoration: none;
   text-transform: uppercase;
  letter-spacing: 1px;
	 transition: all 0.3s ease;
	 font-size: 15px;
}

.cta-button:hover {
   background     :#f0f0f0;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.cta-note {
  color: rgba(255, 255, 255, 0.8);
	 font-size: 14px;
	margin-top: 30px;
}@media (max-width: 600px) {
    .section,
    .section-padding {
        padding: 50px 0;
    }
    
    .section-heading {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .cta-title {
        font-size: 28px;
    }
    
    .cta-subtitle {
        font-size: 16px;
    }
    
    #call-to-action-section {
        padding: 60px 0;
    }
    
    .timeline-item {
        padding-left: 25px;
    }
}.services-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 100px 0;
    text-align: center;
}

.services-hero-title
{
   font-size: 56px;
    font-weight: 700;
	margin-bottom: 20px;
  line-height: 1.2;
   letter-spacing:    -0.5px;
    text-transform: uppercase;
}

.services-hero-subtitle {
  font-size: 18px;
    line-height: 1.6;
   opacity: 0.95;
   max-width    :    600px;
	margin: 0 auto;
}

.services-section {
	  padding: 80px 0;
  background-color    :    #ffffff;


}

.btn-service {
 transition   :       all 0.3s ease;
    text-transform: uppercase;
  background-color: #667eea !important;
   color: white !important;
     font-weight: 600;
  width: 100%;
   letter-spacing: 0.5px;
}

.btn-service:hover {
   background-color: #764ba2 !important;
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.thankyou-section
	{


  min-height: 600px;
    display: flex;
    align-items: center;
	 justify-content: center;
   padding : 80px 0;
  background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
     }

.thankyou-container {
    background: white;
    border-radius: 16px;
   padding: 60px 40px;
          text-align: center;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    max-width: 600px;
}

.thankyou-icon {
  display: flex;
  align-items: center;
    justify-content: center;
  margin-bottom: 30px;
}

.thankyou-icon i {
  font-size: 80px;

   color: #4CAF50;
}


.thankyou-title {
    font-size: 48px;
    font-weight: 700;
   color: #333;
  margin-bottom: 10px;
  line-height: 1.2;
    letter-spacing: -0.5px;
}

.thankyou-subtitle {
   letter-spacing: 0.5px;
   color:      #667eea;
    margin-bottom:    30px;
    text-transform: uppercase;
   font-size: 18px;
     font-weight: 600;


}

.thankyou-content {
  margin   :      30px 0;
    text-align: center;
} 

.thankyou-content p {
  font-size: 16px;
         line-height: 1.8;
   color: #666;
    margin-bottom: 15px;


}

.thankyou-actions {
  display:  flex;
  gap: 15px;
    margin: 40px 0;
   flex-wrap: wrap;
   justify-content: center;


}

.thankyou-actions .btn {
  min-width: 200px;
   line-height: 54px !important;
   height: 54px !important;
    flex: 1;
  letter-spacing   :     0.5px;
    text-transform: uppercase;
   border-radius   :   6px;
	transition  :all 0.3s ease;
	font-weight    :600;
    color: white !important;
    padding: 0 16px !important;
          background-color :    #667eea !important;
}

.thankyou-actions .btn:hover {

	  background-color: #764ba2 !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);


}

.btn-secondary {
    background-color: #f5f5f5 !important;
  color  :      #667eea !important;
   border: 2px solid #667eea;
}

.btn-secondary:hover {
     background-color: #667eea !important;
   color: white !important;
}

.thankyou-note {
  font-size: 14px;
    color: #999;
  margin-top: 30px;
    padding-top: 20px;
  border-top: 1px solid #eee;
}@media (max-width: 768px) {
    .services-hero {
        padding: 60px 0;
    }
    
    .services-hero-title {
        font-size: 36px;
    }
    
    .services-hero-subtitle {
        font-size: 16px;
    }
    
    .services-section {
        padding: 50px 0;
    }
    
    .thankyou-container {
        padding: 40px 20px;
    }
    
    .thankyou-title {
        font-size: 32px;
    }
    
    .thankyou-icon i {
        font-size: 60px;
    }
    
    .thankyou-actions {
        flex-direction: column;
        gap: 10px;
    }
    
    .thankyou-actions .btn {
        width: 100% !important;
        min-width: unset;
    }
}

@media (max-width: 600px) {
    .services-hero {
        padding: 40px 0;
    }
    
    .services-hero-title {
        font-size: 28px;
    }
    
    .thankyou-container {
        padding: 30px 20px;
    }
    
    .thankyou-title {
        font-size: 24px;
    }
    
    .thankyou-icon i {
        font-size: 48px;
    }
    
    .thankyou-content p {
        font-size: 14px;
    }
}.services-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
  padding: 100px 0;
   text-align:   center;
}

.services-hero-title {
   font-size: 56px;
    font-weight: 700;
  margin-bottom: 20px;
         line-height: 1.2;
   letter-spacing: -0.5px;
  text-transform: uppercase;
}

.services-hero-subtitle {
  font-size: 18px;

	  line-height: 1.6;

	    opacity:0.95;

	    max-width: 600px;

	  margin: 0 auto;


}

.services-section {
    padding: 80px 0; 
  background-color: #ffffff;
}

.btn-service {


   background-color: #667eea !important;
  color: white !important;
   font-weight: 600;
    text-transform: uppercase;
   letter-spacing: 0.5px;
    width: 100%;
    transition: all 0.3s ease;
	}

.btn-service:hover {
      background-color: #764ba2 !important;
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
	}



.thankyou-section {
	 min-height: 600px;
  display: flex;
  align-items: center;
   justify-content: center;
   padding: 80px 0;
  background: linear-gradient(135deg, #f5f5f5 0%, #ffffff 100%);
}

.thankyou-container {
	background: white;
   border-radius: 16px;
   padding: 60px 40px;
   text-align: center;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
   max-width: 600px;
}

.thankyou-icon {
    display: flex;
  align-items: center;
	justify-content: center;
   margin-bottom: 30px;
}

.thankyou-icon i {
  font-size: 80px;
  color: #4CAF50;
}

.thankyou-title		{
   font-size: 48px;
    font-weight     :    700;
    color   :#333;
      margin-bottom: 10px;
   line-height    :   1.2;
    letter-spacing: -0.5px;
}

.thankyou-subtitle {
   font-size: 18px;
	 color: #667eea;
   font-weight: 600;
   margin-bottom: 30px;
    text-transform: uppercase;
   letter-spacing: 0.5px;
}

.thankyou-content  {
    margin: 30px 0;
   text-align: center;
}

.thankyou-content p {
    font-size: 16px;
  line-height: 1.8;
   color: #666;
    margin-bottom: 15px;
}

.thankyou-actions {
        gap: 15px;
   display: flex;
    flex-wrap: wrap;
  margin: 40px 0;
  justify-content: center;
}

.thankyou-actions .btn   {
	flex: 1;
   min-width: 200px;
  background-color: #667eea !important;
        color: white !important;
  font-weight   :   600;
    text-transform     : uppercase;
  letter-spacing: 0.5px;
      border-radius: 6px;
   transition: all 0.3s ease;
   padding: 0 16px !important;
  height: 54px !important;
    line-height     :     54px !important;
}

.thankyou-actions .btn:hover {
  background-color    :       #764ba2 !important;

	  transform: translateY(-3px);

	  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

.btn-secondary {
    color: #667eea !important;
	    background-color  :    #f5f5f5 !important;
	    border: 2px solid #667eea;
}

.btn-secondary:hover {
    background-color    :     #667eea !important;
  color:     white !important;
}

.thankyou-note {
    font-size: 14px;
    color: #999;
       margin-top: 30px;
   padding-top: 20px;
	 border-top: 1px solid #eee;
}@media (max-width: 768px) {
    .services-hero {
        padding: 60px 0;
    }
    
    .services-hero-title {
        font-size: 36px;
    }
    
    .services-hero-subtitle {
        font-size: 16px;
    }
    
    .services-section {
        padding: 50px 0;
    }
    
    .thankyou-container {
        padding: 40px 20px;
    }
    
    .thankyou-title {
        font-size: 32px;
    }
    
    .thankyou-icon i {
        font-size: 60px;
    }
    
    .thankyou-actions {
        flex-direction: column;
        gap: 10px;
    }
    
    .thankyou-actions .btn {
        width: 100% !important;
        min-width: unset;
    }
}

@media (max-width: 600px) {
    .services-hero {
        padding: 40px 0;
    }
    
    .services-hero-title {
        font-size: 28px;
    }
    
    .thankyou-container {
        padding: 30px 20px;
    }
    
    .thankyou-title {
        font-size: 24px;
    }
    
    .thankyou-icon i {
        font-size: 48px;
    }
    
    .thankyou-content p {
        font-size: 14px;
    }
}.about-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
  padding: 100px 0;
  text-align: center;
}

.about-hero-title {
  font-size: 56px;
	 font-weight: 700;
         margin-bottom: 20px;
   line-height: 1.2;
    letter-spacing: -0.5px;
        text-transform: uppercase;
}

.about-hero-subtitle {
   font-size: 18px;
  line-height: 1.6;
    opacity: 0.95;
   max-width: 600px;
  margin: 0 auto;
}

.section-about {
    padding: 80px 0;
}

.about-text h2 {
  font-size: 38px;
   font-weight: 700;
    color: #333;
    margin-bottom: 25px;
  line-height: 1.3;
}

.grey-bg .about-text h2 {
    color: #333;
}

.about-text p {
    font-size  :  16px;
  line-height: 1.8;
         color: #666;
   margin-bottom: 20px; 
	
}

.about-img {
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    width: 100%;
  height: auto;
}

.section-title-about {
    font-size: 42px;
   font-weight: 700;
   margin-bottom: 50px;
	color: #333;
   text-transform: uppercase;
   letter-spacing: 1px;
}

.about-intro-text {
   font-size: 16px;
    color: #666;
   margin-bottom: 40px;
  line-height: 1.8;
}

.mission-card,
.vision-card {
   padding: 0;
}

.mission-header,
.vision-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
  padding: 25px;
   border-radius: 12px 12px 0 0;
    margin-bottom     :        0;
}

.mission-header h3,
.vision-header h3 {
	 font-size: 22px;
   font-weight    :    600;
   margin: 0;
}

.mission-card p,
.vision-card p {
    padding: 25px;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
   background: white;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin  :     0;
}

.values-grid {
  gap  :    30px;
}

.value-card {
  background: white;
  padding: 30px;
   border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-align: center;
  border-top: 4px solid #667eea;
   transition: all 0.3s ease;
}

.value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.value-card h3 {
   font-size: 18px;
    font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.value-card p {
  font-size: 14px;
   line-height: 1.6;
  color: #666;
   margin: 0;
}

.history-content {
   background: white;
  padding: 40px;
	border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
   max-width: 900px;
      margin: 0 auto;
}

.history-content p {
  font-size: 16px;
  line-height: 1.8;
   color: #666;
   margin-bottom: 20px;
}

.history-content p:last-child {

  margin-bottom: 0;
     }

.commitments-grid  {
    gap: 30px;
}


.commitment-item {
  background: white; 
	   padding: 30px; 
	  border-radius  :      12px; 
	  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); 
	    text-align: center; 
	  transition: all 0.3s ease;
}

.commitment-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}

.commitment-item i {
    font-size: 48px;
  color: #667eea;
    display: block;
    margin-bottom: 15px;
}

.commitment-item h3 {
	        font-size: 18px;
    font-weight    :  600;
    color: #333;
   margin-bottom: 12px;
	}

.commitment-item p {
   font-size: 14px;
	line-height: 1.6;
    color:       #666;
    margin: 0;
}

.closing-content {
  text-align: center;
          padding: 40px;
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
    border-radius: 12px;
	border-left: 4px solid #667eea;
}

.closing-content h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #333;
    line-height    :  1.3;
}

.closing-content p  
  {
   font-size: 16px;
   line-height: 1.8;
	color: #666;
    margin-bottom: 15px;
}

.closing-content p:last-of-type {
      margin-bottom: 30px;
}

.btn-closing {
   background-color: #667eea !important;
    color: white !important;
  font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 0.5px;
   padding: 0 32px !important;
    height: 54px !important;
   line-height: 54px !important;
}

.btn-closing:hover {
   background-color: #764ba2 !important;
  box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}@media (max-width: 768px) {
    .about-hero {
        padding: 60px 0;
    }
    
    .about-hero-title {
        font-size: 36px;
    }
    
    .section-about {
        padding: 50px 0;
    }
    
    .about-text h2 {
        font-size: 28px;
    }
    
    .section-title-about {
        font-size: 32px;
    }
    
    .closing-content h2 {
        font-size: 28px;
    }
}

@media (max-width: 600px) {
    .about-hero {
        padding: 40px 0;
    }
    
    .about-hero-title {
        font-size: 28px;
    }
    
    .about-text h2 {
        font-size: 22px;
    }
    
    .section-title-about {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .history-content,
    .closing-content {
        padding: 20px;
    }
    
    .value-card,
    .commitment-item {
        padding: 20px;
    }
    
    .commitment-item i {
        font-size: 36px;
    }
    
    .closing-content h2 {
        font-size: 22px;
    }
}.policySection {
    padding: 80px 2rem;
  background: #f8f9fa;
  min-height: calc(100vh - 300px);
}

.policyContainer {
	max-width  :     800px;
    margin: 0 auto;
  text-align: left;
   background: white;
   padding: 40px;
   border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.policyContainer h1 {
  letter-spacing: -0.5px;
    font-weight: 700;
   font-size: 42px;
   margin-bottom   :     40px;
  color: #333;
  line-height: 1.2;
    text-transform    :uppercase;
}

.policyContainer h2 {
   font-size: 24px;
   color :       #667eea;
    margin-bottom: 20px;
   margin-top: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.policyContainer h2:first-of-type {
       margin-top: 0;
}

.policyContainer p {
                    color: #666;
    margin-bottom: 16px;
  line-height: 1.8;
                    font-size: 15px;
}

.policyContainer strong     {
    color: #333;
    font-weight: 600; 
	
}

.policyContainer ul {
  margin-left: 20px;
          margin-bottom: 16px;
}  

.policyContainer li {
  color: #666;
   margin-bottom: 10px;
    line-height: 1.8;
   font-size: 15px;
}@media (max-width: 768px) {
    .policyContainer h1 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .policyContainer h2 {
        font-size: 20px;
        margin-bottom: 15px;
        margin-top: 25px;
    }

    .policyContainer p {
        font-size: 14px;
        line-height: 1.7;
    }

    .policySection {
        padding: 60px 1rem;
    }
    
    .policyContainer {
        padding: 30px;
    }
}

@media (max-width: 600px) {
    .policyContainer h1 {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .policyContainer h2 {
        font-size: 18px;
    }

    .policyContainer p {
        font-size: 13px;
    }

    .policyContainer {
        padding: 20px;
    }

    .policySection {
        padding: 40px 0.5rem;
    }
}.blog-hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
  padding: 80px 0;
   position: relative;
        overflow: hidden;
}

.blog-hero-content {

	   text-align: center;}

.blog-category {
                    display: inline-block;
  background: rgba(255, 255, 255, 0.2);
   color: white;
   padding    : 8px 16px;
  border-radius: 24px;
   font-size: 13px;
  font-weight: 600;
   text-transform: uppercase;
  letter-spacing: 0.5px;
   margin-bottom: 20px;
}

.blog-title {
    font-size: 48px;
   font-weight: 700;
   margin: 20px 0;
                    line-height: 1.3;
  letter-spacing: -0.5px;
}

.blog-meta {
  margin: 20px 0 0 0;
  opacity: 0.9;
   font-size: 16px;
}

.blog-content-section    {
    padding: 80px 0;
  background-color: #ffffff;
}

.blog-container 
 {
   display: grid;
  grid-template-columns: 1fr 300px;
   gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
  padding: 0 20px;
}

.blog-article {
   background: white;
}

.blog-featured-image {
    margin-bottom: 40px;
       overflow: hidden;
  border-radius: 12px;
}  

.blog-img {
    width  :       100%;
  height: auto;
    display:    block;
    border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
      transition: transform 0.3s ease;
}

.blog-article:hover .blog-img {
  transform: scale(1.02);
}

.blog-text {
    line-height: 1.8;
    color: #444;
}

.blog-text p {
                    font-size: 16px;
  margin-bottom: 20px;
   line-height: 1.8;
  color: #555;
}

.blog-text h2 {
    font-size: 28px;
   font-weight: 700;
  color: #333;
  margin: 40px 0 20px 0;
    line-height: 1.3;
   padding-bottom: 10px;
          border-bottom: 3px solid #667eea;
}

.blog-text h3 {
    font-size:        22px;
   font-weight: 600;
  color: #333;
  margin: 30px 0 15px 0;
   line-height: 1.3;
}

.blog-text ul,
.blog-text ol {
  margin-left: 20px;
  margin-bottom: 20px;
}

.blog-text li {
  margin-bottom: 10px;
    color: #555;
  line-height:     1.7;
}

.blog-sidebar{
  position: sticky;
  height: fit-content;
    top: 100px;}

.blog-cta-box {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(102, 126, 234, 0.2);
}

.blog-cta-box h3  
  {
    font-size: 20px;
   font-weight: 700;
   color: white;
  margin: 0 0 15px 0;
   line-height: 1.3;
}

.blog-cta-box p {

	    font-size:        14px;
  color: rgba(255, 255, 255, 0.95);
  line-height     :       1.6;
   margin-bottom: 20px;
     }

.blog-cta-box .btn {
   border-radius: 6px;
   padding: 0 16px !important;
  line-height: 50px !important;
    background-color    :    white !important;
    text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.5px;
  color: #667eea !important;
   height: 50px !important;
    width: 100%;
  font-weight: 600; 

}

.blog-cta-box .btn:hover {
  background-color: #f0f0f0 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}@media (max-width: 1024px) {
    .blog-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .blog-sidebar {
        position: static;
        top: auto;
    }
    
    .blog-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .blog-hero {
        padding: 60px 0;
    }
    
    .blog-title {
        font-size: 28px;
    }
    
    .blog-meta {
        font-size: 14px;
    }
    
    .blog-content-section {
        padding: 50px 0;
    }
    
    .blog-text h2 {
        font-size: 22px;
        margin: 30px 0 15px 0;
    }
    
    .blog-text h3 {
        font-size: 18px;
        margin: 20px 0 12px 0;
    }
    
    .blog-text p {
        font-size: 15px;
    }
    
    .blog-cta-box {
        padding: 25px;
    }
}

@media (max-width: 600px) {
    .blog-hero {
        padding: 40px 0;
    }
    
    .blog-hero-content {
        padding: 0 20px;
    }
    
    .blog-title {
        font-size: 22px;
        margin: 15px 0;
    }
    
    .blog-meta {
        font-size: 12px;
    }
    
    .blog-category {
        font-size: 11px;
        padding: 6px 12px;
    }
    
    .blog-container {
        padding: 0 15px;
    }
    
    .blog-content-section {
        padding: 40px 0;
    }
    
    .blog-text h2 {
        font-size: 18px;
        margin: 25px 0 12px 0;
    }
    
    .blog-text h3 {
        font-size: 16px;
        margin: 18px 0 10px 0;
    }
    
    .blog-text p {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .blog-featured-image {
        margin-bottom: 30px;
    }
    
    .blog-cta-box {
        padding: 20px;
        margin-top: 30px;
    }
    
    .blog-cta-box h3 {
        font-size: 18px;
    }
    
    .blog-cta-box p {
        font-size: 13px;
        margin-bottom: 15px;
    }
}html {
    scroll-behavior: smooth;
     }

.blog-text strong {
  color: #333;
  font-weight: 600;
}

.blog-text em {
   color: #667eea;
    font-style: italic;
}

.blog-text blockquote {
  border-left: 4px solid #667eea;
   padding-left   :       20px;
  margin: 30px 0;
  color: #666;
    font-style: italic;
    font-size: 15px;
	line-height: 1.8;
}@media print {
    .blog-sidebar,
    .nav-wrapper-custom,
    .page-footer {
        display: none;
    }
    
    .blog-container {
        grid-template-columns: 1fr;
    }
    
    .blog-text {
        color: #000;
    }
}.row {
  display    :flex !important;
  flex-wrap: wrap;
  margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.row::after {
  content: "";
   display: table;
    clear    : both;
}

.col-md-6,
.col-md-4,
.col-md-3 {
    padding: 0 0.75rem;
   box-sizing: border-box;
    grid-column:  unset;
}

.col-md-6
{
	    flex  : 0 0 50%;
    max-width: 50%;}

.col-md-4 {
   flex  :      0 0 33.333%;
   max-width: 33.333%;


}

.col-md-3 {
    flex   :  0 0 25%;
	max-width: 25%;
}

.container {
   width  : 100%;
   max-width :       1200px;
   margin-left: auto;
  margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

#hero .row {
    justify-content: center;
    align-items: center;
}

#courses .row {
   justify-content: center;
}

.section .row {
   align-items: center;
}

.process-grid,
.stories-grid,
.models-grid,
.obstacles-grid,
.coaches-grid,
.testimonials-grid,
.faq-grid,
.values-grid,
.commitments-grid{
    display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
               gap: 30px;
}

.process-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}@media (max-width: 992px) {
    .col-md-6,
    .col-md-4,
    .col-md-3 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }
}.valign-wrapper {
  display: flex !important;
    align-items: center;
   min-height: auto;
}


#intro .row,
#workshop-section .row,
#webinar-section .row,
#journal-section .row,
#manuscript-section .row,
#environment-section .row,
#typewriter-section .row,
#brainstorm-section .row,
#notebook-section .row,
#morning-section .row  {
   display: flex !important;
       flex-wrap: wrap;
	 align-items: center;
}

.intro-content,
.workshop-text,
.webinar-content,
.journal-text,
.manuscript-content,
.environment-text,
.typewriter-text,
.brainstorm-content,
.notebook-text,
.morning-content {
  width: 100%;
}

#blog-section {
   padding: 80px 0;
}

.blog-grid {
    display: flex !important;
    flex-wrap: wrap;
   justify-content: center;
  gap: 0px;
}

.blog-card {
    background: white;
  border-radius: 12px;
  overflow: hidden;
  transition  :  all 0.3s ease;
   height: 100%;
    display: flex;
   max-width: 60%;
   flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
}

.blog-card-image {


	position: relative;
   height: 200px;
    overflow: hidden;}

.blog-card-image img {
   width: 100%;
    height: 100%;
  object-fit: cover;
   transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-image img {
  transform: scale(1.08);
	
}

.blog-card-category {
    position: absolute;
  top: 15px;
    left: 15px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
   color: white;
  padding: 6px 14px;
  border-radius: 20px;
   font-size: 12px;
  font-weight: 600;
	text-transform   :    uppercase;
  letter-spacing: 0.5px; 

}

.blog-card .card-content {
   padding: 25px;
   flex-grow: 1;
}

.blog-card-title {
   font-size: 18px !important;
    font-weight: 600 !important;
  color: #333 !important;
   line-height: 1.4 !important;
   margin-bottom: 12px !important;
	 display: -webkit-box;
   overflow: hidden;
}

.blog-card-excerpt {

		display: -webkit-box;
  overflow: hidden;
    font-size   : 14px;
  line-height: 1.7;
    color: #666;}

.blog-card-action {
  padding: 15px 25px !important;
   border-top: 1px solid #f0f0f0;
   background: #fafafa;
}

.blog-read-more {
  color: #667eea !important;
   font-weight: 600;
    font-size: 14px;
   text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
   align-items: center;
	gap: 8px;
    transition: all 0.3s ease;
}

.blog-read-more:hover {
   color: #764ba2 !important;
    gap: 12px;
}

.blog-read-more i {
    font-size: 18px;
   transition    :   transform 0.3s ease;
}

.blog-read-more:hover i {
  transform: translateX(4px);
}

.blog-view-all {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    font-weight: 600;
  text-transform: uppercase;
    letter-spacing: 0.5px;
  border-radius: 6px;
    padding: 0 40px !important;
}

.blog-view-all:hover {
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  transform: translateY(-3px);

}@media (max-width: 992px) {
    .blog-grid {
        gap: 20px;
    }

    .blog-card-image {
        height: 180px;
    }
}

@media (max-width: 600px) {
    #blog-section {
        padding: 50px 0;
    }

    .blog-card .card-content {
        padding: 20px;
    }

    .blog-card-title {
        font-size: 16px !important;
    }

    .blog-card-excerpt {
        font-size: 13px;
    }

    .blog-card-action {
        padding: 12px 20px !important;
    }
}