.elementor-113 .elementor-element.elementor-element-04a1806{--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-113 .elementor-element.elementor-element-673836b{--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-113 .elementor-element.elementor-element-692fd6d{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-113 .elementor-element.elementor-element-4b55bf2{--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-113 .elementor-element.elementor-element-361e0bf{--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-113 .elementor-element.elementor-element-fff04da{--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-113 .elementor-element.elementor-element-a418687{--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-113 .elementor-element.elementor-element-5d003de{--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-113 .elementor-element.elementor-element-95de46f{--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-113 .elementor-element.elementor-element-f4167d2{--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-113 .elementor-element.elementor-element-4e99997{--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;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-113 .elementor-element.elementor-element-04a1806{--content-width:100%;}.elementor-113 .elementor-element.elementor-element-673836b{--content-width:100%;}.elementor-113 .elementor-element.elementor-element-692fd6d{--content-width:100%;}.elementor-113 .elementor-element.elementor-element-4b55bf2{--content-width:100%;}.elementor-113 .elementor-element.elementor-element-361e0bf{--content-width:100%;}.elementor-113 .elementor-element.elementor-element-fff04da{--content-width:100%;}.elementor-113 .elementor-element.elementor-element-a418687{--content-width:100%;}.elementor-113 .elementor-element.elementor-element-5d003de{--content-width:100%;}.elementor-113 .elementor-element.elementor-element-95de46f{--content-width:100%;}.elementor-113 .elementor-element.elementor-element-f4167d2{--content-width:100%;}.elementor-113 .elementor-element.elementor-element-4e99997{--content-width:100%;}}/* Start custom CSS for container, class: .elementor-element-04a1806 *//* ===== SALESFORCE HERO ===== */

.salesforce-hero-section {
  position: relative;

  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);

  min-height: 100vh;

  background-image: url("http://salesforceoffshoreservices.com/wp-content/uploads/2026/04/image-1126965563829293.jpeg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #0b0e1a;

  display: flex;
  align-items: center;
  padding: 0 5%;
  overflow: hidden;

  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

/* Overlay */

.salesforce-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.95) 0%,
    rgba(0, 0, 0, 0.85) 35%,
    rgba(0, 0, 0, 0.6) 55%,
    rgba(0, 0, 0, 0.15) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
}

/* Content */

.salesforce-hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  color: #ffffff;
}

/* Title */

.salesforce-hero-content h1 {
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.3px;
  margin-bottom: 32px;
  color: #ffffff;
}

/* Paragraph */

.salesforce-hero-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #f2f2f2;
  max-width: 700px;
  margin-bottom: 44px;
}

/* Button */

.salesforce-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 42px;
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 3px;
  transition: 0.3s ease;
}

/* Hover */

.salesforce-hero-btn:hover {
  background: #ee4700;
  border-color: #ee4700;
  color: #ffffff;
}

/* Responsive */

@media (max-width: 900px) {
  .salesforce-hero-section {
    padding: 0 6%;
    background-size: auto 90%;
  }

  .salesforce-hero-content h1 {
    font-size: 38px;
  }
}

@media (max-width: 600px) {
  .salesforce-hero-section {
    padding: 80px 20px;
    background-position: 70% bottom;
    background-size: auto 85%;
  }

  .salesforce-hero-content h1 {
    font-size: 30px;
  }

  .salesforce-hero-content p {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-673836b *//* Google Font Import */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

.hero-support-section {
    background: #ffffff;
    padding: 100px 0;
    font-family: 'Montserrat', sans-serif;
}

.container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

/* Tag */

.section-tag {
    display: inline-block;
    padding: 14px 30px;
    border: 1px solid #c9e7fb;
    border-radius: 50px;
    background: #f8fcff;
    color: #1496e8;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

/* Heading - balanced size like reference */

.hero-heading {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 64px !important;
    line-height: 1.10 !important;
    font-weight: 300 !important;
    letter-spacing: 0.2px !important;
    color: #111111 !important;
    margin-bottom: 30px !important;
    text-transform: none !important;
}

.hero-heading span {
    color: #1496e8 !important;
    font-weight: 300 !important;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
    display: block;
}

/* Paragraph */

.hero-subheading {
    font-size: 18px;
    line-height: 1.9;
    color: #555555;
    max-width: 650px;
    margin-bottom: 40px;
}

/* Buttons */

.hero-buttons {
    display: flex;
    gap: 18px;
    margin-bottom: 50px;
}

.primary-btn {
    padding: 18px 34px;
    background: #1496e8;
    color: #ffffff;
    text-decoration: none;
    border-radius: 14px;
    font-weight: 600;
    transition: 0.3s ease;
}

.primary-btn:hover {
    transform: translateY(-3px);
}

.secondary-btn {
    padding: 18px 34px;
    border: 1px solid #d8ebfa;
    color: #111111;
    text-decoration: none;
    border-radius: 14px;
    font-weight: 500;
    background: #ffffff;
}

/* Stats Grid */

.stats-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px !important;
    align-items: start !important;
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #d8ebfa;
}

.stat-box {
    text-align: left;
    width: 100%;
}

.stat-box h3 {
    font-size: 52px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 10px;
    line-height: 1;
}

.stat-box p {
    font-size: 16px;
    color: #555555;
    line-height: 1.6;
    margin: 0;
}

/* Right Card */

.contact-card {
    background: #ffffff;
    border: 1px solid #d8ebfa;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(20,150,232,0.05);
}

.contact-card h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #111111;
}

.contact-item {
    border: 1px solid #e6f1fa;
    border-radius: 16px;
    padding: 22px;
    margin-bottom: 18px;
    background: #fcfeff;
}

.contact-item h4 {
    font-size: 13px;
    letter-spacing: 1px;
    color: #1496e8;
    margin-bottom: 8px;
}

.contact-item p {
    font-size: 18px;
    font-weight: 600;
    color: #111111;
}

.cta-btn {
    display: block;
    text-align: center;
    background: #1496e8;
    color: #ffffff;
    text-decoration: none;
    padding: 18px;
    border-radius: 14px;
    font-weight: 600;
    margin-top: 25px;
}

.response-note {
    text-align: center;
    margin-top: 18px;
    font-size: 14px;
    color: #666666;
}

/* Responsive */

@media (max-width: 992px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-heading {
        font-size: 50px !important;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .hero-heading {
        font-size: 36px !important;
        line-height: 1.15 !important;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }

    .stat-box h3 {
        font-size: 36px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-692fd6d *//* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

.about-support-section {
    background: #ffffff;
    padding: 100px 0;
    font-family: 'Montserrat', sans-serif;
}

.container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
}

.about-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

/* Tag */

.section-tag {
    display: inline-block;
    padding: 14px 30px;
    border: 1px solid #c9e7fb;
    border-radius: 50px;
    background: #f8fcff;
    color: #1496e8;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

/* Heading */

.section-heading {
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2;
    color: #111111;
    margin-bottom: 30px;
    max-width: 700px;
}

/* Paragraph */

.about-text {
    font-size: 17px;
    line-height: 1.9;
    color: #555555;
    margin-bottom: 25px;
    max-width: 700px;
}

/* Features */

.feature-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.feature-item {
    font-size: 15px;
    color: #111111;
    font-weight: 500;
}

/* Button */

.primary-btn {
    display: inline-block;
    padding: 18px 34px;
    background: #1496e8;
    color: #ffffff;
    text-decoration: none;
    border-radius: 14px;
    font-weight: 600;
    transition: 0.3s ease;
}

.primary-btn:hover {
    transform: translateY(-3px);
}

/* Right Box */

.stats-wrapper {
    background: #ffffff;
    border: 1px solid #d8ebfa;
    border-radius: 28px;
    padding: 35px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    box-shadow: 0 10px 30px rgba(20,150,232,0.05);
}

.stat-card {
    background: #f8fcff;
    border: 1px solid #d8ebfa;
    border-radius: 20px;
    padding: 35px 20px;
    text-align: center;
    transition: 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-card h3 {
    font-size: 42px;
    color: #1496e8;
    font-weight: 700;
    margin-bottom: 10px;
}

.stat-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #555555;
}

/* Responsive */

@media (max-width: 992px) {
    .about-grid {
        grid-template-columns: 1fr;
    }

    .feature-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .section-heading {
        font-size: 34px;
    }

    .stats-wrapper {
        grid-template-columns: 1fr;
    }

    .about-support-section {
        padding: 70px 0;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4b55bf2 *//* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

/* Section */

.service-packages-section {
    background: #ffffff;
    padding: 100px 0;
    font-family: 'Montserrat', sans-serif;
}

.container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
}

/* Tag */

.section-tag {
    display: inline-block;
    padding: 14px 30px;
    border: 1px solid #c9e7fb;
    border-radius: 50px;
    background: #f8fcff;
    color: #1496e8;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

/* Heading */

.section-heading {
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2;
    color: #111111;
    margin-bottom: 15px;
}

.section-heading span {
    color: #1496e8;
    font-weight: 600;
}

/* Subheading */

.section-subheading {
    font-size: 16px;
    line-height: 1.8;
    color: #666666;
    margin-bottom: 50px;
    max-width: 700px;
}

/* Grid */

.packages-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* Cards */

.package-card {
    background: #ffffff;
    border: 1px solid #d8ebfa;
    border-radius: 24px;
    padding: 38px;
    position: relative;
    overflow: hidden;
    transition: 0.35s ease;
    box-shadow: 0 10px 30px rgba(20, 150, 232, 0.04);
}

/* Bottom Blue Hover Line */

.package-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #1496e8;
    transition: 0.35s ease;
}

.package-card:hover::after {
    width: 100%;
}

.package-card:hover {
    transform: translateY(-6px);
    border-color: #1496e8;
    box-shadow: 0 20px 45px rgba(20, 150, 232, 0.08);
}

/* Icon */

.icon {
    font-size: 30px;
    margin-bottom: 22px;
}

/* Card Heading */

.package-card h3 {
    font-size: 26px;
    color: #111111;
    margin-bottom: 18px;
    font-weight: 600;
    line-height: 1.4;
}

/* Card Text */

.package-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #555555;
}

/* Responsive */

@media (max-width: 992px) {
    .packages-grid {
        grid-template-columns: 1fr;
    }

    .section-heading {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .service-packages-section {
        padding: 70px 0;
    }

    .section-heading {
        font-size: 32px;
    }

    .package-card {
        padding: 28px;
    }

    .package-card h3 {
        font-size: 22px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-361e0bf *//* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

/* Section */

.engagement-section {
    background: #ffffff;
    padding: 100px 0;
    font-family: 'Montserrat', sans-serif;
}

/* IMPORTANT:
container rename kiya gaya hai conflict avoid karne ke liye */

.engagement-container {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}

/* Tag */

.section-tag {
    display: inline-block;
    padding: 14px 30px;
    border: 1px solid #c9e7fb;
    border-radius: 50px;
    background: #f8fcff;
    color: #1496e8;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 auto 30px;
}

/* Heading */

.section-heading {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2;
    color: #111111;
    margin: 0 auto 15px;
    text-align: center;
}

.section-heading span {
    color: #1496e8;
    font-weight: 600;
}

/* Subheading */

.section-subheading {
    font-size: 16px;
    line-height: 1.8;
    color: #666666;
    max-width: 700px;
    margin: 0 auto 55px;
    text-align: center;
}

/* Grid */

.engagement-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

/* Cards */

.engagement-card {
    background: #ffffff;
    border: 1px solid #d8ebfa;
    border-radius: 24px;
    padding: 38px 30px;
    width: 360px;
    position: relative;
    transition: 0.35s ease;
    box-shadow: 0 10px 30px rgba(20,150,232,0.04);
    overflow: hidden;
}

/* Hover Bottom Blue Line */

.engagement-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #1496e8;
    transition: 0.35s ease;
}

.engagement-card:hover::after {
    width: 100%;
}

.engagement-card:hover {
    transform: translateY(-6px);
    border-color: #1496e8;
    box-shadow: 0 20px 45px rgba(20,150,232,0.08);
}

/* Featured Card */

.featured-card {
    border: 1px solid #1496e8;
}

/* Popular Badge */

.popular-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    background: #1496e8;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 50px;
}

/* Icon */

.card-icon {
    font-size: 30px;
    margin-bottom: 20px;
}

/* Title */

.engagement-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 16px;
    line-height: 1.4;
}

/* Text */

.engagement-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #555555;
}

/* Button */

.compare-btn {
    display: inline-block;
    margin-top: 55px;
    padding: 18px 36px;
    border: 1px solid #d8ebfa;
    border-radius: 14px;
    text-decoration: none;
    color: #111111;
    font-weight: 600;
    background: #ffffff;
    transition: 0.3s ease;
}

.compare-btn:hover {
    border-color: #1496e8;
    color: #1496e8;
    transform: translateY(-3px);
}

/* Tablet */

@media (max-width: 992px) {
    .section-heading {
        font-size: 36px;
    }

    .engagement-card {
        width: calc(50% - 20px);
        min-width: 300px;
    }
}

/* Mobile */

@media (max-width: 768px) {
    .engagement-section {
        padding: 70px 0;
    }

    .section-heading {
        font-size: 32px;
    }

    .engagement-card {
        width: 100%;
        padding: 30px 24px;
    }

    .compare-btn {
        width: 100%;
        text-align: center;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-fff04da *//* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

.workflow-section {
    background: #ffffff;
    padding: 100px 0;
    font-family: 'Montserrat', sans-serif;
}

.container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    text-align: center;
}

/* Tag */

.section-tag {
    display: inline-block;
    padding: 14px 30px;
    border: 1px solid #c9e7fb;
    border-radius: 50px;
    background: #f8fcff;
    color: #1496e8;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

/* Heading */

.section-heading {
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2;
    color: #111111;
    margin-bottom: 15px;
}

.section-heading span {
    color: #1496e8;
    font-weight: 600;
}

/* Subheading */

.section-subheading {
    font-size: 16px;
    line-height: 1.8;
    color: #666666;
    margin-bottom: 70px;
}

/* Workflow */

.workflow-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    align-items: start;
}

.workflow-line {
    position: absolute;
    top: 32px;
    left: 8%;
    width: 84%;
    height: 2px;
    background: #d8ebfa;
    z-index: 0;
}

/* Cards */

.workflow-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #d8ebfa;
    border-radius: 20px;
    padding: 55px 18px 28px;
    z-index: 2;
    transition: 0.35s ease;
    box-shadow: 0 10px 30px rgba(20, 150, 232, 0.04);
}

.workflow-card:hover {
    transform: translateY(-6px);
    border-color: #1496e8;
    box-shadow: 0 20px 45px rgba(20, 150, 232, 0.08);
}

/* Step Number */

.step-number {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #1496e8;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(20,150,232,0.15);
}

/* Icon */

.step-icon {
    font-size: 22px;
    margin-bottom: 16px;
}

/* Title */

.workflow-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 10px;
}

/* Text */

.workflow-card p {
    font-size: 13px;
    line-height: 1.6;
    color: #666666;
}

/* Responsive */

@media (max-width: 1100px) {
    .workflow-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    .workflow-line {
        display: none;
    }
}

@media (max-width: 768px) {
    .workflow-wrapper {
        grid-template-columns: 1fr;
    }

    .section-heading {
        font-size: 32px;
    }

    .workflow-section {
        padding: 70px 0;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a418687 *//* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

.industries-section {
    background: #ffffff;
    padding: 100px 0;
    font-family: 'Montserrat', sans-serif;
}

.container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    text-align: center;
}

/* Tag */

.section-tag {
    display: inline-block;
    padding: 14px 30px;
    border: 1px solid #c9e7fb;
    border-radius: 50px;
    background: #f8fcff;
    color: #1496e8;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

/* Heading */

.section-heading {
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2;
    color: #111111;
    margin-bottom: 15px;
}

.section-heading span {
    color: #1496e8;
    font-weight: 600;
}

/* Subheading */

.section-subheading {
    font-size: 16px;
    line-height: 1.8;
    color: #666666;
    max-width: 700px;
    margin: 0 auto 60px;
}

/* Grid */

.industries-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* Card */

.industry-card {
    background: #ffffff;
    border: 1px solid #d8ebfa;
    border-radius: 20px;
    padding: 40px 20px;
    transition: 0.35s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(20,150,232,0.04);
}

/* Bottom Hover Line */

.industry-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #1496e8;
    transition: 0.35s ease;
}

.industry-card:hover::after {
    width: 100%;
}

.industry-card:hover {
    transform: translateY(-6px);
    border-color: #1496e8;
    box-shadow: 0 20px 45px rgba(20,150,232,0.08);
}

/* Icon */

.industry-icon {
    font-size: 28px;
    margin-bottom: 18px;
}

/* Title */

.industry-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: #111111;
    line-height: 1.5;
}

/* Responsive */

@media (max-width: 1100px) {
    .industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .industries-grid {
        grid-template-columns: 1fr;
    }

    .industries-section {
        padding: 70px 0;
    }

    .section-heading {
        font-size: 32px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5d003de *//* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

.advantage-section {
    background: #ffffff;
    padding: 100px 0;
    font-family: 'Montserrat', sans-serif;
}

.container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    text-align: center;
}

/* Tag */

.section-tag {
    display: inline-block;
    padding: 14px 30px;
    border: 1px solid #c9e7fb;
    border-radius: 50px;
    background: #f8fcff;
    color: #1496e8;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

/* Heading */

.section-heading {
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2;
    color: #111111;
    margin-bottom: 15px;
}

.section-heading span {
    color: #1496e8;
    font-weight: 600;
}

/* Subheading */

.section-subheading {
    font-size: 16px;
    line-height: 1.8;
    color: #666666;
    max-width: 750px;
    margin: 0 auto 60px;
}

/* Grid */

.advantage-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

/* Cards */

.advantage-card {
    background: #ffffff;
    border: 1px solid #d8ebfa;
    border-radius: 24px;
    padding: 38px 30px;
    text-align: left;
    position: relative;
    overflow: hidden;
    transition: 0.35s ease;
    box-shadow: 0 10px 30px rgba(20,150,232,0.04);
}

/* Hover Bottom Line */

.advantage-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #1496e8;
    transition: 0.35s ease;
}

.advantage-card:hover::after {
    width: 100%;
}

.advantage-card:hover {
    transform: translateY(-6px);
    border-color: #1496e8;
    box-shadow: 0 20px 45px rgba(20,150,232,0.08);
}

/* Icon */

.card-icon {
    width: 56px;
    height: 56px;
    background: #1496e8;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 22px;
}

/* Title */

.advantage-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #111111;
    margin-bottom: 16px;
    line-height: 1.4;
}

/* Text */

.advantage-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #555555;
}

/* Responsive */

@media (max-width: 1100px) {
    .advantage-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .advantage-grid {
        grid-template-columns: 1fr;
    }

    .advantage-section {
        padding: 70px 0;
    }

    .section-heading {
        font-size: 32px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-95de46f *//* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

.cta-section {
    background: #ffffff;
    padding: 100px 0;
    font-family: 'Montserrat', sans-serif;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

/* Main Box */

.cta-section .container {
    background: #f8fcff;
    border: 1px solid #d8ebfa;
    border-radius: 28px;
    padding: 80px 40px;
    box-shadow: 0 10px 30px rgba(20,150,232,0.04);
}

/* Heading - Premium Thin Style */

.cta-heading {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 56px !important;
    font-weight: 300 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.3px !important;
    color: #111111 !important;
    margin-bottom: 24px !important;
    text-transform: none !important;
    -webkit-text-stroke: 0px !important;
}

/* Subheading */

.cta-subheading {
    max-width: 700px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 1.8;
    color: #555555;
}

/* Buttons */

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

/* Primary Button */

.primary-btn {
    display: inline-block;
    padding: 18px 34px;
    background: #1496e8;
    color: #ffffff;
    text-decoration: none;
    border-radius: 14px;
    font-weight: 600;
    transition: 0.3s ease;
    box-shadow: 0 10px 25px rgba(20,150,232,0.15);
}

.primary-btn:hover {
    transform: translateY(-4px);
}

/* Secondary Button */

.secondary-btn {
    display: inline-block;
    padding: 18px 34px;
    background: #ffffff;
    border: 1px solid #d8ebfa;
    color: #111111;
    text-decoration: none;
    border-radius: 14px;
    font-weight: 600;
    transition: 0.3s ease;
}

.secondary-btn:hover {
    border-color: #1496e8;
    color: #1496e8;
    transform: translateY(-4px);
}

/* Responsive */

@media (max-width: 768px) {
    .cta-section {
        padding: 70px 0;
    }

    .cta-heading {
        font-size: 34px !important;
        line-height: 1.2 !important;
    }

    .cta-section .container {
        padding: 50px 25px;
    }

    .cta-buttons {
        flex-direction: column;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f4167d2 *//* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

.specialist-section {
    background: #ffffff;
    padding: 100px 0;
    font-family: 'Montserrat', sans-serif;
}

.container {
    width: 90%;
    max-width: 1300px;
    margin: auto;
    text-align: center;
}

/* Tag */

.section-tag {
    display: inline-block;
    padding: 12px 28px;
    border: 1px solid #c9e7fb;
    border-radius: 50px;
    background: #f8fcff;
    color: #1496e8;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

/* Heading - Premium Thin Style */

.section-heading {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 56px !important;
    font-weight: 300 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.3px !important;
    color: #111111 !important;
    margin-bottom: 15px !important;
    text-transform: none !important;
    -webkit-text-stroke: 0px !important;
}

.section-heading span {
    color: #1496e8 !important;
    font-weight: 600 !important;
}

/* Subheading */

.section-subheading {
    color: #666666;
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto 50px;
    line-height: 1.8;
}

/* Tabs */

.tabs {
    display: inline-flex;
    background: #ffffff;
    border: 1px solid #d8ebfa;
    border-radius: 14px;
    padding: 6px;
    gap: 8px;
    margin-bottom: 50px;
    box-shadow: 0 8px 20px rgba(20,150,232,0.04);
}

.tab-btn {
    background: transparent;
    border: 0;
    color: #111111;
    padding: 14px 26px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    transition: 0.3s;
}

.tab-btn.active {
    background: #1496e8;
    color: #ffffff;
    box-shadow: 0 0 20px rgba(20,150,232,0.18);
}

/* Cards */

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.specialist-card {
    background: #ffffff;
    border: 1px solid #d8ebfa;
    border-radius: 22px;
    padding: 40px 30px;
    transition: 0.35s ease;
    box-shadow: 0 10px 25px rgba(20,150,232,0.03);
}

.specialist-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(20,150,232,0.08);
    border-color: #1496e8;
}

.icon {
    font-size: 34px;
    margin-bottom: 20px;
}

/* Card Heading */

.specialist-card h3 {
    color: #111111;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1.4;
}

/* Card Text */

.specialist-card p {
    color: #555555;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* Small Badge */

.specialist-card span {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #c9e7fb;
    border-radius: 50px;
    background: #f8fcff;
    color: #1496e8;
    font-size: 13px;
    font-weight: 600;
}

/* Main Button */

.main-btn {
    display: inline-block;
    margin-top: 45px;
    background: #1496e8;
    color: #ffffff;
    text-decoration: none;
    padding: 18px 36px;
    border-radius: 12px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 12px 30px rgba(20,150,232,0.15);
    transition: 0.3s;
}

.main-btn:hover {
    background: #0f88d3;
    transform: translateY(-2px);
}

/* Tab Content */

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* Tablet */

@media (max-width: 992px) {
    .cards-grid {
        grid-template-columns: 1fr;
    }

    .section-heading {
        font-size: 42px !important;
    }
}

/* Mobile */

@media (max-width: 768px) {
    .specialist-section {
        padding: 70px 0;
    }

    .tabs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .section-heading {
        font-size: 34px !important;
        line-height: 1.2 !important;
    }

    .tab-btn {
        padding: 12px 18px;
        font-size: 14px;
    }
}

/* Heading ko proper same style dene ke liye ye replace karo */

.section-heading {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 56px !important;
    font-weight: 300 !important;
    line-height: 1.25 !important;
    letter-spacing: 0.3px !important;
    color: #111111 !important;
    margin-bottom: 15px !important;
    text-transform: none !important;
    -webkit-text-stroke: 0px !important;
}

.section-heading span {
    color: #1496e8 !important;
    font-weight: 300 !important; /* yahi fix hai */
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4e99997 *//* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');

.faq-section {
    background: #ffffff;
    padding: 100px 0;
    font-family: 'Montserrat', sans-serif;
}

.container {
    width: 90%;
    max-width: 1100px;
    margin: auto;
    text-align: center;
}

/* Tag */

.section-tag {
    display: inline-block;
    padding: 14px 30px;
    border: 1px solid #c9e7fb;
    border-radius: 50px;
    background: #f8fcff;
    color: #1496e8;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

/* Heading */

.section-heading {
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2;
    color: #111111;
    margin-bottom: 15px;
}

.section-heading span {
    color: #1496e8;
    font-weight: 700;
}

/* Subheading */

.section-subheading {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    margin-bottom: 55px;
}

/* FAQ */

.faq-wrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: left;
}

.faq-item {
    background: #ffffff;
    border: 1px solid #d8ebfa;
    border-radius: 18px;
    padding: 0;
    overflow: hidden;
    transition: 0.3s ease;
    box-shadow: 0 8px 25px rgba(20,150,232,0.03);
}

.faq-item[open] {
    border-color: #1496e8;
    box-shadow: 0 15px 35px rgba(20,150,232,0.06);
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 24px 28px;
    font-size: 18px;
    font-weight: 600;
    color: #111111;
    position: relative;
    padding-right: 70px;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

/* Plus Icon */

.faq-item summary::after {
    content: "+";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid #c9e7fb;
    background: #f8fcff;
    color: #1496e8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
}

.faq-item[open] summary::after {
    content: "×";
}

/* Answer */

.faq-item p {
    padding: 0 28px 28px;
    font-size: 15px;
    line-height: 1.9;
    color: #555555;
}

/* Responsive */

@media (max-width: 768px) {
    .faq-section {
        padding: 70px 0;
    }

    .section-heading {
        font-size: 32px;
    }

    .faq-item summary {
        font-size: 16px;
        padding: 20px;
        padding-right: 60px;
    }

    .faq-item p {
        padding: 0 20px 22px;
        font-size: 14px;
    }
}/* End custom CSS */