/*
CTC Separate Stylesheet
Updated: 2026-09-05 04:50:06
*/

.custom-blog-header {
    width: 100%;
    padding: 55px 0 30px;
 
}
.custom-blog-category {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 50px;
    background: #FFFFFF;
    color: #C84A1B;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.2;
}

.custom-blog-category-dot {
    width: 8px;
    height: 8px;
    background: #d24d20;
    border-radius: 50%;
    display: inline-block;
}


.custom-blog-title {
    margin: 22px 0 30px;
    font-size: clamp(40px, 5vw, 52px);
    line-height: 1.03;
    font-weight: 700;
    color: #092348;
    letter-spacing: -1.3px;
    padding-bottom: 20px;
    border-bottom: 0.67px solid #10213E1A;
	max-width: 880px;
}


.custom-blog-meta {
    display: flex;
    align-items: center;
    gap: 18px;

    color: #10213E;
    font-size: 12px;
}


.custom-blog-author {
    display: flex;
    align-items: center;
    gap: 12px;
}


.custom-blog-author-avatar {
    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #092348;
    color: #ffffff;

    font-size: 16px;
    font-weight: 700;
}


.custom-blog-author-name {
    font-weight: 700;
    margin-bottom: 3px;
    font-size: 13.5px;
}


.custom-blog-author-description {
    font-size: 12px;
    color: #2D3B54;
	font-weight: 700;
}


.custom-blog-meta-separator {
    width: 1px;
    height: 14px;
    background: #b8c0cb;
}


.custom-blog-meta-item {
    font-size: 12.5px;
    font-weight: 600;
    color: #2D3B54;
}


/* =========================
   TABLE OF CONTENTS
   ========================= */

.custom-blog-toc {
    margin: 0px 0 30px;
    padding: 0 24px 24px;

  
    border-radius: 8px;
}


.custom-blog-toc-title {
    margin-bottom: 15px;
    font-size: 11px;
    font-weight: 700;
    line-height: 17.6px;
    color: #2D3B54;
    text-transform: uppercase;
    letter-spacing: 1.32px;
}

.custom-blog-toc-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-left: 2px solid #e5e8ec;
    padding-left: 16px;
}


.custom-blog-toc-item {
    color: #2D3B54;
    text-decoration: none;
    font-size: 12.5px;
    line-height: 16.88px;
    font-weight: 600;
    transition: .2s ease;
    margin-bottom: 8px;
}


.custom-blog-toc-item:hover {
    color: #c94c20;
}


.custom-blog-toc-subitem {
    font-size: 12.5px;
    font-weight: 600;
}


@media (max-width: 767px) {

    .custom-blog-header {
        padding: 35px 0 25px;
    }

    .custom-blog-title {
        font-size: 36px;
        line-height: 1.08;
    }

    .custom-blog-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .custom-blog-meta-separator {
        display: none;
    }

}

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Poppins:wght@400;500;600;700;800&display=swap');


h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
	
}
span.footer-head-color {
    color: #C84A1B;
}
/* =========================================
   EMPOWER CONTACT FORM 7
========================================= */
/* Card Container */
.custom-cf7-wrapper {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 24px;
  margin: 0 auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  box-sizing: border-box;
}

/* Title */
.custom-cf7-wrapper .cf7-title {
    color: #10213E;
    margin-top: 0;
    margin-bottom: 28px;
    font-family: DM Sans;
    font-weight: 700;
    font-size: 19px;
    line-height: 30.4px;
}

/* Layout Grid */
.custom-cf7-wrapper .cf7-row {
    display: flex;
    gap: 14px;
    margin-bottom: 14.53px;
}

.custom-cf7-wrapper .cf7-col {
  flex: 1;
}

.custom-cf7-wrapper .cf7-field {
  margin-bottom: 18px;
}

/* Labels */
.custom-cf7-wrapper label {
    color: #2D3B54;
    font-family: DM Sans;
    font-weight: 600;
    font-size: 12px;
    line-height: 19.2px;
}

