.elementor-5008 .elementor-element.elementor-element-1d633b1{--display:flex;--margin-top:-15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-5008 .elementor-element.elementor-element-1d633b1:not(.elementor-motion-effects-element-type-background), .elementor-5008 .elementor-element.elementor-element-1d633b1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://amirait.in/wp-swi/wp-content/uploads/2025/12/banner_organisation.jpg");background-repeat:no-repeat;background-size:100% auto;}.elementor-5008 .elementor-element.elementor-element-1d633b1.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-5008 .elementor-element.elementor-element-53fde0d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5008 .elementor-element.elementor-element-74edcf2{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-5008 .elementor-element.elementor-element-74edcf2 .elementor-heading-title{color:#000000;}.elementor-5008 .elementor-element.elementor-element-246192f{--display:flex;}@media(max-width:1024px){.elementor-5008 .elementor-element.elementor-element-1d633b1{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(min-width:768px){.elementor-5008 .elementor-element.elementor-element-1d633b1{--width:100.698%;}}@media(max-width:767px){.elementor-5008 .elementor-element.elementor-element-1d633b1:not(.elementor-motion-effects-element-type-background), .elementor-5008 .elementor-element.elementor-element-1d633b1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:1000px auto;}.elementor-5008 .elementor-element.elementor-element-1d633b1{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for container, class: .elementor-element-1d633b1 */.col-xxl-8{
    width: 100% !important;
    padding: 0px !important;
}
.egx-container-2{
    max-width: 100% !important;
}
.elementor-element-1d633b1   .e-con-inner{
    background-color: #1615158f;
    max-width: 100% !important;
    height: 400px !important;
    background-size: auto ;
}

.elementor-element-1d633b1    {
    height: 400px;
    padding: 0px;
}
.egx-hero-inner-area {
    display: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3f928a0 *//* Container and Layout */
#introText {
  /*background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
  min-height: 100vh;
}



.col-md-8 {
  width: 100%;
}

.g-offset-md-2 {
  margin: 0 auto;
}

.g-py-10 {
  padding: 40px 0;
}

/* Article Card */
.mod_article {
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  padding: 50px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mod_article:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}

/* Content Block */
.ce_text {
  color: #333;
  line-height: 1.8;
  font-size: 16px;
}

/* Image Styling */
.image_container {
  margin: 0 40px 20px 0;
  float: left;
}

.image_container img {
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.image_container img:hover {
  transform: scale(1.05);
}

/* Typography */
.ce_text p {
  margin-bottom: 20px;
  color: #555;
}

.ce_text strong {
  color: #42d933;
  font-weight: 600;
}

/* List Styling */
.ce_text ul {
  list-style: none;
  padding-left: 0;
  margin: 30px 0;
}

.ce_text ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  color: #555;
}

.ce_text ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #42d933;
  font-weight: bold;
  font-size: 20px;
  background: rgba(102, 126, 234, 0.1);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

/* Links */
.ce_text a {
  color: #42d933;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.ce_text a:hover {
  border-bottom-color: #42d933;
}

/* Button Styling */
.ce_hyperlink {
  margin-top: 40px;
  display: inline-block;
}

.btn {
  padding: 14px 35px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  border: none;
  cursor: pointer;
}

.btn-md {
  padding: 12px 30px;
}

.u-btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.u-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

.rounded-0 {
  border-radius: 6px;
}

.hyperlink_txt {
  color: white !important;
  text-decoration: none;
  border: none !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .mod_article {
    padding: 30px 20px;
  }
  
  .image_container {
    float: none;
    margin: 0 auto 20px;
    text-align: center;
  }
  
  .ce_text {
    font-size: 15px;
  }
  
  #introText {
    padding: 30px 0;
  }
}

@media (max-width: 480px) {
  .mod_article {
    padding: 20px 15px;
  }
  
  .btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */