.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-15 .elementor-element.elementor-element-8e59e48{width:var( --container-widget-width, 101.327% );max-width:101.327%;--container-widget-width:101.327%;--container-widget-flex-grow:0;}.elementor-15 .elementor-element.elementor-element-8e59e48.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-15 .elementor-element.elementor-element-0b153e7{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15 .elementor-element.elementor-element-1d3f8b3{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15 .elementor-element.elementor-element-1d3f8b3:not(.elementor-motion-effects-element-type-background), .elementor-15 .elementor-element.elementor-element-1d3f8b3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F9F9;}.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-15 .elementor-element.elementor-element-71d2b84{text-align:center;}.elementor-15 .elementor-element.elementor-element-71d2b84 .elementor-heading-title{color:#134155;}.elementor-15 .elementor-element.elementor-element-5280495{width:var( --container-widget-width, 50% );max-width:50%;--container-widget-width:50%;--container-widget-flex-grow:0;text-align:center;}.elementor-15 .elementor-element.elementor-element-5280495.elementor-element{--align-self:center;}.elementor-15 .elementor-element.elementor-element-5280495 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:18px;font-weight:500;line-height:25px;letter-spacing:0px;word-spacing:1px;color:#000000;}.elementor-15 .elementor-element.elementor-element-18bf1d8{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-8e59e48 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

.combined-premium-section {
    background-color: #000000;
    padding: 80px 5%;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.container-split {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
}

.content-side { flex: 1; }
.image-side { flex: 1; position: sticky; top: 20px; }

.image-side img {
    width: 100%;
    border-radius: 20px;
    border: 2px solid #0056b3;
    box-shadow: 0 10px 40px rgba(0, 86, 179, 0.4);
}

.badge { 
    color: #0056b3; 
    font-weight: bold; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    font-size: 12px; 
}

.content-side h2 { 
    font-size: 40px; 
    margin: 15px 0; 
    line-height: 1.2; 
    font-weight: 700;
}

.features { padding: 0; }

.why-choose-us-mini {
    margin-top: 40px;
    background: rgba(255, 255, 255, 0.05);
    padding: 25px;
    border-radius: 15px;
    border-left: 4px solid #0056b3;
}

.choose-header { font-size: 1.2rem; margin-bottom: 15px; color: #ffffff; font-weight: 600; }

.choose-list { list-style: none; padding: 0; }
.choose-list li { padding: 8px 0; font-size: 0.95rem; color: #cccccc; display: flex; align-items: center; }
.choose-list li::before { content: "✔"; color: #0056b3; margin-right: 10px; }

li {
    list-style: none;
}

@media (max-width: 768px) {
    .container-split { flex-direction: column-reverse; text-align: center; }
    .choose-list { text-align: left; }
    .content-side h2 { font-size: 30px; }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b766872 */.premium-certs { padding: 50px 5%; background: #fdfdfd; }

.cert-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.card {
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #e1e1e1;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,51,102,0.1);
  border-color: #003366;
}

.card h3 { color: #003366; margin: 10px 0; letter-spacing: 1px; }
.badge { background: #fff3e0; color: #e65100; padding: 5px 10px; border-radius: 5px; font-weight: bold; }

.footer-banner {
  background: #003366;
  color: white;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
}

.motto {
  margin-top: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #ff9900;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-683e91a *//* Poppins फॉन्ट इम्पोर्ट */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

.portfolio-container { 
    padding: 40px; 
    background: #f9f9f9; 
    font-family: 'Poppins', sans-serif; 
}

.section-title { 
    text-align: center; 
    color: #003366; 
    margin: 40px 0 20px; 
    text-transform: uppercase; 
    font-weight: 700;
}

/* Flexbox आधारित लेआउट (सेंटर अलाईनमेंटसाठी) */
.cards-grid { 
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 20px; 
    max-width: 1200px; 
    margin: 0 auto;
}

.card { 
    background: white; 
    padding: 20px; 
    border-radius: 12px; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.1); 
    transition: 0.3s;
    /* ३ कार्ड्स बसण्यासाठी विड्थ सेट केली */
    flex: 0 0 calc(33.333% - 20px); 
    max-width: 350px;
    box-sizing: border-box;
}

.card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.card:hover { 
    transform: translateY(-5px); 
    box-shadow: 0 8px 25px rgba(0,0,0,0.2); 
}

.card h4 { 
    color: #003366; 
    margin-bottom: 15px; 
    font-size: 1rem; 
    border-bottom: 2px solid #ff9900; 
    display: inline-block; 
}

.card ul { list-style: none; padding: 0; }

.card ul li { 
    font-size: 0.9rem; 
    color: #555; 
    margin-bottom: 8px; 
    position: relative; 
    padding-left: 20px; 
}

.card ul li::before { 
    content: "✦"; 
    color: #ff9900; 
    position: absolute; 
    left: 0; 
}

/* रिस्पॉन्सिव्ह डिझाइन */
@media (max-width: 900px) {
    .card { flex: 0 0 calc(50% - 20px); }
}

@media (max-width: 600px) {
    .card { flex: 0 0 100%; }
}/* End custom CSS */