/* ==========================================================================
   1. BASE STYLES (Desktop / Default)
   ========================================================================== */

/* --- Recent Work Section Start --- */
.recentWork { padding: 80px 0; }

.recentWork .main {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
}

.recentWork .main h2 {
  font-size: 46px;
  font-weight: 500;
  color: #333333;
  line-height: 60px;
  margin-bottom: 20px;
}

.recentWork .main h2 span {
  font-family: "Scotch Text Comp Sm It", serif;
  position: relative;
  z-index: 1;
  font-size: 58px;
  color: #d01f30;
}

.recentWork .main h2 span::before {
  content: "";
  border-bottom: 7px solid #e3725d;
  height: 7px;
  position: absolute;
  width: 100%;
  bottom: 10px;
  z-index: -1;
}

.recentWork .main p {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 32px;
}

/* --- Slider Logic --- */
.recentWork .founderSlider {
  position: relative;
  margin-top: 50px;
}

.recentWork .slider-info img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* --- Slider Navigation --- */
.recentWork .founder-slider-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.recentWork .founder-slider-nav .swiper-button {
  border: 1px solid #333333;
  padding: 10px 25px;
  border-radius: 25px;
  cursor: pointer;
  line-height: 1;
}

.recentWork .founder-slider-nav .swiper-button svg {
  font-size: 20px;
}

.recentWork .founder-slider-nav .swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* --- Recent Work Section End --- */


/* --- Concept Research Section Start --- */

.concept-research {
    padding: 0 0 80px;
    overflow: hidden;
}

.concept-research .mobile-only {
    display: none;
}
.concept-research .desktop-only {
    display: block;
}

.concept-research .text-item,
.concept-research .mobile-only h2 {
    font-size: 110px;
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
    transition: 0.5s;
    line-height: 1.1;
}

.concept-research .top-row,
.concept-research .bottom-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.concept-research .bottom-row {
    gap: 50px;
}

.concept-research .border-text,
.concept-research .mobile-only h2 span {
    color: #fff;
    -webkit-text-stroke: 2px #333333; 
}

.concept-research .text-item span {
    position: relative;
    width: 160px;
    display: inline-flex;
    transition: 0.5s;
    overflow: hidden;
    margin-left: -6px;
    /*vertical-align: middle;*/
}

.concept-research .text-item span::before {
    content: "";
    position: absolute;
    width: 158px;
    height: 91px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.5s;
}

.concept-research .text-item.kick span {
    position: relative;
    width: 218px;
    display: inline-flex;
    transition: 0.5s;
    overflow: hidden;
    margin-left: -6px;
    margin-right: 10px;
}

.concept-research .text-item.kick span::before {
    content: "";
    position: absolute;
    width: 218px;
    height: 96px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.5s;
}

.concept-research .top-row .text-item span::before {
    background-image: url('/wp-content/uploads/2026/04/cpti.png');
}

.concept-research .bottom-row .text-item.kick span::before {
    background-image: url('/wp-content/uploads/2026/04/kick.png');
}

.concept-research .text-item:hover span {
    width: 90px;
}

.concept-research .text-item:hover span::before {
    opacity: 0;
    z-index: -1;
}

.concept-research .launch-text .small-u {
    width: 0;
    opacity: 0;
    overflow: hidden;
    transition: 0.5s;
}

.concept-research .launch-text .large-u {
    width: 175px;
    opacity: 1;
    transition: 0.5s;
    margin-left: -5px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    display: inline-flex;
}

.concept-research .launch-text .large-u .launch-gif {
    position: absolute;
    width: 100px;
    height: auto;
    margin: auto;
    left: 0;
    right: 0;
    top: -10px;
    border: 0;
}

.concept-research .launch-text:hover .large-u {
    opacity: 0;
    width: 0;
}

.concept-research .launch-text:hover .small-u {
    opacity: 1;
    width: 75px;
}

/* --- Concept Research Section End --- */



/* --- Cta Form Section Start --- */

.main-cta-form {
    padding: 150px 0;
    background-image: url('/wp-content/uploads/2026/04/cta-scaled.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
}


.main-cta-form .container {
    position: relative;
    z-index: 2;
}

.main-cta-form .main-info {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.main-cta-form h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.main-cta-form .cta-form-wrapper {
    display: flex;
    background: #fff;
    padding: 8px;
    border-radius: 60px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
    align-items: center;
}

.main-cta-form input.form-control {
    border: none !important;
    background: transparent !important;
    padding: 0 30px;
    height: 55px;
    font-size: 18px;
    color: #333;
    flex: 1;
    outline: none !important;
    box-shadow: none !important;
}

.main-cta-form .roundRedBtn {
    background-color: #d01f30;
    color: #fff;
    padding: 15px 45px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    border: 1px solid #d01f30;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.main-cta-form .roundRedBtn:hover {
    background-color: #fff;
    color: #d01f30;
}

/* --- Cta Form Section End --- */

/* --- Brand Worth Section Start --- */

.brand-worth {
    padding: 80px 0 0;
    background-color: #181a1d;
    color: #fff;
}

.brand-worth .main {
    text-align: center;
    margin-bottom: 50px;
}

.brand-worth .main h2 {
    font-size: 46px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 20px;
}

.brand-worth .main h2 span {
    font-family: "Scotch Text Comp Sm It", serif;
    position: relative;
    z-index: 1;
    font-size: 58px;
}

.brand-worth .main h2 span::before {
    content: "";
    border-bottom: 7px solid #e3725d;
    position: absolute;
    width: 100%;
    bottom: 8px;
    left: 0;
    z-index: -1;
}

.brand-worth .main p {
    font-size: 20px;
    line-height: 1.6;
    width: 65%;
    margin: auto;
}

.brand-worth .tabs-nav {
    display: flex;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #353535;
}

.brand-worth .tab-item {
    padding: 25px 20px;
    border-right: 1px solid #353535;
    flex: 1;
    cursor: pointer;
    text-align: center;
    transition: 0.3s;
}

.brand-worth .tab-item:last-child { border-right: none; }

.brand-worth .tab-item span {
    font-size: 20px;
    color: #939393;
    margin: 0;
}

.brand-worth .tab-item.active {
    position: relative;
    background: rgba(255,255,255,0.02);
}

.brand-worth .tab-item.active::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%;
    border-top: 2px solid #fff;
}

.brand-worth .tab-item.active span { color: #fff; }

.brand-worth .tab-grid {
    display: none;
    grid-template-columns: 1.2fr 1fr;
}

.brand-worth .tab-grid.active { display: grid; }

.brand-worth .left-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-worth .right-col {
    padding: 50px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.brand-worth .right-col h3 { font-size: 58px; line-height: 1.2; margin: 0; }
.brand-worth .right-col p { font-size: 20px; width: 80%; line-height: 1.6; }

.brand-worth .icon-btn {
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

/* --- Brand Worth Section End --- */


/* --- Work Experience Section Start --- */
.work-experience {
    padding: 100px 0;
    background-color: #181a1d;
}

.work-experience .work-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
}

.work-experience .work-left {
    position: relative;
}

.work-experience .work-left .count {
    font-size: 300px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin: 0;
    text-align: center;
}

.work-experience .work-left .sideTitle {
    transform: rotate(-90deg);
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
    text-align: right;
    position: absolute;
    top: 120px;
    right: 110px;
}

.work-experience .work-left .sideTitle span {
    font-family: "Scotch Text Comp Sm It", serif;
    font-size: 32px;
    display: block;
    text-transform: lowercase;
}

.work-experience .work-right {
    border-left: 1px solid rgba(200, 200, 200, 0.14);
    padding: 10px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.work-experience .work-right p {
    font-size: 22px;
    font-weight: 400;
    line-height: 38px;
    color: #fff;
    margin-bottom: 30px;
}

/* --- Work Experience Section End --- */

/* --- Award Winning Section Start --- */

.award-winning {
    padding: 0 0 80px;
    background-color: #181a1d;
}

.award-winning .award-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: center;
}

.award-winning .award-left img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    display: block;
}

.award-winning .award-right h2 {
    font-size: 46px;
    font-weight: 500;
    color: #fff;
    line-height: 60px;
    margin-bottom: 20px;
}

.award-winning .award-right h2 span {
    font-family: "Scotch Text Comp Sm It", serif;
    position: relative;
    font-size: 58px;
    z-index: 2;
}

.award-winning .award-right h2 span::before {
    content: "";
    border-bottom: 7px solid #e3725d;
    height: 7px;
    position: absolute;
    width: 100%;
    bottom: 8px;
    left: 0;
    z-index: -1;
}

.award-winning .award-right .award-desc p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 32px;
}

.award-winning .stats-listing {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    justify-items: center;
    position: relative;
    margin-top: 80px;
}

/* Vertical and Horizontal Divider Lines */
.award-winning .stats-listing::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #404040;
    top: 0; left: 0; right: 0; margin: auto;
}

.award-winning .stats-listing::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #404040;
    top: 0; bottom: 0; left: 0; right: 0; margin: auto;
}

.award-winning .stat-item {
    text-align: center;
    padding: 10px;
}

.award-winning .stat-item .statTitle {
    font-size: 16px;
    font-weight: 500;
    color: #9b9b9b;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.award-winning .stat-item p {
    font-size: 75px;
    font-weight: 700;
    color: #fff;
    line-height: 73px;
    margin: 0;
}

/* --- Award Winning Section End --- */

/* --- Service Industry Section Start --- */
.services-industry {
    padding: 60px 0 80px;
}

.services-industry .main-info h2 {
    font-size: 46px;
    font-weight: 500;
    line-height: 60px;
    text-align: center;
    margin-bottom: 30px;
}

.services-industry .main-info h2 span {
    font-family: "Scotch Text Comp Sm It", serif;
    position: relative;
    font-size: 58px;
}