/* Input Fields & Textarea */
.custom-cf7-wrapper input[type="text"],
.custom-cf7-wrapper input[type="tel"],
.custom-cf7-wrapper input[type="email"],
.custom-cf7-wrapper textarea {
  width: 100%;
  background-color: #f7f4ee;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 10.33px 14.33px;
  font-size: 15px;
  color: #333333;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.custom-cf7-wrapper input::placeholder,
.custom-cf7-wrapper textarea::placeholder {
  color: #8c8881;
}

.custom-cf7-wrapper input:focus,
.custom-cf7-wrapper textarea:focus {
  background-color: #ffffff;
  border-color: #d12e13;
}

.custom-cf7-wrapper textarea {
  height: 77px;
  resize: vertical;
}

/* Checkbox Section */
.custom-cf7-wrapper .cf7-checkbox-field {
  margin: 20px 0 24px;
}

.custom-cf7-wrapper .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: flex-start;
}

.custom-cf7-wrapper .wpcf7-list-item-label {
    color: #657087;
    font-family: DM Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.custom-cf7-wrapper input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-top: 2px;
  accent-color: #d12e13;
  flex-shrink: 0;
}

/* Submit Button */
.custom-cf7-wrapper .cf7-submit-wrapper input[type="submit"] {
  width: 100%;
  background-color: #d14913;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  padding: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.custom-cf7-wrapper .cf7-submit-wrapper input[type="submit"]:hover {
  background-color: #b83d0d;
}

/* Footer Phone */
.custom-cf7-wrapper .cf7-footer-phone {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #556070;
}

.custom-cf7-wrapper .cf7-footer-phone svg {
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
  top: -1px;
}

.custom-cf7-wrapper .cf7-footer-phone strong {
  color: #111e38;
}

/* Responsive Mobile Fix */
@media (max-width: 580px) {
  .custom-cf7-wrapper {
    padding: 24px 20px;
  }
  .custom-cf7-wrapper .cf7-row {
    flex-direction: column;
    gap: 0;
  }
}
/* Contact Form 7 ke andar ke sabhi <br> tags ko hide karne ke liye */
.custom-cf7-wrapper br {
  display: none !important;
}

/* CF7 ke auto-generated <p> tags ki extra spacing hatane ke liye (agar zarurat ho) */
.custom-cf7-wrapper p {
  margin: 0;
  padding: 0;
}

.banne-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.banne-eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #C84A1B;
    box-shadow: 0 0 0 4px rgba(200, 74, 27, 0.12);
    animation: pulse-dot 1.6s ease-out infinite;
}

@keyframes pulse-dot {
    0% {
        box-shadow: 0 0 0 0 rgba(200, 74, 27, 0.12);
    }

    70% {
        box-shadow: 0 0 0 6px rgba(200, 74, 27, 0.12);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(200, 74, 27, 0.12);
    }
}

.banne-eyebrow-green {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.banne-eyebrow-green::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #228A52;
    box-shadow: 0 0 0 4px rgba(34, 138, 82, 0.12);
    animation: pulse-dot-green 1.6s ease-out infinite;
}

@keyframes pulse-dot-green {
    0% {
        box-shadow: 0 0 0 0 rgba(34, 138, 82, 0.12);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(34, 138, 82, 0.12);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(34, 138, 82, 0.12);
    }
}
.white-in-para strong {
    font-weight: 400;
    color: #FFFFFF;
}
.italic-color em {
    font-family: DM Serif Display;
    color: #C84A1B;
}
.bold-color strong {
    font-weight: 600;
    line-height: 100%;
    color: #10213E;
}

.yellow-para strong {
    color: #E9BD40;
    font-weight: 400;
}
.dark-para strong {
    font-weight: 400;
    color: #10213E;
}
.img-logos img {
    opacity: 62%;
}
/* number animation  */
/* =========================================
   PROCESS STEPS
========================================= */

.process-steps {
    --orange: #C84A1B;
    --grey-line: #D9DDE3;

    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: 100%;
}


/* =========================================
   GREY BACKGROUND LINE
========================================= */

