.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-20 .elementor-element.elementor-element-9410613 .elementskit-section-title-wraper .elementskit-section-title > span{color:#000000;}.elementor-20 .elementor-element.elementor-element-9410613 .elementskit-section-title-wraper .elementskit-section-title:hover > span{color:#000000;}.elementor-20 .elementor-element.elementor-element-9410613 .elementskit-section-title-wraper .elementskit-border-divider{width:100px;background:linear-gradient(90deg, #0D54FA 0%, #0D54FA 100%);}.elementor-20 .elementor-element.elementor-element-9410613 .elementskit-section-title-wraper .elementskit-border-divider.elementskit-style-long{width:100px;height:4px;color:#0D54FA;}.elementor-20 .elementor-element.elementor-element-9410613 .elementskit-section-title-wraper .elementskit-border-star{width:100px;height:4px;color:#0D54FA;}.elementor-20 .elementor-element.elementor-element-9410613 .elementskit-section-title-wraper .elementskit-border-divider, .elementor-20 .elementor-element.elementor-element-9410613 .elementskit-border-divider::before{height:4px;}.elementor-20 .elementor-element.elementor-element-9410613 .elementskit-section-title-wraper .elementskit-border-divider:before{background-color:#0D54FA;color:#0D54FA;}.elementor-20 .elementor-element.elementor-element-9410613 .elementskit-section-title-wraper .elementskit-border-star:after{background-color:#0D54FA;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d880749 */.ttm-about-section {
  padding: 80px 20px;
  background: #f8faff;
  font-family: 'Poppins', sans-serif;
}

.ttm-container {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}

/* LEFT */
.ttm-left h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.ttm-line {
  width: 60px;
  height: 4px;
  background: #0d54fa;
  margin-bottom: 20px;
}

.ttm-left p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

/* RIGHT SIDE */
.ttm-right {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* CARD */
.ttm-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.3s;
  cursor: pointer;
}

.ttm-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* TEXT */
.ttm-card-text h3 {
  font-size: 20px;
  margin: 0;
}

/* ICON BOX */
.ttm-card-icon {
  width: 70px;
  height: 70px;
  background: #0d54fa;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  border-radius: 8px;
}

/* RESPONSIVE */
@media(max-width: 992px){
  .ttm-container {
    grid-template-columns: 1fr;
  }

  .ttm-right {
    flex-direction: row;
  }
}

@media(max-width: 600px){
  .ttm-right {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-84d7dc2 */.mv-new {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 20px;
}

.mv-box {
  position: relative;
  padding-left: 25px;
}

.mv-line {
  position: absolute;
  left: 0;
  top: 5px;
  width: 5px;
  height: 80%;
  background: linear-gradient(to bottom, #0d54fa, #5f8dff);
  border-radius: 5px;
}

.mv-box h2 {
  font-size: 26px;
  font-weight: 700;
  color: #0d54fa;
  margin-bottom: 10px;
}

.mv-box p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  max-width: 500px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dd59fc7 */.mv-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.mv-card {
  background: linear-gradient(135deg, rgba(13,84,250,0.08), rgba(13,84,250,0.02));
  border: 1px solid rgba(13,84,250,0.2);
  border-radius: 16px;
  padding: 25px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.mv-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(13,84,250,0.2);
}

.mv-icon {
  font-size: 28px;
  margin-bottom: 10px;
}

.mv-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #0d54fa;
}

.mv-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2aa42e0 */.premium-hero {
  padding: 100px 20px;
  background: linear-gradient(135deg, #0d54fa 0%, #0a2fa0 100%);
  position: relative;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

/* subtle glow effect */
.premium-hero::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: rgba(255,255,255,0.08);
  filter: blur(120px);
  top: -100px;
  left: -100px;
}

/* layout */
.hero-container {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

/* TEXT */
.hero-text h1 {
  font-size: 42px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
}

.tagline {
  font-size: 16px;
  color: #cdd9ff;
  margin-bottom: 20px;
  font-weight: 500;
}

.hero-text p {
  color: #e6ecff;
  line-height: 1.8;
  margin-bottom: 15px;
}

/* BUTTONS */
.hero-buttons {
  margin-top: 25px;
  display: flex;
  gap: 15px;
}

.btn-primary {
  background: #fff;
  color: #0d54fa;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.btn-outline {
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-outline:hover {
  background: #fff;
  color: #0d54fa;
}

/* IMAGE */
.hero-image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  transition: 0.4s;
}

.hero-image img:hover {
  transform: scale(1.03);
}

/* RESPONSIVE */
@media(max-width: 992px){
  .hero-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-buttons {
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e82b74d */.pm-features {
  padding: 70px 5%;
  background: #f5f8ff;
}

.pm-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1300px;
  margin: auto;
}

.pm-card {
  background: #fff;
  padding: 40px 25px 30px;
  border-radius: 18px;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 30px rgba(13, 84, 250, 0.08);
  transition: 0.4s ease;
  border: 1px solid rgba(13,84,250,0.1);
}

.pm-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(13, 84, 250, 0.2);
  border-color: #0d54fa;
}

.pm-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #0d54fa, #4a7bff);
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -70px auto 20px;
  border: 6px solid #f5f8ff;
  box-shadow: 0 10px 25px rgba(13,84,250,0.3);
}

.pm-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .pm-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .pm-container {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ee2c5e8 */.ttm-locations {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  padding: 20px;
}

.ttm-box {
  background: #ffffff;
  border: 2px solid #0d54fa;
  color: #0d54fa;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(13, 84, 250, 0.08);
}

.ttm-box:hover {
  background: #0d54fa;
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(13, 84, 250, 0.25);
}

.ttm-box::before {
  content: "✔";
  background: #0d54fa;
  color: #fff;
  font-size: 12px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* Responsive */
@media (max-width: 992px) {
  .ttm-locations {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .ttm-locations {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6ba6f0c */.ttm-banner {
  position: relative;
  width: 100%;
  height: 380px;
  background: url('YOUR-IMAGE.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Dark overlay for premium look */
.ttm-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    rgba(13,84,250,0.6),
    rgba(0,0,0,0.6)
  );
  top: 0;
  left: 0;
}

/* Glass Box */
.ttm-content {
  position: relative;
  max-width: 800px;
  padding: 40px;
  text-align: center;
  backdrop-filter: blur(12px);
  background: rgba(255,255,255,0.15);
  border-radius: 12px;
  color: #fff;
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

/* Heading */
.ttm-content h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
}

/* Button */
.ttm-btn {
  display: inline-block;
  background: #0d54fa;
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.ttm-btn:hover {
  background: #083dc0;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  .ttm-content {
    padding: 25px;
  }

  .ttm-content h2 {
    font-size: 22px;
  }
}/* End custom CSS */