.services-industry .main-info h2 span::before {
    content: "";
    border-bottom: 7px solid #e3725d;
    height: 7px;
    bottom: 10px;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.services-industry .main-info p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #666666;
    text-align: center;
    width: 65%;
    margin: auto;
}

.services-industry .grid-info {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.services-industry .grid-info:nth-child(even) {
    flex-direction: row-reverse;
}

.services-industry .left-info {
    width: 45%;
}

.services-industry .left-info h3 {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333333;
}

.services-industry .left-info h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333333;
}

.services-industry .left-info p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
    color: #666666;
}

.services-industry .left-info ul {
    list-style: none;
    display: flex;
    padding: 0;
    gap: 10px;
    flex-wrap: wrap;
}

.services-industry .left-info li {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
    color: #666666;
    background-color: #eeeeee;
    border-radius: 50px;
    transition: all 0.3s ease-in;
}

.services-industry .left-info li:hover {
    color: #c30010;
}

.services-industry .right-info {
    width: 45%;
}

.services-industry .right-info img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

/* --- Service Industry Section End --- */

/* --- Client Says Section Start --- */

.clientSays {
    padding: 80px 0; 
    background-color: #181a1d; 
}
.clientSays .main { 
    text-align: center;
    margin-bottom: 40px;
}
.clientSays .main h2 { 
    font-size: 46px;
    color: #fff;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 20px;
}

.clientSays .main h2 span { font-family: "Scotch Text Comp Sm It", serif; position: relative; font-size: 58px; z-index: 1; }
.clientSays .main h2 span::before { content: ""; border-bottom: 7px solid #e3725d; position: absolute; width: 100%; bottom: 8px; z-index: -1; }

.clientSays .main p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #fff;
    width: 65%;
    margin: auto;
}

.clientSays .masonryGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

/* Grid Logic */
.clientSays .item1 { grid-area: 1 / 1 / 5 / 2; }
.clientSays .item2 { grid-area: 1 / 2 / 4 / 3; }
.clientSays .item3 { grid-area: 1 / 3 / 4 / 4; }
.clientSays .item4 { grid-area: 1 / 4 / 5 / 5; }
.clientSays .item5 { grid-area: 5 / 1 / 7 / 2; }
.clientSays .item6 { grid-area: 4 / 2 / 7 / 3; }
.clientSays .item7 { grid-area: 4 / 3 / 8 / 4; }
.clientSays .item8 { grid-area: 5 / 4 / 7 / 5; }
.clientSays .item9 { grid-area: 7 / 1 / 11 / 2; }
.clientSays .item10 { grid-area: 7 / 2 / 10 / 3; }
.clientSays .item11 { grid-area: 8 / 3 / 11 / 4; }
.clientSays .item12 { grid-area: 7 / 4 / 11 / 5; }

/* Box Styles */
.clientSays .boxItem { border-radius: 12px; padding: 20px; position: relative; background-color: #d01f30; overflow: hidden; }
.clientSays .boxItem .content { height: 100%; display: flex; flex-direction: column; justify-content: space-between; z-index: 2; position: relative; }
.clientSays .boxItem .headLine { font-size: 46px; color: #fff; line-height: 1; font-weight: 600;}
.clientSays .boxItem .headLine span {  font-family: "Scotch Text Comp Sm It", serif; font-size: 50px; }
.clientSays .boxItem p { font-size: 20px; line-height: 1.5; color: #fff; }
.clientSays .boxItem .image { text-align: right; }

/* Image Styles */
.clientSays .imageItem { position: relative; height: 100%; }
.clientSays .imageItem img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px; }
.clientSays .imageItem .info {
    position: absolute; bottom: 0; left: 0; padding: 15px;
    background-color: #d01f30; border-top-right-radius: 12px; border-bottom-left-radius: 12px; width: 60%;
    z-index: 3;
}
.clientSays .imageItem .info .clientName { font-size: 20px; font-weight: 600; color: #fff; margin: 0; }
.clientSays .imageItem .info p { font-size: 16px; color: #fff; margin: 0; }

/* --- Specific Decorations & Colors --- */
.clientSays .item2::before, .clientSays .item4::before, .clientSays .item5::before, 
.clientSays .item7::before, .clientSays .item10::before, .clientSays .item12::before {
    content: ""; position: absolute; background-size: contain; background-repeat: no-repeat; z-index: 1;
}

.clientSays .item2 .image img {width: 94px; height: auto;}
.clientSays .item2::before { width: 40%; height: 40%; top: 0; right: 0; background-image: url('/wp-content/uploads/2026/04/e-1.webp'); }

.clientSays .item3 .info { background-color: #ffb57e; }
.clientSays .item3 .info .clientName, .clientSays .item3 .info p { color: #833b04; }

.clientSays .item4 { background-color: #ffb57e; }
.clientSays .item4 .image img {width: 140px; height:auto;}
.clientSays .item4 .content p { color: #833b04; width: 70%; font-size: 28px; }
.clientSays .item4::before { width: 45%; height: 48%; top: 0; right: 0; background-image: url('/wp-content/uploads/2026/04/e-2.webp'); }

.clientSays .item5 { background-color: #b888ff;}
.clientSays .item5 .content .headLine { margin-bottom: 20px;}
.clientSays .item5 .image img {width: 96px; height:auto;}
.clientSays .item5::before { width: 60%; height: 60%; top: 0; right: 0; background-image: url('/wp-content/uploads/2026/04/e-3.webp'); }


.clientSays .item6 .info { background-color: #9b58ff; }

.clientSays .item7 { background-color: #dbfacb; }
.clientSays .item7 .image img {width: 140px; height:auto;}
.clientSays .item7 .content p { color: #3e7422; font-size: 28px; width: 70%; }
.clientSays .item7::before { width: 50%; height: 35%; bottom: 0; right: 0; background-image: url('/wp-content/uploads/2026/04/e-4.webp'); }

.clientSays .item8 .info { background-color: #c6fbaa; }
.clientSays .item8 .info .clientName, .clientSays .item8 .info p { color: #3e7422; }

.clientSays .item9 .info { background-color: #f5a2fa; }
.clientSays .item9 .info .clientName, .clientSays .item9 .info p { color: #411d43; }

.clientSays .item10 { background-color: #f5a2fa;}
.clientSays .item10 .content .headLine { margin-bottom: 20px;}
.clientSays .item10 .content p ,.clientSays .item10 .content .headLine  { color: #411d43;}
.clientSays .item10 .image img {width: 96px; height:auto;}
.clientSays .item10::before { width: 40%; height: 40%; top: 0; right: -30px; background-image: url('/wp-content/uploads/2026/04/e-5.webp'); }

.clientSays .item11 .info { background-color: #a3d6e0; }
.clientSays .item11 .info .clientName, .clientSays .item11 .info p { color: #085e6f; }

.clientSays .item12 .image img {width: 94px; height:auto;}
.clientSays .item12 { background-color: #a3d6e0; }
.clientSays .item12 .content p { color: #085e6f; font-size: 28px; width: 70%; }
.clientSays .item12::before { width: 40%; height: 35%; bottom: 0; right: 0; background-image: url('/wp-content/uploads/2026/04/e-6.webp'); }

/* --- Client Says Section End --- */

/* --- Marquee Text Base Section Start --- */
.marquee-section {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 20px 0;
    display: flex;
    position: relative;
    z-index: 1;
}

.marquee-wrapper {
    display: flex;
    white-space: nowrap;
}

.marquee-content {
    display: flex;
    animation: marquee-scroll 80s linear infinite;
}

.marquee-content span {
    color: #333333;
    font-size: 100px;
    font-weight: 600;
    padding: 0 30px;
}

.marquee-content span span {
    color: #fff;
    -webkit-text-stroke: 1px #333333;
}

.marquee-section.blackBg {
    background-color: #181a1d;
}

.marquee-section.blackBg .marquee-content span {
    color: #fff;
}

.marquee-section.blackBg .marquee-content span span {
    color: #181a1d;
    -webkit-text-stroke: .1vw #fff;
}

.marquee-section.no-margin { margin: 0 !important; }
.marquee-section.no-margin-top { margin-top: 0 !important; }
.marquee-section.no-margin-bottom { margin-bottom: 0 !important; }

/* --- Keyframes (Native CSS) --- */
@keyframes marquee-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}

/* --- Marquee Text Base Section End --- */

/* --- Why Choose Section Start --- */

.whyChoose {
    padding: 80px 0;
    background-color: #181a1d;
}

.whyChoose .main {
    text-align: center;
}

.whyChoose .main h2 {
    font-size: 46px;
    font-weight: 500;
    color: #fff;
    line-height: 60px;
    margin-bottom: 20px;
}

.whyChoose .main h2 span {
    font-family: "Scotch Text Comp Sm It", serif;
    position: relative;
    z-index: 1;
    font-size: 58px;
}

.whyChoose .main h2 span::before {
    content: "";
    border-bottom: 7px solid #e3725d;
    height: 7px;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    z-index: -1;
}

.whyChoose .main p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 32px;
    width: 60%;
    margin: auto;
}

.whyChoose .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 50px;
}

.whyChoose .grid .item {
    position: relative;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.whyChoose .grid .item::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.29) 0%, rgba(33, 36, 41, 0) 100%);
    border-radius: inherit;
    -webkit-mask: conic-gradient(#000 0 0) content-box, conic-gradient(#000 0 0);
    mask: conic-gradient(#000 0 0) content-box exclude, conic-gradient(#000 0 0);
}

.whyChoose .grid .item h3 {
    margin-bottom: 0;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    margin-top: 5px;
}

.whyChoose .grid .item p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}

/* --- Why Choose Section End --- */

/* --- Top Notch Section Start --- */
.topnotch {
    padding: 80px 0;
    background-color: #181a1d;
}

.topnotch .main {
    text-align: center;
}

.topnotch .main h2 {
    font-size: 46px;
    font-weight: 500;
    color: #fff;
    line-height: 60px;
    margin-bottom: 20px;
}

.topnotch .main h2 span {
    font-family: "Scotch Text Comp Sm It", serif;
    position: relative;
    z-index: 1;
    font-size: 58px;
}

.topnotch .main h2 span::before {
    content: "";
    border-bottom: 7px solid #e3725d;
    height: 7px;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    z-index: -1;
}

.topnotch .main p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 32px;
    width: 60%;
    margin: auto;
}

.topnotch .listing {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 80px;
}

.topnotch .listing .item {
    border-right: 1px solid #e3725d;
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
    cursor: pointer;
}

.topnotch .listing .item:nth-child(even) {
    flex-direction: column-reverse;
}

.topnotch .listing .item:first-child {
    padding-left: 0;
}

.topnotch .listing .item:last-child {
    padding-right: 0;
    border-right: none;
}

.topnotch .listing .item img {
    width: 100%;
    height: auto;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    position: relative;
    top: 0;
}

.topnotch .listing .item:hover img {
    opacity: 1;
    top: -10px;
}

.topnotch .listing .item .content .itemNum {
    font-size: 64px;
    font-family: "Scotch Text Comp Sm It", serif;
    color: #d01f30;
    font-weight: 400;
    line-height: 1;
}

.topnotch .listing .item .content h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 37px;
    margin-bottom: 18px;
}

.topnotch .listing .item .content p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    margin-bottom: 0;
}

/* --- Top Notch Section End --- */

/* --- FAQ Section --- */
.faqSec {
    padding: 80px 0;
    background-color: #fff;
}

.faqSec .headContent h2 {
    color: #000;
    font-weight: 500;
    font-size: 46px;
    line-height: 60px;
    text-align: center;
}

.faqSec .headContent h2 span {
    color: #e80101;
}

.faqSec .content {
    padding-top: 50px;
}

.faqSec .faqAccordian {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}

.faqSec .faqItem {
    border-bottom: 1px solid #d7d7d7;
}

.faqSec .faqHead {
    margin: 0;
}

.faqSec .faqHead button {
    width: 100%;
    background: transparent;
    border: none;
    color: #333333;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    font-size: 22px;
    font-weight: 500;
    padding: 20px 0;
    text-align: left;
    cursor: pointer;
    transition: color 0.3s ease;
}

.faqSec .faqHead button[aria-expanded="true"] {
    color: #c30010;
}

/* Icon Toggle Logic */
.faqSec .toggle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.faqSec .icon-minus { display: none; fill: #c30010; }
.faqSec .icon-plus { display: block; fill: #c30010; }

.faqSec .faqItem.is-open .icon-plus { display: none; }
.faqSec .faqItem.is-open .icon-minus { display: block; }

/* --- Smooth Transition Logic --- */
.faqSec .faqBody {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s ease-out, opacity 0.3s ease;
    opacity: 0;
    overflow: hidden;
}

.faqSec .faqItem.is-open .faqBody {
    grid-template-rows: 1fr;
    opacity: 1;
}

.faqSec .faq-inner-content {
    min-height: 0;
    padding: 0 0 20px;
    font-size: 16px;
    font-weight: 500;
}

.faqSec .faqBody ul { padding-left: 20px; }
.faqSec .faqBody a {
    color: #ec1c24;
    text-decoration: underline !important;
}

/* --- Faq Section End --- */



/* --- Pricing Section Start --- */

.pricing-section {
    padding: 80px 0 100px;
    background-color: #181a1d;
    color: #fff;
}

.pricing-section .max-con {
    width: 80%;
    margin: auto;
}

/* --- Header Info --- */
.pricing-section .main-info {
    text-align: center;
    margin-bottom: 50px;
}

.pricing-section .main-info h2 {
    font-size: 46px;
    font-weight: 500;
    line-height: 1.2;
}

.pricing-section .main-info h2 span {
    font-family: "Scotch Text Comp Sm It", serif;
    position: relative;
    z-index: 1;
    font-size: 58px;
}

.pricing-section .main-info h2 span::before {
    content: "";
    border-bottom: 7px solid #e3725d;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    z-index: -1;
}

.pricing-section .main-info p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    width: 60%;
    margin: auto;
    line-height: 32px;
}

/* --- Tabs --- */
.pricing-section .price-tabs ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, 0) 122.94%);
    width: fit-content;
    margin: auto;
    padding: 15px;
    border-radius: 40px;
    position: relative;
}

.pricing-section .price-tabs .slider {
    position: absolute;
    background: #d01f30;
    border-radius: 40px;
    height: calc(100% - 20px);
    top: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 0;
}

.pricing-section .price-tabs li {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding: 12px 20px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: color .3s ease;
}

/* --- Tab Content Panels --- */
.pricing-section .tab-content {
    margin-top: 50px;
}

.pricing-section .tab-panel {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
}

.pricing-section .tab-panel.active {
    display: grid;
}

/* --- Price Box & Cards --- */
.pricing-section .price-box {
    display: flex;
    flex-direction: column;
    transform: scale(1);
    background: linear-gradient(180deg, rgba(255, 255, 255, .11), rgba(255, 255, 255, 0));
    border-radius: 20px;
    padding: 30px;
    border: 1px solid hsla(0, 0%, 100%, .3019607843);
    overflow: hidden;
    position: relative;
}

.pricing-section .tab-panel .price-box:nth-child(2) {
    transform: scale(1.1);
    z-index: 2;
}

.pricing-section .price-box::before {
    content: "";
    position: absolute;
    width: 40%;
    height: 40%;
    background: #d01f30;
    filter: blur(100px);
    opacity: .6;
    top: calc(60% + 60px);
    border-radius: 50%;
    z-index: -1;
    animation: pricingMove 8s cubic-bezier(.4, 0, .2, 1) infinite;
    will-change: left, top, transform;
}

/* Badge */
.pricing-section .price-box .save-badge {
    top: 24px;
    right: 20px;
    position: absolute;
    z-index: 1;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    background: #d01f30;
    padding: 10px 20px;
    border-radius: 40px;
    display: flex;
    align-items: center;
}

/* Typography inside card */
.pricing-section .price-box .pkgName {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: .8px;
    display: block;
}

.pricing-section .price-box .price-info {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 25px;
    margin-top: 15px;
}

.pricing-section .price-box .price-info .sellPrice {
    font-size: 48px;
    font-weight: 700;
}

.pricing-section .price-box .price-info .realPrice {
    font-size: 20px;
    text-decoration: line-through;
    opacity: 0.5;
}

/* --- Buttons --- */
.pricing-section .price-box .btnWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 30px;
}

.pricing-section .price-box .btnWrapper .orderNow {
    background: #d01f30;
    color: #fff;
    border: none;
    padding: 12px 0;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
}

.pricing-section .price-box .btnWrapper .packageRedirectBtn {
    border-radius: 40px;
    padding: 8px 20px;
    font-size: 16px;
    border: 1px solid #d01f30;
    color: #fff;
    background-color: transparent;
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
}

.pricing-section .price-box .btnWrapper .packageRedirectBtn:hover {
    background-color: #d01f30;
}

/* --- Feature List --- */
.pricing-section .price-box .pkg-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pricing-section .price-box .pkg-list li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    font-size: 16px;
    align-items: center;
    padding-right: 10px;
}

.pricing-section .price-box .pkg-list li i {
    color: #d01f30;
    margin-right: 12px;
}

/* --- Combo Card Specifics --- */
.pricing-section .tab-panel.combo-card {
    grid-template-columns: 1fr !important;
}

.pricing-section .tab-panel.combo-card .price-box {
    height: 100% !important;
}

.pricing-section .tab-panel.combo-card .price-box .save-badge {
    font-size: 28px;
    padding: 15px 25px;
    top: 64px;
    right: 30px;
}

/* Animation */
@keyframes pricingMove {
    0% { left: calc(60% + 80px); top: calc(60% + 60px); transform: translate(0); }
    25% { left: -60px; top: calc(60% + 60px); transform: translate(0); }
    50% { left: -60px; top: -60px; transform: translate(0); }
    75% { left: calc(60% + 60px); top: -60px; transform: translate(0); }
    100% { left: calc(60% + 60px); top: calc(60% + 60px); transform: translate(0); }
}

/* Combo Specific Headings */
.pricing-section .price-box .combo-sub {
    font-size: 58px;
    font-weight: 700;
    color: #fff;
    margin: 12px 0;
}

.pricing-section .price-box .combo-desc {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    display: block;
}

/* Combo Price Area */
.pricing-section .price-box .combo-price-info .comboPrice {
    font-size: 58px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1;
}

.pricing-section .price-box .combo-price-info .comboPrice span {
    font-size: 28px;
    font-weight: 500;
    text-decoration: line-through;
    opacity: 0.5;
    margin-left: 10px;
}

.pricing-section .price-box .combo-price-info p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    color: #fff;
}

.pricing-section .price-box .combo-price-info p span {
    font-size: 14px;
    color: #8c8c8c;
    margin-left: 10px;
}

/* 4-Column Grid for Combo List */
.pricing-section .price-box .ul-grid {
    display: grid;
    grid-template-columns: 1.3fr 1.3fr 1fr 1fr;
    gap: 20px;
    margin: 30px 0;
}

.pricing-section .price-box .ul-box {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 15px;
}

.pricing-section .price-box .ul-box:last-child {
    border-right: none;
}

.pricing-section .price-box .ul-box .ul-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    line-height: 1.2;
    display: block;
}

.pricing-section .price-box .ul-box ul {
    list-style: none;
    padding: 0;
}

.pricing-section .price-box .ul-box ul li {
    font-size: 16px;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    color: #fff;
    line-height: 1.5;
    display: flex;
    align-items: center;
}

.pricing-section .price-box .ul-box ul li i {
    color: #d01f30;
    margin-right: 10px;
    margin-top: 4px;
}

.pricing-section .tab-panel.combo-card .price-box .pkgName {
    padding: 0;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.pricing-section .combo-card .price-box .btnWrapper {
    width: 50%;
    margin: auto;
}


/* Custom Scrollbar Styling */
.pkg-list::-webkit-scrollbar { width: 4px; }
.pkg-list::-webkit-scrollbar-track { background: transparent; }
.pkg-list::-webkit-scrollbar-thumb { background: #fff; border-radius: 10px; }


/* --- Pricing Section End --- */



/* --- Pricing Modal Start --- */

div#gform_fields_3 {
    position: relative;
}

#pricingModal .gform_wrapper.gravity-theme .description,
#pricingModal .gform_wrapper.gravity-theme .gfield_description,
#pricingModal .gform_wrapper.gravity-theme .gsection_description,
#pricingModal .gform_wrapper.gravity-theme .instruction {
  font-size: 14px !important;
  padding-top: 0px;
  width: fit-content !important;
  position: absolute;
  z-index: 1;
  right: 0;
  background: transparent;
  padding: 0 !important;
  border: 0;
  margin-top: 0 !important;
  color: #c30010 !important;
}
#gform_3_validation_container {
  display: none;
}
#pricingModal .main-popup-from .popupForm .gfield_error .ginput_container input,
#pricingModal .main-popup-from .popupForm .gfield_error .ginput_container textarea {
    border-color: red !important;
}


#pricingModal.pricing-popup-bootstrap .modal-dialog { max-width: 1010px; }

#pricingModal .pricing-modal-content { background: #fff; border: none; border-radius: 0; width: 100%; overflow: hidden; position: relative; }

#pricingModal .pricing-modal-content .close { background-color: #000;
    border-radius: 50%;
    cursor: pointer;
    width: 26px;
    height: 26px;
    padding: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.161);
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    opacity: 1;
    color: #fff; }

/* --- Step 1: Lead Form (main-popup-from) --- */
#pricingModal .main-popup-from .main-grid { display: grid; grid-template-columns: 1fr 1fr; }

#pricingModal .main-popup-from .left-info { padding: 40px; background: url('/wp-content/uploads/2026/04/popup-form-img.webp') no-repeat center/cover; display: flex; flex-direction: column; justify-content: space-between; align-items: center; min-height: 450px; }

#pricingModal .main-popup-from .right-info { padding: 30px; background: #fff; }

#pricingModal .main-popup-from .right-info h2 { font-size: 64px; font-family: 'Guminert', sans-serif; color: #1d1d1d; margin-bottom: 10px; line-height: 1; font-weight: 500;}

#pricingModal .main-popup-from .right-info .pkgDetails { font-size: 30px; font-family: "Scotch Text Comp Sm It"; color: #141414; margin-bottom: 10px; }
#pricingModal .main-popup-from .right-info .pkgDetails .pkgPricing{ font-family: 'Guminert', sans-serif; }
#pricingModal .main-popup-from .right-info p { font-size: 16px; color: #141414; line-height: 1.4; margin-bottom: 20px; }

/* Gravity Form Inside Popup */

#pricingModal .main-popup-from .popupForm .input-field { position: relative;     margin-bottom: 20px;}
#pricingModal .main-popup-from .popupForm .input-field:before{ 
    content: "";
    background-image: url("/wp-content/uploads/2024/05/vector.png");
    width: 25px;
    height: 25px;
    position: absolute;
    left: 6px;
    top: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}
#pricingModal .main-popup-from .popupForm .field-name:before{
        background-image: url(/wp-content/uploads/2024/05/vector.png);
}
#pricingModal .main-popup-from .popupForm .field-email:before{
        background-image: url(/wp-content/uploads/2024/05/vector.png);
}
#pricingModal .main-popup-from .popupForm .field-message::before {
  background-image: url("/wp-content/uploads/2024/05/message.png");
  top: 15px;
    
}
#pricingModal .main-popup-from .popupForm .field-phone::before {
  background-image: url("/wp-content/uploads/2024/05/call.png");
  background-size: contain;
}
  
#pricingModal .main-popup-from .popupForm .input-field input, 
#pricingModal .main-popup-from .popupForm .input-field textarea { border: 0 !important; border-bottom: 1px solid #c1ccd7 !important; border-radius: 0 !important; padding: 12px 12px 12px 40px !important; box-shadow: none !important; width: 100%; font-size: 16px; }

#pricingModal .main-popup-from .popupForm button { width: 60%; background: #be1e2d; color: #fff; border-radius: 10px; font-family: 'Guminert'; font-size: 22px; cursor: pointer; border: none; margin: 20px auto 0; display: block; transition: 0.3s; }

#pricingModal .main-popup-from .popupForm button:hover { background: #a31926; }

/* Icon Positioning for Phone Field */
#pricingModal .main-popup-from .popupForm .cnumber .ginput_container_phone { position: relative; }

#pricingModal .main-popup-from .popupForm .cnumber input { padding-left: 45px !important; }

/* --- Step 2: Payment Tab (paymentTab) --- */
#pricingModal .paymentTab { background: url('/wp-content/uploads/2026/04/popup-form-bg-n.webp') no-repeat center/cover; padding: 40px; }

#pricingModal .paymentTab .left-info img { margin-bottom: 20px; }

#pricingModal .paymentTab .full-img-wrapper img { width: 100%; height: auto; border-radius: 10px; }

#pricingModal .paymentTab .right-info { width: 80%; margin: auto; text-align: center; }

#pricingModal .paymentTab .right-info h2 { font-size: 48px; font-family: 'Guminert'; color: #fff; margin: 20px 0 30px; line-height: 1.1; }

#pricingModal .paymentTab .pkgGrid { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 30px; }

#pricingModal .paymentTab .pkg-desc { width: 70%; text-align: left; }

#pricingModal .paymentTab .pkg-desc .pkgDetail {display: flex;align-items: end; gap: 10px;}

#pricingModal .paymentTab .pkg-desc .pkgDetail .final-pkg-name { font-size: 16px; color: #fff; font-family: 'Guminert'; text-transform: uppercase; letter-spacing: 2px; line-height: 1.2; }

#pricingModal .paymentTab .pkg-desc .pkgDetail span { font-size: 38px; line-height: 1; display: block; font-weight: 700; color: #fff; }

#pricingModal .paymentTab .pkg-desc p { font-size: 18px; color: #fff; font-family: 'Guminert'; margin: 10px 0 0; }

#pricingModal .paymentTab .btnWrapper { display: flex; flex-direction: column; gap: 10px; width: 30%; }

#pricingModal .paymentTab .btnWrapper a { background: #fff; color: #be1e2d; border: 1px solid #fff; text-align: center; padding: 12px; border-radius: 6px; font-weight: 700; text-decoration: none; font-size: 16px; transition: 0.3s; display: block; }

#pricingModal .paymentTab .btnWrapper a:hover { background: transparent; color: #fff;}

/* --- Pricing Modal Section End --- */



/* --- Branding Agency Section Start --- */
.brandingAgency {
    padding: 200px 0;
    position: relative;
    overflow: hidden;
}

.brandingAgency .gridInfo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.brandingAgency .leftInfo {
    width: 80%;
}

.brandingAgency .leftInfo h2 {
    font-size: 46px;
    color: #333333;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 30px;
}

.brandingAgency .leftInfo h2 span {
    font-family: "Scotch Text Comp Sm It", serif;
    position: relative;
    color: #be1e2d;
    font-size: 58px;
    display: inline-block;
}

.brandingAgency .leftInfo h2 span::before {
    content: "";
    border-bottom: 7px solid #e3725d;
    height: 7px;
    position: absolute;
    width: 100%;
    bottom: 8px;
    z-index: -1;
}

.brandingAgency .leftInfo h3 {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    line-height: 32px;
    margin-bottom: 20px;
}

.brandingAgency .leftInfo p {
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    line-height: 32px;
}

.brandingAgency .leftInfo button {
    margin-top: 30px;
    padding: 15px 25px;
    cursor: pointer;
}

.brandingAgency .rightInfo .image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 48%;
    height: auto;
}

/* --- Branding Agency Section End --- */

/* --- Branding Portfolio Section Start --- */
.brandingPortfolio {
    padding: 100px 0 20px;
    position: relative;
    background-color: #181a1d;
}

.brandingPortfolio .grid {
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    gap: 80px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.brandingPortfolio .left h2 {
    font-size: 46px;
    font-weight: 500;
    color: #fff;
}

.brandingPortfolio .left h2 span {
     font-family: "Scotch Text Comp Sm It", serif;
    position: relative;
    z-index: 1;
    font-size: 58px;
    display: inline-block;
}

.brandingPortfolio .left h2 span::before {
    content: "";
    border-bottom: 7px solid #e3725d;
    height: 7px;
    position: absolute;
    width: 100%;
    bottom: 8px;
    z-index: -1;
}

.brandingPortfolio .right {
    width: 75%;
    margin-left: auto;
}

.brandingPortfolio .right .para-content p {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 15px;
}

.brandingPortfolio .right .para-content p:last-child {
    margin-bottom: 0;
}

.brandingPortfolio .imageWrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* --- Branding Portfolio Section Start --- */


/* --- Our Process Section Start --- */

.ourProcess {
    padding: 80px 0;
    background-color: #181a1d;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.ourProcess .processWrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
    width: 100%;
}

.ourProcess .circularProgress {
    position: relative;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ourProcess .progressCircle {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg); 
}

.ourProcess #progress-arc {
    transition: stroke-dashoffset 0.1s linear; 
    stroke-linecap: round;
}