.process-steps::before {
    content: "";
    position: absolute;
    left: 10%;
    width: 80%;
    top: 22px;
    height: 1px;
    background: #D9DDE3;
    z-index: 0;
}


/* =========================================
   ORANGE ANIMATED LINE
========================================= */

.process-steps::after {
    content: "";
    position: absolute;
    left: 10%;
    width: var(--line-progress, 0%);
    top: 22px;
    height: 2px;
    background: #C84A1B;
    z-index: 1;
    transition: width 0.05s linear;
}


/* =========================================
   EACH STEP
========================================= */

.process-step {
    position: relative;

    z-index: 2;

    text-align: center;

    min-width: 0;
}


/* =========================================
   NUMBER CIRCLE
========================================= */

.process-step .step-number {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #D9DDE3;
    color: #17233B;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 3;
    transition:
        background 0.35s ease,
        border-color 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease;
}


/* =========================================
   ACTIVE NUMBER
========================================= */

.process-step.active .step-number{
    background: #C84A1B;
    border-color: #C84A1B;
    color: #FFFFFF !important;
		
}
.process-step.active .step-number h2{
    color: #FFFFFF !important;
	
}
/* =========================================
   ACTIVE TITLE
========================================= */
.process-step.active .step-title {
    color: #C84A1B;
}
/* =========================================
   MOBILE
========================================= */
@media (max-width: 767px) {

    .process-steps {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .process-steps::before {
        top: 22px;
        bottom: 22px;
        left: 22px;
        right: auto;
        width: 1px;
        height: auto;
    }
    .process-steps::after {
        left: 22px;
        top: 22px;
        width: 2px;
        height: var(--line-progress, 0%);
        max-width: none;
    }
    .process-step {
        display: grid;
        grid-template-columns: 44px 1fr;
        column-gap: 20px;
        text-align: left;
    }
    .process-step .step-number {
        grid-row: span 2;
        margin: 0;
    }
}
.process-step .step-number {
    color: #000000 !important; /* Normal number = black */
/*     background: #FFFFFF; */
    border: 1px solid #D9DDE3;

}

/* top-right quotation mark */
.three-cards {
    position: relative;
}

.three-cards::after {
    content: "”";
    position: absolute;
    top: 20px;
    right: 25px;
    font-family: Georgia, serif, sans-serif;
    font-size: 130px;
    line-height: 1;
    color: #C84A1B47; /* Quote ka dark brown/red dish color */
    pointer-events: none;
}
.para-with-diff strong {
    font-family: DM Serif Display;
    font-weight: 400;
    font-style: Italic;
    color: #F4A170;
}



/* Parent Container par counter reset karein */
/* Parent Container: Counter Reset */
.card-container-wrapper {
  counter-reset: card-counter;
}

/* Individual Card Container */
.count-card {
  position: relative !important;
  counter-increment: card-counter;
}

/* Dynamic Top-Right Counting Number */
.count-card::before {
  content: counter(card-counter, decimal-leading-zero);
  
  /* Absolute Positioning (Forced to Right Corner) */
  position: absolute !important;
  top: 20px !important;
  right: 19.6px !important;
  left: auto !important;
  bottom: auto !important;
  
  /* Flex item offset prevention */
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  
  /* Typography & Styling */
  font-family: 'DM Serif Display', serif !important;
  font-weight: 400;
  font-style: italic;
  font-size: 44px;
  line-height: 1 !important;
  letter-spacing: 0px;
  
  /* Color matching image tone */
  color: #C84A1B24;
  z-index: 5;
	border:none;

}
.elementor-198 .elementor-element.elementor-element-4ed1a1f > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #10213E1A;
    border-radius: 16px;
}
.elementor-198 .elementor-element.elementor-element-4ed1a1f > .e-n-accordion > .e-n-accordion-item[open] > .e-n-accordion-item-title {
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-radius: 16px 16px 0 0;
}
.faq-container span.e-n-accordion-item-title-icon {
    width: 24px !important;
    background: #C84A1B1A;
    border-radius: 999px;
    height: 24px !important;
    justify-content: center;
}
/* 2nd page accordion */