.ourProcess .navButton {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    background-color: #ffffff;
    color: #be1e2d;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    padding: 0;
}

.ourProcess .navButton i {
    font-size: 14px;
}

.ourProcess .navButton.active {
    background-color: #be1e2d;
    color: #ffffff;
}

.ourProcess .navTop    {top: 2.6%;left: 50%;transform: translateX(-50%);}
.ourProcess .navRight  {right: 2.6%;top: 50%;transform: translateY(-50%);}
.ourProcess .navBottom {bottom: 2.6%;left: 50%;transform: translateX(-50%);}
.ourProcess .navLeft   {left: 2.6%;top: 50%;transform: translateY(-50%);}

.ourProcess .contentArea {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 5;
    max-width: 500px;
    width: 100%;
    padding: 0 20px;
}

.ourProcess .stepContent {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ourProcess .stepContent.fadeIn { 
    opacity: 1; 
    transform: translateY(0); 
    transition: opacity 0.4s ease-out, transform 0.4s ease-out; 
}

.ourProcess .stepContent.fadeOut { 
    opacity: 0; 
    transform: translateY(15px); 
    transition: opacity 0.3s ease-in, transform 0.3s ease-in; 
}

.ourProcess .stepContent h2 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.ourProcess .stepContent h3 {
    font-size: 80px;
    font-weight: 500;
    margin: 0 0 20px 0;
    line-height: 1;
}

.ourProcess .stepContent p {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 20px;
    color: #efefef;
}

.ourProcess #lottie-container lottie-player {
    width: 180px;
    height: 180px;
    margin: 10px 0;
}

/* --- Our Process Section End --- */



/* --- Calendar Floating Button Start --- */
.calendar-button-wrapper {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    background: rgb(255, 255, 255);
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    width: 50px;
    height: 50px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.calendar-button-wrapper:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

.calendar-button-wrapper .calendar-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    position: absolute;
}

.calendar-button-wrapper .calendar-icon i {
    font-size: 24px;
    color: #039be5;
    transition: transform 0.3s ease;
}

.calendar-button-wrapper:hover .calendar-icon i{
    transform: scale(1.1);
}

.calendar-button-container {
    display: none;
}

.calendar-scheduling-button {
    display: none !important;
}

/* --- Calendar Floating Button End --- */




/* 404 Page Styles Start */
.error-404-main {
    padding: 150px 0 100px;
    background-color: #000000;
}

.error-404-main .error-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.error-404-main .error-info h2 {
    font-size: 260px;
    font-weight: 700;
    line-height: 0.8;
   color: #000000;
    -webkit-text-stroke: 0.2vw #ffffff;
    letter-spacing: -3px;
    text-align: center;
    margin-bottom: 20px;
}

.error-404-main .error-info h4 {
    margin: 20px 0 20px 20px;
    font-size: 50px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 30px;
    text-align: center;
    color: #c30010;
}

.error-404-main .error-info p {
    font-family: inherit; /* Using theme default */
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.error-404-main .btn-theme {
    margin: 20px auto 0;
    display: block;
    width: fit-content;
    background-color: #fff;
    border: 1px solid #000;
    color: #c30010;
    padding: 12px 30px;
    text-decoration: none;
    transition: 0.3s;
    border-radius: 25px;
    font-weight: 600;
}

.error-404-main .btn-theme:hover {
    background-color: #c30010;
    border-color: #c30010;
    color: #fff;
}

/* 404 Page Styles End */







/* ==========================================================================
   2. MERGED RESPONSIVE MEDIA QUERIES
   ========================================================================== */

@media (max-width: 1780px) {
    .concept-research .text-item { font-size: 90px; }
    .concept-research .launch-text .large-u { width: 145px; margin-left: 0; }
    .concept-research .launch-text .large-u img { height: 70px; }
    .concept-research .launch-text .large-u .launch-gif { width: 80px; }
    
    .work-experience .work-left .count { font-size: 280px; }
    .work-experience .work-left .sideTitle { top: 110px; right: 8%; }
}

@media (max-width: 1600px) {
   
    
    .recentWork .main h2 { font-size: 42px; line-height: 55px; }
    .recentWork .main h2 span { font-size: 48px; }
    .recentWork .main p { font-size: 18px; }
    
    .brand-worth .main h2 { font-size: 42px; }
    .brand-worth .main h2 span { font-size: 48px; }
    .brand-worth .right-col h3 { font-size: 50px; }
    
    .work-experience .work-left .count { font-size: 260px; }
    .work-experience .work-left .sideTitle { font-size: 24px; top: 105px; }
    .work-experience .work-left .sideTitle span { font-size: 30px; }
    .work-experience .work-right p { font-size: 20px; line-height: 36px; }
    
    .award-winning .award-right h2 { font-size: 42px; line-height: 55px; }
    .award-winning .award-right h2 span { font-size: 48px; }
    .award-winning .award-right .award-desc p { font-size: 18px; line-height: 28px; }
    .award-winning .stat-item p { font-size: 65px; line-height: 65px; }
    .award-winning .stat-item .sideTitle { font-size: 14px; }
    
    .services-industry .main-info h2 { font-size: 44px; line-height: 55px; }
    .services-industry .main-info h2 span { font-size: 48px; }
    .services-industry .main-info p { font-size: 18px; }
    
    .clientSays .main h2 { font-size: 42px; line-height: 55px; }
    .clientSays .main h2 span { font-size: 48px; }
    .clientSays .main p { font-size: 18px; line-height: 30px; }
    .clientSays .masonryGrid .imageItem .info { width: 60%; }
    .clientSays .masonryGrid .boxItem .content .headLine { font-size: 42px; line-height: 50px; }
    .clientSays .masonryGrid .boxItem .content .headLine span { font-size: 46px; }
    .clientSays .masonryGrid .boxItem .content p { font-size: 18px; }
    .clientSays .masonryGrid .item4.boxItem .content p, 
    .clientSays .masonryGrid .item7.boxItem .content p, 
    .clientSays .masonryGrid .item12.boxItem .content p { font-size: 26px; line-height: 38px; }

    .whyChoose .main h2 { font-size: 42px; line-height: 55px; }
    .whyChoose .main h2 span { font-size: 48px; }
    .whyChoose .main p { font-size: 18px; line-height: 28px; }
    .whyChoose .grid .item h3 { font-size: 24px; }
    .whyChoose .grid .item p { font-size: 16px; line-height: 30px; }
    
    .topnotch .main h2 { font-size: 42px; line-height: 55px; }
    .topnotch .main h2 span { font-size: 48px; }
    .topnotch .main p { font-size: 18px; line-height: 30px; }
    .topnotch .listing .item .content .itemNum { font-size: 60px; }
    .topnotch .listing .item .content h3 { font-size: 28px; }
    
    .faqSec .headContent h2 { font-size: 44px; line-height: 55px; }
    
    .pricing-section .max-con { width: 85%; }
    .pricing-section .main-info h2 { font-size: 44px; line-height: 55px; }
    .pricing-section .main-info h2 span { font-size: 48px; }
    .pricing-section .main-info p { font-size: 18px; line-height: 30px; }
    .pricing-section .price-tabs li { font-size: 16px; }
    .pricing-section .price-box .pkgName { font-size: 18px; }
    .pricing-section .price-box .price-info .sellPrice { font-size: 36px; }
    .pricing-section .price-box .price-info .realPrice { font-size: 18px; }
    .pricing-section .price-box .pkg-list li { font-size: 14px; }
    .pricing-section .price-box .btnWrapper .orderNow, .pricing-section .price-box .btnWrapper .packageRedirectBtn { padding: 6px 14px; font-size: 14px; }
    .pricing-section .tab-panel.combo-card .price-box .save-badge { font-size: 16px; }
    .pricing-section .tab-panel.combo-card .price-box .combo-sub, .pricing-section .tab-panel.combo-card .price-box .combo-price-info .comboPrice { font-size: 48px; }

    #pricingModal .paymentTab .main-grid .right-info h2 { font-size: 45px; }
    #pricingModal .paymentTab .main-grid .right-info .pkgDetails { font-size: 28px; }

    .brandingAgency { padding: 100px 0; }
    .brandingAgency .gridInfo { gap: 140px; }
    .brandingAgency .leftInfo { width: 100%; }
    .brandingAgency .leftInfo h2 { font-size: 44px; line-height: 55px; }
    .brandingAgency .leftInfo h2 span { font-size: 48px; }
    .brandingAgency .leftInfo h3, 
    .brandingAgency .leftInfo p { font-size: 18px; }
    
     .brandingPortfolio .grid .left h2 { font-size: 44px; line-height: 55px; }
    .brandingPortfolio .grid .left h2 span { font-size: 48px; }

   .ourProcess {padding: 50px 0;}
  .ourProcess .processWrapper .circularProgress { width: 60%; }
  .ourProcess .processWrapper .contentArea .stepContent h3 { font-size: 70px; }
  .ourProcess .processWrapper .contentArea .stepContent p { font-size: 18px; }
    
}

@media (max-width: 1500px) {
    .concept-research .text-item { font-size: 80px; }
    .concept-research .text-item span { width: 120px; }
    .concept-research .text-item span::before { height: 68px; }
    .concept-research .launch-text .large-u { width: 128px; }
    .concept-research .launch-text .large-u img { height: 62px; }
}

@media (max-width: 1440px) {
    .recentWork .main { gap: 40px; }
    .recentWork .main h2 { font-size: 40px; line-height: 50px; }
    
    .concept-research .text-item { font-size: 70px; }
    .concept-research .text-item span { width: 110px; }
    .concept-research .text-item span::before { height: 60px; }
    .concept-research .launch-text .large-u { width: 115px; margin-right: 5px; }
    .concept-research .launch-text .large-u img { height: 54px; }
    .concept-research .launch-text .large-u .launch-gif { width: 70px; }
    
    .work-experience .work-left .count { font-size: 240px; }
    .work-experience .work-left .sideTitle { font-size: 22px; top: 95px; right: 40px; }
    .work-experience .work-left .sideTitle span { font-size: 28px; }
    .work-experience .work-right p { font-size: 18px; line-height: 32px; }
    .work-experience .work-right button { font-size: 16px; }
    
    .award-winning .award-grid { gap: 60px; }
    .award-winning .award-right h2 { font-size: 40px; }
    .award-winning .stats-listing { margin-top: 40px; }
    .award-winning .stat-item p { font-size: 60px; line-height: 60px; }
    
    .services-industry .main-info h2 { font-size: 40px; line-height: 50px; }
    .services-industry .left-info h3 { font-size: 36px; }
    .services-industry .left-info h4 { font-size: 26px; }
    .services-industry .left-info p { font-size: 16px; line-height: 1.5; }
    .services-industry .right-info img { width: 90%; }
    
    .clientSays .main h2 { font-size: 40px; line-height: 50px; }
    .clientSays .main h2 span { font-size: 45px; }
    .clientSays .masonryGrid .imageItem .info { width: 60%; }
    .clientSays .masonryGrid .imageItem .info .clientName { font-size: 18px; }
    .clientSays .masonryGrid .imageItem .info p { font-size: 15px; }
    .clientSays .masonryGrid .boxItem .content .headLine { font-size: 38px; line-height: 44px; }
    .clientSays .masonryGrid .boxItem .content .headLine span { font-size: 44px; }
    .clientSays .masonryGrid .item4.boxItem .content p, 
    .clientSays .masonryGrid .item7.boxItem .content p, 
    .clientSays .masonryGrid .item12.boxItem .content p { font-size: 24px; line-height: 34px; }

     .marquee-content span { font-size: 90px; }
     
    .whyChoose .main h2 { font-size: 40px; line-height: 50px; }
    .whyChoose .main h2 span { font-size: 45px; }
    
    .topnotch .main h2 { font-size: 40px; line-height: 50px; }
    .topnotch .listing .item .content .itemNum { font-size: 55px; }
    .topnotch .listing .item .content h3 { font-size: 26px; }
    .topnotch .listing .item .content p { font-size: 14px; line-height: 28px; }
    
    .faqSec .headContent h2 { font-size: 40px; line-height: 50px; }
    .faqSec .faqHead button { font-size: 18px; }
    
    .pricing-section .max-con { width: 90%; }
    .pricing-section .main-info h2 { font-size: 40px; line-height: 1.2; }
    .pricing-section .price-box .save-badge { padding: 8px 15px; font-size: 16px; }
    .pricing-section .price-box .price-info .sellPrice { font-size: 32px; }
    .pricing-section .tab-panel.combo-card .price-box .combo-price-info .comboPrice { font-size: 40px; }
    .pricing-section .tab-panel.combo-card .price-box .combo-price-info .comboPrice span { font-size: 25px; }
    .pricing-section .tab-panel.combo-card .price-box .combo-sub { font-size: 40px; }
    .pricing-section .tab-panel.combo-card .price-box .ul-grid .ul-box .ul-title { font-size: 18px; }

     .brandingAgency .gridInfo { gap: 80px; }
    .brandingAgency .leftInfo h2 { font-size: 40px; line-height: 50px; }
    
     .brandingPortfolio .grid .left h2 { font-size: 40px; line-height: 50px; }
    .brandingPortfolio .grid .left h2 span { font-size: 48px; }
    .brandingPortfolio .right .para-content p { font-size: 18px; }
    
      .error-404-main .error-info h2 { font-size: 240px; }
    .error-404-main .error-info h4 { font-size: 45px; }
}

@media (max-width: 1300px) {
    .clientSays .masonryGrid .imageItem .info .clientName { font-size: 16px; }
    .clientSays .masonryGrid .imageItem .info p { font-size: 14px; }
    .clientSays .masonryGrid .boxItem .content .headLine { font-size: 34px; line-height: 40px; }
    .clientSays .masonryGrid .boxItem .content .headLine span { font-size: 40px; }
    .clientSays .masonryGrid .boxItem .content p { line-height: 28px; }
    .clientSays .masonryGrid .item4.boxItem .content p, 
    .clientSays .masonryGrid .item7.boxItem .content p, 
    .clientSays .masonryGrid .item12.boxItem .content p { width: 80%; font-size: 22px; line-height: 30px; }

    .pricing-section .price-box .save-badge { padding: 6px 10px; font-size: 14px; right: 15px; }
    .pricing-section .price-box .price-info { margin: 15px 0; }
    .pricing-section .price-box .pkg-list { margin-right: 10px; }
    .pricing-section .price-box .btnWrapper { gap: 15px; }
    .pricing-section .tab-panel.combo-card .price-box .combo-desc { font-size: 16px; }
    .pricing-section .tab-panel.combo-card .price-box .combo-sub, .pricing-section .tab-panel.combo-card .price-box .combo-price-info .comboPrice { font-size: 35px; }

    .brandingPortfolio .grid .left h2 { font-size: 38px; }
    .brandingPortfolio .right .para-content p { font-size: 18px; }
    
}

@media (max-width: 1200px) {
    .main-award { padding: 40px 0;}
     
    .recentWork .main h2 { font-size: 35px; line-height: 1.2; }
    .recentWork .main h2 span { font-size: 40px; }
    .recentWork .main p { font-size: 16px; line-height: 1.6; }
    
    .concept-research .desktop-only { display: none; }
    .concept-research .mobile-only { display: block; }
    .concept-research .mobile-only h2 { font-size: 65px; }
    
    .main-cta-form h2 {font-size: 35px;}
    
    .brand-worth .main p { width: 85%; font-size: 16px; }
    .brand-worth .tab-item span { font-size: 16px; }
    .brand-worth .right-col { padding: 40px 60px; }
    .brand-worth .right-col h3 { font-size: 35px; }
    .brand-worth .right-col p { width: 100%; font-size: 16px; }
    
    .work-experience .work-left .count { font-size: 200px; }
    .work-experience .work-left .sideTitle { font-size: 18px; top: 75px; right: 4%; }
    .work-experience .work-left .sideTitle span { font-size: 24px; }
    .work-experience .work-right { padding: 10px 40px; }
    .work-experience .work-right p { font-size: 16px; line-height: 28px; }
    
    .award-winning .award-right h2 { font-size: 35px; line-height: 1.2; }
    .award-winning .award-right h2 span { font-size: 40px; }
    .award-winning .award-right .award-desc p { font-size: 16px; line-height: 1.6; }
    .award-winning .stats-listing {gap: 15px;}
    .award-winning .stat-item p { font-size: 50px; line-height: 50px; }
    
    .services-industry .main-info h2 { font-size: 35px; }
    .services-industry .main-info h2 span { font-size: 40px; }
    .services-industry .left-info h3 { font-size: 22px; }
    .services-industry .left-info li { font-size: 11px; padding: 5px 7px; }
    
    .clientSays .main h2 { font-size: 35px; line-height: 1.2; }
    .clientSays .main h2 span { font-size: 40px; }
    .clientSays .main p { font-size: 16px; line-height: 1.5; }
    .clientSays .masonryGrid { grid-column-gap: 12px; grid-row-gap: 12px; }
    .clientSays .masonryGrid .imageItem .info { width: 80%; }
    .clientSays .masonryGrid .boxItem .content .headLine { font-size: 25px; line-height: 1.2; }
    .clientSays .masonryGrid .boxItem .content .headLine span { font-size: 30px; }
    .clientSays .masonryGrid .boxItem .content p { font-size: 16px; line-height: 26px; }
    .clientSays .item7::before, 
    .clientSays .item12::before { background-position: bottom; }
    .clientSays .masonryGrid .item4.boxItem .content p, 
    .clientSays .masonryGrid .item7.boxItem .content p, 
    .clientSays .masonryGrid .item12.boxItem .content p { width: 100%; font-size: 20px; line-height: 30px; }
  
    .marquee-content span { font-size: 80px; }  
    
    .whyChoose .main h2 { font-size: 35px; line-height: 1.2; }
    .whyChoose .main h2 span { font-size: 40px; }
    .whyChoose .main p { font-size: 16px; line-height: 1.6; }
    .whyChoose .grid .item h3 { font-size: 22px; }
    .whyChoose .grid .item p { font-size: 16px; line-height: 1.6; }
    
    .topnotch .main h2 { font-size: 35px; line-height: 1.2; }
    .topnotch .main h2 span { font-size: 40px; }
    .topnotch .main p { font-size: 16px; line-height: 1.5; width: 70%; }
    .topnotch .listing .item { padding: 20px; }
    .topnotch .listing .item .content .itemNum { font-size: 50px; }
    .topnotch .listing .item .content h3 { font-size: 24px; }
    
    .faqSec .headContent h2 { font-size: 35px; line-height: 1.2; }
    .faqSec .faqHead button { font-size: 16px; padding: 10px 0;}
    
    .pricing-section { padding: 60px 0; }
    .pricing-section .main-info h2 { font-size: 35px; }
    .pricing-section .main-info h2 span { font-size: 40px; }
    .pricing-section .main-info p { font-size: 16px; width: 70%; }
    .pricing-section .price-tabs li { font-size: 14px; }
    .pricing-section .tab-panel { grid-gap: 30px; }
    .pricing-section .price-box { padding: 25px 20px; }
    .pricing-section .price-box .pkgName { letter-spacing: normal; font-size: 14px; }
    .pricing-section .price-box .price-info .sellPrice { font-size: 30px; }
    .pricing-section .price-box .price-info .realPrice { font-size: 14px; }
    .pricing-section .price-box .pkg-list { height: 250px; }
    .pricing-section .price-box .pkg-list li { font-size: 12px; line-height: 1.5; }
    .pricing-section .price-box .btnWrapper .orderNow, .pricing-section .price-box .btnWrapper .packageRedirectBtn { font-size: 12px; padding: 5px 10px; }
    .pricing-section .tab-panel.combo-card .price-box .combo-sub, .pricing-section .tab-panel.combo-card .price-box .combo-price-info .comboPrice { font-size: 30px; }
    .pricing-section .tab-panel.combo-card .price-box .combo-desc { font-size: 14px; }
    .pricing-section .tab-panel.combo-card .price-box .ul-grid .ul-box .ul-title { font-size: 16px; }
    .pricing-section .tab-panel.combo-card .price-box .save-badge {font-size: 16px; padding: 6px 10px; right: 15px;}

    .brandingAgency { padding: 80px 0; }
    .brandingAgency .leftInfo h2 { font-size: 35px; margin-bottom: 15px; }
    .brandingAgency .leftInfo h2 span { font-size: 40px; }
    .brandingAgency .leftInfo h3 { margin-bottom: 15px; }
    .brandingAgency .leftInfo p { line-height: 1.5; }
    .brandingAgency .leftInfo button { margin-top: 15px; }
    
    .brandingPortfolio { padding: 80px 0 20px; }
    .brandingPortfolio .grid .left h2 { font-size: 35px; line-height: 1.2; }
    .brandingPortfolio .grid .left h2 br { display: none; }
    .brandingPortfolio .grid .left h2 span { font-size: 40px; }
    .brandingPortfolio .grid .left h2 span::before { content: none; }
    .brandingPortfolio .right { width: 100%; }
    .brandingPortfolio .right .para-content p { font-size: 18px; line-height: 1.5; }

    
    .ourProcess .processWrapper .circularProgress { width: 80%;}
  .ourProcess .processWrapper .circularProgress .navTop { top: 10px; }
  .ourProcess .processWrapper .circularProgress .navLeft { left: 10px; }
  .ourProcess .processWrapper .circularProgress .navRight { right: 10px; }
  .ourProcess .processWrapper .circularProgress .navBottom { bottom: 10px; }
  .ourProcess .processWrapper .contentArea .stepContent h3 { font-size: 50px; }
  .ourProcess .processWrapper .contentArea .stepContent p {  font-size: 16px; line-height: 1.5; }
  .ourProcess .processWrapper .contentArea .stepContent #lottie-container { width: auto; height: auto; margin: auto; }

     .error-404-main .error-info h2 { font-size: 220px; }
    .error-404-main .error-info h4 { font-size: 40px; }
}

@media (max-width: 1024px) {
    .topnotch .listing { grid-template-columns: 1fr; }
    .topnotch .listing .item { 
        padding: 20px; 
        flex-direction: row; 
        border-right: none; 
        border-bottom: 1px solid #e3725d; 
    }
    .topnotch .listing .item img { top: 0 !important; }
    .topnotch .listing .item:nth-child(even) { flex-direction: row-reverse; }
}

@media (max-width: 991px) {
    .recentWork { padding: 60px 0; }
    .recentWork .main { grid-template-columns: 1fr; gap: 0; text-align: center; }
    .recentWork .main h2 { font-size: 30px; }
    .recentWork .main h2 span { font-size: 35px; }
    .recentWork .main h2 span::before { display: none; }
    .concept-research { padding: 20px 0 50px; }
    .concept-research .mobile-only h2 { font-size: 50px; }
    
    .main-cta-form h2 {font-size: 30px;}
    
     .brand-worth .tabs-nav {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .brand-worth .tab-grid.active { grid-template-columns: 1fr; }
    .brand-worth .right-col { padding: 40px 20px; align-items: center; text-align: center; }

    .work-experience { padding: 60px 0; }
    .work-experience .work-grid { grid-template-columns: 1fr; }
    .work-experience .work-left .count { font-size: 160px; }
    .work-experience .work-left .sideTitle { 
        transform: rotate(0); 
        position: relative; 
        top: 0; right: 0; 
        text-align: center; 
        margin-bottom: 20px;
    }
    .work-experience .work-right { 
        text-align: center; 
        align-items: center; 
        padding: 10px 0; 
        border-left: none; 
    }
    
    .award-winning { padding: 60px 0; }
    .award-winning .award-grid { display: flex; flex-direction: column-reverse; gap: 40px; }
    .award-winning .award-right { text-align: center; }
    .award-winning .stat-item p { font-size: 40px; line-height: 40px; }

    .services-industry { padding: 60px 0; }
    .services-industry .main-info h2 { font-size: 30px; }
    .services-industry .main-info h2 span::before { display: none; }
    .services-industry .main-info p { width: 100%; font-size: 16px; }
    .services-industry .grid-info { margin-top: 40px; }
    .services-industry .left-info { width: 50%; }
    .services-industry .left-info h3 { font-size: 20px; }
    .services-industry .left-info p { font-size: 14px; }
    
    .clientSays { padding: 60px 0; }
    .clientSays .main h2 { font-size: 30px; }
    .clientSays .main h2 span { font-size: 35px; }
    .clientSays .main h2 span::before { display: none; }
    .clientSays .main p { width: 100%; }
    .clientSays .masonryGrid { grid-template-columns: repeat(2, 1fr); grid-column-gap: 12px; grid-row-gap: 12px; }
    .clientSays .masonryGrid > div { grid-area: auto !important; }
    .clientSays .imageItem .info { width: 80%; }
    .clientSays .item7::before, 
    .clientSays .item12::before { background-position: bottom right; }
    .clientSays .item4 .content { gap: 60px; }
    .clientSays .item7::before { width: 50%; height: 50%; }
    .clientSays .item12::before { width: 40%; height: 45%; }
    
     .marquee-content span { font-size: 70px; }
     
    .whyChoose { padding: 60px 0; }
    .whyChoose .main h2 { font-size: 30px; }
    .whyChoose .main h2 span::before { display: none; }
    .whyChoose .grid { grid-template-columns: 1fr 1fr; }
    
    .topnotch { padding: 60px 0; }
    .topnotch .main h2 { font-size: 30px; }
    .topnotch .main h2 span { font-size: 35px; }
    .topnotch .main h2 span::before { display: none; }
    .topnotch .main p { font-size: 16px; width: 100%; }
    .topnotch .listing { margin-top: 40px; }
    .topnotch .listing .item .content .itemNum { font-size: 40px; }
    
    .faqSec { padding: 40px 0; }
    .faqSec .headContent h2 { font-size: 30px; }
    
     .pricing-section .main-info h2 { font-size: 30px; line-height: 1.3; }
    .pricing-section .main-info h2 span { font-size: 35px; }
    .pricing-section .main-info h2 span::before { display: none; }
    .pricing-section .main-info p { font-size: 14px; width: 100%; line-height: 1.5; }
    .pricing-section .price-tabs ul { flex-wrap: wrap; gap: 20px; }
    .pricing-section .price-tabs li { font-size: 14px; }
    .pricing-section .tab-panel { grid-template-columns: 1fr; }
    .pricing-section .tab-panel .price-box:nth-child(2) { transform: scale(1); }
    .pricing-section .price-box { height: auto; padding: 25px; }
    .pricing-section .price-box .price-info .sellPrice { font-size: 35px; line-height: 1; padding: 0 !important; }
    .pricing-section .price-box .pkg-list { height: auto; max-height: unset;}
    .pricing-section .price-box .btnWrapper { padding: 0; }
    .pricing-section .price-box .btnWrapper .orderNow, .pricing-section .price-box .btnWrapper .packageRedirectBtn { font-size: 14px; padding: 6px 0; }
    .pricing-section .tab-panel.combo-card .price-box .combo-sub { font-size: 30px; }
    .pricing-section .tab-panel.combo-card .price-box .ul-grid { gap: 0; }
    .pricing-section .tab-panel.combo-card .price-box .ul-grid .ul-box:nth-child(1), .pricing-section .tab-panel.combo-card .price-box .ul-grid .ul-box:nth-child(2) { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .pricing-section .tab-panel.combo-card .price-box .ul-grid .ul-box:nth-child(2), .pricing-section .tab-panel.combo-card .price-box .ul-grid .ul-box:nth-child(4) { border-right: 0; padding-left: 15px; }

    #pricingModal .main-popup-from .main-grid .right-info h2 { font-size: 35px; }
    #pricingModal .main-popup-from .main-grid .left-info { padding: 20px; }
    
    .brandingAgency { padding: 60px 0; }
    .brandingAgency .leftInfo h2 { font-size: 30px; }
    .brandingAgency .leftInfo h2 span { font-size: 35px; }
    .brandingAgency .leftInfo h2 span::before { content: none; }
    .brandingAgency .leftInfo h3, 
    .brandingAgency .leftInfo p, 
    .brandingAgency .leftInfo button { font-size: 16px; }  
    
        .brandingPortfolio { padding: 60px 0 20px; }
    .brandingPortfolio .grid { gap: 40px; }
    .brandingPortfolio .grid .left h2 { font-size: 30px; }
    .brandingPortfolio .grid .left h2 span { font-size: 35px; }
    .brandingPortfolio .right .para-content p { font-size: 16px; }
    
    .ourProcess .processWrapper .circularProgress { width: 90%;}
    .ourProcess .processWrapper .contentArea .stepContent h3 { font-size: 40px; }
    
     .error-404-main .error-info h2 { 
        font-size: 200px; 
    }
    .error-404-main .error-info h4 { font-size: 35px; }
    .error-404-main .error-info p { font-size: 20px; }
    
}

@media (max-width: 767px) {
    .main-award { padding: 20px 0;}
    
    .recentWork { padding: 40px 0; }
    .recentWork .main h2 { font-size: 28px; }
    .recentWork .main h2 span { font-size: 30px; }
    .recentWork .main p { font-size: 14px; }

    .main-cta-form input.form-control { font-size: 14px; padding: 0 20px;}
    .main-cta-form .roundRedBtn {font-size: 14px; padding: 14px 20px; width: max-content;}

    .brand-worth .main h2 { font-size: 28px; }
    .brand-worth .main h2 span { font-size: 32px; }
    .brand-worth .tabs-nav { grid-template-columns: 1fr 1fr; }
    .brand-worth .main h2 span::before { display: none; }
    .brand-worth .tab-item { padding: 12px;}
    .brand-worth .main p {width: 100%; }
    
    .work-experience { padding: 40px 0 20px; }
    .work-experience .work-left .count { font-size: 120px; }
    .work-experience .work-left .sideTitle { font-size: 16px; }
    .work-experience .work-left .sideTitle span { font-size: 20px; }
    .work-experience .work-right p { font-size: 14px; line-height: 1.6; }
    
    .award-winning { padding: 40px 0; }
    .award-winning .award-right h2 { font-size: 28px; }
    .award-winning .award-right h2 span { font-size: 32px; }
    .award-winning .award-right h2 span::before {content: unset;}
    .award-winning .award-right .award-desc p { font-size: 14px; }
    .award-winning .stats-listing { margin-top: 30px; }
    .award-winning .stat-item p { font-size: 30px; line-height: 30px; }
     .award-winning .award-left img { display: none;}
    
    .services-industry { padding: 50px 0; }
    .services-industry .main-info h2 { font-size: 28px; }
    .services-industry .grid-info, 
    .services-industry .grid-info:nth-child(even) { 
        flex-direction: column; 
    }
    .services-industry .left-info, 
    .services-industry .right-info { 
        width: 100%; 
        text-align: center; 
    }
    .services-industry .left-info ul { justify-content: center; }
    
    .clientSays { padding: 40px 0; }
    .clientSays .main h2 { font-size: 28px; }
    .clientSays .main h2 span { font-size: 32px; }
    .clientSays .main p { font-size: 14px; }
    
    .marquee-section { padding: 10px 0; }
    .marquee-content span { 
        font-size: 50px !important; 
        padding: 0 15px;
        -webkit-text-stroke-width: 0.5px;
    }
    
    .whyChoose { padding: 40px 0; }
    .whyChoose .main h2 { font-size: 28px; }
    .whyChoose .main h2 span { font-size: 32px; }
    .whyChoose .main p { font-size: 14px; width: 100%; }
    .whyChoose .grid { grid-template-columns: 1fr; }
    .whyChoose .grid .item h3 { font-size: 20px; }
    .whyChoose .grid .item p { font-size: 14px; }
    
    .topnotch { padding: 40px 0; }
    .topnotch .main h2 { font-size: 28px; }
    .topnotch .main h2 br { display: none; }
    .topnotch .main h2 span { font-size: 32px; }
    .topnotch .main h2 span::before { bottom: 6px; }
    .topnotch .listing .item,
    .topnotch .listing .item:nth-child(even) { flex-direction: column; }
    .topnotch .listing .item img { opacity: 1; width: 70%; margin: auto;}
    .topnotch .listing .item .content .itemNum { font-size: 36px; }
    
    .faqSec { padding: 40px 0 80px; }
    .faqSec .headContent h2 { font-size: 28px; }
    .faqSec .content { padding-top: 30px; }
    .faqSec .faqHead button { font-size: 14px; }
    .faqSec .faq-inner-content { font-size: 14px; }
    
    .pricing-section {padding: 40px 0;}
    .pricing-section .main-info h2 { font-size: 28px; }
    .pricing-section .main-info h2 span::before { content: unset; }
    .pricing-section .main-info h2 br { display: none;}
    .pricing-section .main-info p { font-size: 14px; }
    .pricing-section .price-tabs ul { gap: 5px; }
    .pricing-section .price-tabs ul .slider { display: none; }
    .pricing-section .price-tabs li.active { background-color: #d01f30; border-radius: 30px; }
    .pricing-section .price-box .save-badge, .pricing-section .tab-panel.combo-card .price-box .save-badge  { top: 20px; }
    .pricing-section .price-box .pkg-list li { font-size: 12px; }
    .pricing-section .tab-panel.combo-card .price-box .combo-sub { font-size: 28px; }
    .pricing-section .tab-panel.combo-card .price-box .ul-grid { grid-template-columns: 1fr; gap: 15px; }
    .pricing-section .tab-panel.combo-card .price-box .ul-grid .ul-box { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding-left: 0; padding-top: 0; padding-bottom: 15px; }

    .pricing-section .combo-card .price-box .btnWrapper{ width:100%;}
    .pricing-section .price-box .ul-box ul li {font-size: 12px;}
    
    #pricingModal .main-popup-from .main-grid { grid-template-columns: 1fr; }
    #pricingModal .main-popup-from .left-info { display: none; }
    #pricingModal .paymentTab .full-img-wrapper { display: none; }
    #pricingModal .paymentTab .pkgGrid { flex-direction: column; }
    #pricingModal .paymentTab .pkg-desc, #pricingModal .paymentTab .btn-info { width: 100%; text-align: center; }
    #pricingModal .paymentTab .right-info { width: 100%; }

    .brandingAgency { padding: 40px 0; }
    .brandingAgency .gridInfo { grid-template-columns: 1fr; gap: 40px; }
    .brandingAgency .leftInfo { text-align: center; }
    .brandingAgency .leftInfo h2 { font-size: 28px; }
    .brandingAgency .leftInfo h2 br { display: none; }
    .brandingAgency .leftInfo h2 span::before { content: ""; border-bottom: 5px solid #e3725d; }
    .brandingAgency .rightInfo .image img { max-width: 100%; position: relative; }

     .brandingPortfolio .grid { gap: 20px; grid-template-columns: 1fr; }
    .brandingPortfolio .grid .left h2 { font-size: 28px; text-align: center; margin: 0; }
    .brandingPortfolio .grid .left h2 span::before { content: ""; border-bottom: 5px solid #e3725d; }
    .brandingPortfolio .right { margin: 0 auto; }
    .brandingPortfolio .right .para-content p { font-size: 14px; text-align: center; }

    .ourProcess { padding: 40px 0; min-height: auto; }
  .ourProcess .processWrapper { min-height: 450px; }
  .ourProcess .processWrapper .circularProgress { width: 100%; }
  .ourProcess .processWrapper .circularProgress .navButton { width: 30px; height: 30px; }
  .ourProcess .processWrapper .circularProgress .navTop { top: 2%; }
  .ourProcess .processWrapper .circularProgress .navBottom { bottom: 2%; }
  .ourProcess .processWrapper .circularProgress .navLeft { left: 2%; }
  .ourProcess .processWrapper .circularProgress .navRight { right: 2%; }
  .ourProcess .processWrapper .contentArea { left: 50%; transform: translate(-50%, -50%); max-width: 280px; }
  .ourProcess .processWrapper .contentArea .stepContent h3 { font-size: 30px; margin-bottom: 10px; }
  .ourProcess .processWrapper .contentArea .stepContent p { font-size: 14px;margin-top: 10px; width: 100%; line-height: 1.4; }
  .ourProcess .processWrapper .contentArea .stepContent #lottie-container { display: none;}
  
    .calendar-button-wrapper { bottom: 15px; left: 15px; width: 45px; height: 45px; }
    .calendar-button-wrapper .calendar-icon i,
    .calendar-button-wrapper .calendar-icon svg { font-size: 18px; }
    
      .error-404-main .error-info h2 { font-size: 150px; }
    .error-404-main .error-info h4 { font-size: 30px; }
    .error-404-main .error-info p { font-size: 18px; }
    
}

@media (max-width: 680px) {
    .concept-research .mobile-only h2 { font-size: 35px; }
    
    .main-cta-form h2 {font-size: 28px;}
    
    .award-winning .stats-listing { grid-template-columns: 1fr; gap: 20px; }
    .award-winning .stats-listing::before, 
    .award-winning .stats-listing::after { content: unset; }
    
    .services-industry .main-info h2 span::before { content: unset;}
    
    .clientSays .masonryGrid { grid-template-columns: 1fr; }
    .clientSays .imageItem .info { width: 60%; }
    
    .brandingAgency .leftInfo h2 { font-size: 26px; }
    .brandingAgency .leftInfo h3 { font-size: 15px; }
    .brandingAgency .leftInfo p, 
    .brandingAgency .leftInfo button { font-size: 14px; }
    
    .brandingPortfolio .grid .left h2 { font-size: 26px; }
    
        .error-404-main .error-info h2 { 
        font-size: 120px; 
    }
    .error-404-main .error-info h4 { font-size: 26px; }
    .error-404-main .error-info p { font-size: 16px; }
}
@media (max-width: 480px) {
    
     .topnotch .main h2 span::before { content: unset; }
     
     .faqSec .headContent h2 { font-size: 22px; }
     
    .pricing-section .price-box .btnWrapper .orderNow, .pricing-section .price-box .btnWrapper .packageRedirectBtn { font-size: 12px; padding: 5px 0; }
    .pricing-section .tab-panel.combo-card .price-box .combo-sub { font-size: 24px; }

     #pricingModal .paymentTab .btnWrapper { flex-direction: column; align-items: stretch; }
    #pricingModal .paymentTab .btnWrapper a { padding: 10px 25px; }
    #pricingModal .main-popup-from .right-info h2 { font-size: 40px; }
    
    .ourProcess .processWrapper .circularProgress { max-width: 320px;}
    .ourProcess .processWrapper .contentArea { max-width: 240px;}
  .ourProcess .processWrapper .contentArea .stepContent h3 { font-size: 26px;}
  
   .error-404-main .error-info h2 { font-size: 90px; }
  
}