.elementor-700 .elementor-element.elementor-element-02ecc4e > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title {
    background-color: #F7F3ED;
    border-style: solid;
   border-width: 1px 1px 1px 1px;
    border-color: #10213E1A;
	 border-radius: 16px;
}
.elementor-700 .elementor-element.elementor-element-02ecc4e > .e-n-accordion > .e-n-accordion-item[open] > .e-n-accordion-item-title {
    border-style: solid;
   border-width: 1px 1px 0px 1px;
    border-radius: 16px 16px 0 0;
    border-color: #10213E1A;
}

.sec-tabs .e-n-tabs-heading {
    max-width: 1116px;
    margin: 0 auto;
    background: #10213E0F;
    padding: 5px;
    border-radius: 999px;
}
.two-tab-sec .e-n-tabs-heading {
    max-width: 1116px;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 6px;
    border-radius: 999px;
    margin-left: 0;
}
.black-text strong {
    color: #10213E;
}
.white-text strong {
	color: #fff;}

/* 3rd page accordion */

.elementor-133 .elementor-element.elementor-element-d1995ab > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title {
    background-color: #F7F3ED;
    border-style: solid;
   border-width: 1px 1px 1px 1px;
    border-color: #10213E1A;
	 border-radius: 16px;
}
.elementor-133 .elementor-element.elementor-element-d1995ab > .e-n-accordion > .e-n-accordion-item[open] > .e-n-accordion-item-title {
    border-style: solid;
   border-width: 1px 1px 0px 1px;
    border-radius: 16px 16px 0 0;
    border-color: #10213E1A;
}
/* 4th page accordion */

.elementor-138 .elementor-element.elementor-element-1441a5b > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title{
    border-style: solid;
   border-width: 1px 1px 1px 1px;
    border-color: #10213E1A;
	 border-radius: 16px;
}
.elementor-138 .elementor-element.elementor-element-1441a5b > .e-n-accordion > .e-n-accordion-item[open] > .e-n-accordion-item-title {
    border-style: solid;
   border-width: 1px 1px 0px 1px;
    border-radius: 16px 16px 0 0;
    border-color: #10213E1A;
}
.op-35{
	opacity:35%;
}
.orange-txt strong{
	color:#C84A1B;
}

/* process box */

.process-grid {
    position: relative;
}

/* Connecting line */
.process-grid::before {
    content: "";
    position: absolute;
    left: 7%;
    right: 7%;
    top: 43px;
    height: 2px;
    background: rgba(255, 255, 255, 0.18);
    z-index: 0;
}

/* Icons */
.process-box .elementor-icon {
    position: relative;
    z-index: 2;
}

/* Common number style */
.process-box .elementor-icon::after {
    position: absolute;
    top: -10px;
    right: -10px;

    width: 31px;
    height: 31px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #C84A1B;
    color: #fff;

    font-size: 12px;
    font-weight: 600;
    line-height: 1;

    z-index: 5;
}

/* Numbers */
.process-box:nth-child(1) .elementor-icon::after {
    content: "1";
}

.process-box:nth-child(2) .elementor-icon::after {
    content: "2";
}

.process-box:nth-child(3) .elementor-icon::after {
    content: "3";
}

.process-box:nth-child(4) .elementor-icon::after {
    content: "4";
}

.process-box:nth-child(5) .elementor-icon::after {
    content: "5";
}

/* Each icon box */
.process-box {
    position: relative;
}

/* Icon ko upar rakho */
.process-box .elementor-icon {
    position: relative;
    z-index: 3;
}

/* Connecting line */
.process-box:not(:last-child)::after {
    content: "";
    position: absolute;

    top: 26px;
    left: 50%;
    
    width: 100%;
    height: 1px;

    background: #FFFFFF21;

    z-index: 1;
}
@media (max-width: 767px) {
    .process-box:not(:last-child)::after {
        display: none;
    }
}

/* ankiety-card */

.ankiety-grid {
    counter-reset: card-count;
}

.ankiety-card {
    position: relative !important;
    counter-increment: card-count;
    overflow: hidden !important; /* Extra border/overflow cut karne ke liye */
}

/* Extra/Inner borders and outline reset */
.ankiety-card *,
.ankiety-card ::before,
.ankiety-card ::after {
    box-shadow: none !important;
    outline: none !important;
}

/* Child elements border reset */
.ankiety-card > div,
.ankiety-card .e-con,
.ankiety-card .elementor-widget-container {
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
}

/* Large background number */
.ankiety-card::before {
    content: counter(card-count);

    position: absolute !important;
    top: -14px !important;
    right: 9px !important;
    left: auto !important;

    font-family: "DM Serif Display", Georgia, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 88px;
    line-height: 1;
    letter-spacing: 0;
    text-align: right;

    color: #FFFFFF0D;

    border: none !important;
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

/* Content stays above number */
.ankiety-card > * {
    position: relative;
    z-index: 1;
}

/* Linear Gradient Class */
.bg-linear-gradient {
    background: linear-gradient(
        135deg,
        #DD542329 0%,
        #DD54230D 100%
    );
}

/* 4th Card/Gradient Card Number Color */
.ankiety-card.bg-linear-gradient::before,
.ankiety-card:nth-child(4)::before {
    color: #C84A1B29 !important;
}




/* blog card  */
.custom-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
}


/* Card */

.custom-blog-card {
    background: #ffffff;
    border: 1px solid rgba(5, 13, 24, 0.08);
    border-radius: 16px;
    padding: 28px 28px 24px;
    min-height: 330px;

    display: flex;
    flex-direction: column;

    box-shadow: 0 8px 30px rgba(5, 13, 24, 0.05);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}


/* Hover */

.custom-blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(5, 13, 24, 0.10);
    border-color: rgba(200, 74, 27, 0.18);
}


/* Top */

.custom-blog-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 22px;
}



/* Date */

.custom-blog-date {
    color: #8A94A6;

    font-size: 13px;
    font-weight: 400;

    white-space: nowrap;
}


/* Title */

.custom-blog-titlee {
    margin: 0 0 14px;
}

.custom-blog-title a {
    color: #071A35;

    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;

    text-decoration: none;

    transition: color 0.3s ease;
}

.custom-blog-card:hover .custom-blog-title a {
    color: #C84A1B;
}


/* Excerpt */

.custom-blog-excerpt {
    color: #536174;

    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;

    max-width: 95%;
}


/* Footer */

.custom-blog-footer {
    margin-top: auto;
    padding-top: 28px;

    display: flex;
    align-items: center;

    gap: 12px;
}


/* Author */

.custom-blog-author {
    display: flex;
    align-items: center;
    gap: 9px;

    min-width: 0;
}


/* Avatar */

.custom-author-avatar {
    width: 30px;
    height: 30px;

    flex: 0 0 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #071A35;
    color: #ffffff;

    font-size: 10px;
    font-weight: 600;
}


/* Author name */

.custom-author-name {
    color: #071A35;

    font-size: 13px;
    font-weight: 500;

    white-space: nowrap;
}


/* Divider */

.custom-blog-divider {
    width: 1px;
    height: 24px;

    background: rgba(5, 13, 24, 0.10);

    margin: 0 4px;
}


/* Reading time */

.custom-reading-time {
    color: #536174;

    font-size: 13px;
    font-weight: 400;

    white-space: nowrap;
}


/* Arrow */

.custom-blog-arrow {
    margin-left: auto;

    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #071A35;

    text-decoration: none;

    font-size: 24px;
    line-height: 1;

    transition:
        transform 0.3s ease,
        color 0.3s ease;
}

.custom-blog-arrow:hover {
    color: #C84A1B;
    transform: translateX(4px);
}


/* Tablet */

@media (max-width: 1024px) {

    .custom-blog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* Mobile */

@media (max-width: 767px) {

    .custom-blog-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .custom-blog-card {
        min-height: auto;
        padding: 24px 22px 22px;
    }

    .custom-blog-titlee a {
        font-size: 21px;
    }

    .custom-blog-footer {
        padding-top: 24px;
    }

}







