html body .main-row-style section.why-choose-uss p:last-child span {
    margin-right: 0;
}
.main-row-style >section {
    padding: 50px 0;
}
.main-row-style h1, .main-row-style h2, .main-row-style h3, .main-row-style h4, .main-row-style h5, .main-row-style p {
    margin: 0;
}
.main-row-style .custom-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-shadow: none;
    position: relative;
}

.main-row-style h2 {
    font-size: 40px;
    color: #000;
    margin-bottom: 25px;
    line-height: 50px;
}
/* common button css */

.main-row-style a.same-sample {
    background-color: #232253;
    font-weight: 600;
    color: #FFFFFF;
    box-shadow: 0px 10px 30px -8px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
    border: 1px solid #00000000;
    line-height: 50px;
    display: inline-block;
    padding: 0 25px;
    opacity: 1!important;
}
.main-row-style a.same-sample:hover {
    border: 1px solid #232253;
    color: #fff;
    background: #000;
    transition: 0.5s auto;
}
.main-row-style a.same-sample span {
    margin-left: 7px;
    font-size: 23px;
    line-height: normal;
}
/* end of the common button css */

section.services {
    background: #232253;
}
section.services h2{
      color: #fff;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.service-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0px 1px 7px #232253;
    text-align: left;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-card h3 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin: 0;
    line-height: 25px;
}

.service-card p {
    font-size: 16px;
    color: #000;
    line-height: 22px;
    margin-top: 10px;
}

.hiring-banner-section .banner-content {
    border-radius: 15px;
    padding: 40px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: #F4F4FF;
    border: 1px solid #232253;
}

.hiring-banner-section .banner-title {
    font-weight: bold;
    color: #000000;
    margin: 0 0 10px;
}
p.banner-subtitle {
    font-size: 15px;
    color: #000;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.what-right .card {
    background: #232253;
}
/* start of the banner */
.hero-section-2 {
    position: relative;
    background: url('https://cyrusholiday.com/wp-content/uploads/2025/10/website_banner.webp') no-repeat center center/cover;
}
.background-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 83%);
}
.content-right {
    background: #fff;
    position: relative;
    z-index: 99;
    width: 45%;
    padding: 25px 30px;
    border-radius: 8px;
}
.content-right h3 {
    margin-bottom: 15px;
}
div#form-styling p.submissin.button {
    box-shadow: none;
}
.hero-section-2 .custom-container {
    grid-gap: 60px;
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}
.content-left {
    flex: 1;
    max-width: 600px;
    z-index: 2; /* Ensure content is above overlay */
    text-align: left;
}
.content-left h3 {
    font-size: 16px;
    font-weight: 700;
    color: #ffd700;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.content-left h1 {
    font-size: 42px;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px; /* Vertical and horizontal gap */
    margin-bottom: 50px;
}
section.hero-section-2 .content-right h3 {
    font-size: 25px;
    line-height: 30px;
}
.feature-item {
    display: flex;
    align-items: center;
    text-align: left;
}
.feature-item i {
    font-size: 24px;
    color: #ffd700;
    margin-right: 15px;
    width: 30px; 
    text-align: center;
}
.feature-item span {
    font-size: 17px;
    line-height: 22px;
    color: #fff;
}
.ratings {
    display: flex;
    flex-wrap: wrap; 
    gap: 25px; 
    align-items: center;
}
.rating-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.rating-item img {
    height: 40px;
    width: auto;
    object-fit: contain;
}
section.hero-section-2 {
    padding: 50px 0 100px;
}
.stats-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px;
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
    gap: 20px;
    background: #fff;
    border-radius: 8px;
    margin-top: -50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #232253;
}
.stat-item {
    text-align: center;
    flex: 1;
    min-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.stat-number {
    font-size: 45px;
    font-weight: bold;
    color: #ffd700;
    display: block;
    margin-bottom: 5px;
}
.stat-description {
    font-size: 15px;
    color: #000;
    line-height: 20px;
    display: block;
    font-weight: 500;
}
.what-we-do,section.frequently-asked-question,section.pricing-section {
    background: #F4F4FF;
}
.what-we-do .custom-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: stretch;
}
.what-left {
  flex: 1 1 40%;
}
.line {
    width: 100px;
    height: 3px;
    background: #ffd700;
    border: none;
    margin: 25px 0;
}
.what-left p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color:#000
}

.what-right {
  flex: 1 1 55%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.card {
  background: #111;
  border: 1px solid #222;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.card-front i {
  font-size: 40px;
  color: #fff;
  margin-bottom: 15px;
}
.card-front h2 {
  font-size: 20px;
  color: #fff;
}
.card-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #232253;
    color: #000;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.card:hover .card-back {
  opacity: 1;
}
.card-back p{
    color:#fff;
    font-size: 14px;
}
.main-row-style h1, .main-row-style h2 {
    margin-bottom: 0;
}
.card:hover .card-front {
  opacity: 0;
}
.intro-paragraph {
    font-size: 16px;
    color: #000;
    text-align: center;
}
.content-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
}
.content-block.reverse {
    flex-direction: row-reverse;
}
.image-wrapper {
    flex: 1;
    max-width: 50%;
    position: relative;
    background-size: contain;
}
.block-image {
    max-width: 100%;
    height: auto;
    display: block;
}
section.content-section .content-block.reverse .block-image{
    margin-left: auto;
}
.text-wrapper {
    flex: 1;
    max-width: 50%;
    text-align: left;
}
.text-wrapper h3 {
    font-size: 28px;
    color: #000;
    margin-bottom: 15px;
    line-height: 35px;
}
.text-wrapper p {
    font-size: 17px;
    color: #000;
    margin-bottom: 10px;
}
section.content-section {
    padding: 0;
}
section.content-section h2 {
    text-align: center;
}
section.content-section hr.line,section.professional-website-section hr.line,section.pricing-section hr.line {
    margin-left: auto;
    margin-right: auto;
}
section.content-section .block-phase {
    margin-top: 50px;
}
.professional-website-section {
    text-align: center;
}
.tagline {
    font-size: 18px;
    color: #000000;
}
.features-grids {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 25px; 
    justify-content: center; 
    margin-top: 30px;
}
.feature-cards {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
    text-align: left;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    border: 1px solid #eeeeee; 
}
.feature-cards:hover {
    background: #232253;
}
.feature-cards h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-top: 15px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.feature-cards p {
    font-size: 17px;
    color: #000;
    line-height: 25px;
}
.feature-cards:hover h3, .feature-cards:hover p {
    color: #fff;
}
section.frequently-asked-question .faq-section {
    column-count: 2;
    margin-top: 30px;
}
.main-row-style .faq-item {
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 11px;
    overflow: hidden;
}
.main-row-style .faq-question {
    padding: 15px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    box-shadow: none!important;
    border: 0!important;
    background: #fff!important;
    color: #000!important;
    margin: 0;
    font-weight: 400;
    text-transform: none;
    line-height: 22px;
}
.main-row-style .faq-answer {
    display: none;
    padding: 10px;
}
.main-row-style .faq-item.latest-open {
    background: #232253;
}
.main-row-style .faq-item.latest-open button.faq-question {
    color: #fff!important;
    padding-bottom: 0;
     font-weight: 600;
     background: transparent !important;
}
.main-row-style .faq-item.latest-open p {
    color: #fff;
}
section.pricing-section h2.pricing-heading, section.pricing-section p.pricing-tagline {
    text-align: center;
}
.pricing-tagline {
    font-size: 16px;
    color: #000;
    margin-bottom: 60px;
}
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    justify-content: flex-start;
    margin-top: 30px;
}
.pricing-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}
.pricing-card:hover {
    transform: translateY(-8px);
}
.card-header {
    background-color: #232253;
    padding: 10px 20px 10px;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}
.plan-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    filter: brightness(0) invert(1);
}
.card-header h3 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin: 0px;
}
.card-body {
    padding: 15px 25px;
    flex-grow: 1; 
}
.plan-price {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px!important;
}
.plan-price span {
    font-size: 18px;
    font-weight: normal;
    color: #000;
}
.card-body ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: left;
}
.card-body li {
    font-size: 16px;
    color: #000;
    margin-bottom: 6px;
    font-weight: 500;
}
.card-body li i {
    color: #000; 
    margin-right: 10px;
}
.card-footer {
    text-align: center;
}
.btn-purchase-outline {
    display: block;
    width: 100%;
    padding: 15px;
    border: 2px solid #232253;
    color: #fff;
    font-weight: bold;
    border-radius: 0 0 5px 5px;
    transition: all 0.3s ease;
    background: #232253;
}
.btn-purchase-outline:hover {
    color: #ffffff;
}
.pricing-card.accent-card .card-header {
    background-color: #0c8f0c;
}

.pricing-card.accent-card .card-header h3 {
    color: #ffffff;
}

.pricing-card.accent-card .card-body {
    background-color: #0c8f0c17;
}
.pricing-card.accent-card .plan-price,
.pricing-card.accent-card .plan-price span {
    color: #232253;
}
.pricing-card.accent-card li,
.pricing-card.accent-card li i {
    color: #232253;
}
.btn-purchase-solid {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #232253;
    color: #ffffff;
    border: 2px solid #232253;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
.pricing-card.accent-card li i {
    color: #0c8f0c;
}
.pricing-card.accent-card a.btn-purchase-solid {
    background-color: #0c8f0c;
    border: 2px solid #0c8f0c;
    color: #fff;
}

.industry-solutions-section {
    background-color: #f4f4ff;
    text-align: center;
}
.main-row-style >section.contact-form {
    padding: 0;
    position: relative;
    background-color: #232253;
}
ul.replication {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2,2fr);
    margin: 0;
    grid-gap: 5px;
}
ul.replication li:before {
    content: "\f178";
    font-family: FontAwesome;
    font-size: 19px;
    font-weight: 300;
    margin-right: 10px;
}
.main-row-style >section.contact-form:before {
    content: "";
    background: #00f3ff38;
    height: 195px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 0 0 8px 8px;
}
ul.repli i {
    margin: 0 20px;
    font-size: 37px;
}
ul.repli {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-content {
    margin-bottom: 30px;
}
.filter-set img.attachment-thumbnail {
    filter: invert(1);
}
.header-content p {
    font-size: 16px;
    color: #000;
}
.industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}
.industry-card {
    background-color: #232253;
    border: 1px solid #232253;
    border-radius: 8px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease;
}
section.industry-solutions-section hr.line {
    margin-left: auto;
    margin-right: auto;
}
.industry-card:hover {
    background-color: #fff;
    transform: translateY(-5px);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);
    border-color: #fff;
}
.industry-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
    filter: invert(1);
    transition: all 0.3s ease;
}
.industry-card:hover .industry-icon {
    filter: invert(40%) sepia(40%) saturate(419%) hue-rotate(
0deg) brightness(10%) contrast(100%);
}
.industry-card h3 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    margin: 0px;
    transition: color 0.3s ease;
}
.industry-card:hover h3 {
    color: #000; /* Pink text on hover */
}
.features-grids .feature-cards img.feature-icon {
    height: 60px;
    width: 60px;
    object-fit: contain;
}
section#blog-post .entry-summary {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-top: 0;
}
section#blog-post {
    padding-top: 0;
}
section#blog-post div.lae-portfolio .lae-grid-item {
    padding-top: 0;
    padding-bottom: 0;
}
section#blog-post .entry-summary::before{
    display: none;
}
section#blog-post .lae-entry-text-wrap {
    border: 1px solid #ccc;
    margin-top: 0!important;
    padding: 15px;
}
section#blog-post .lae-entry-text-wrap h3.entry-title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
section#blog-post .lae-entry-text-wrap abbr {
    border: 0;
}

section#contact-form form.wpcf7-form.form-group {
    margin-bottom: 0;
    padding-bottom: 0;
}
section.why-choose-us ul.why-menu li a {
    font-size: 15px;
    line-height: 120%;
    opacity: 1;
    color: #000;
}
section.why-choose-us ul.why-menu {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4,4fr);
    grid-column-gap: 30px;
    margin-top: 15px;
}
@media only screen and (max-width: 1024px) {
.content-left h1 {
    font-size: 40px;
    line-height: 50px;
}
.feature-item span {
    font-size: 15px;
    line-height: 20px;
}
   
.hero-section-2 .custom-container {
    grid-gap: 50px;
}
.stat-description {
    font-size: 13px;
    text-align: start;
}
.stat-number {
    font-size: 35px;
}
.line {
    margin: 12px 0;
}
.main-row-style h2 {
    font-size: 30px;
    line-height: 40px;
}
section.services .services-grid {
    margin-top: 30px;
}
.service-card {
    padding: 30px 15px;
}
.features-grids {
    gap: 10px;
}
section.professional-website-section {
    padding-bottom: 0;
}
.card-back p {
    font-size: 13px;
}
section.what-we-do .card-front h2 {
    font-size: 22px;
}
.main-row-style section.contact-form h2.elementor-heading-title.elementor-size-default {
    font-size: 28px;
}
}




@media only screen and (max-width: 1023px) {
.content-left h1 {
    font-size: 32px;
    line-height: 40px;
}
.features-grid {
    gap: 20px 20px;
    margin-bottom: 25px;
}
section.what-we-do .custom-container {
    flex-direction: column;
}
section.what-we-do .custom-container h2 {
    font-size: 20px;
}
section.what-we-do .what-right .card {
    margin-bottom: 0;
}
.ratings {
    gap: 20px;
}
.hero-section-2 .custom-container {
    grid-gap: 36px;
}
    .content-right {
    width: 45%;
    padding: 25px 15px;
    border-radius: 8px;
}
.hiring-banner-section .banner-content {
    border-radius: 8px;
    padding: 20px 15px;
}
.features-grids {
    grid-template-columns: repeat(2, 1fr);
}
.feature-cards {
    border-radius: 8px;
    padding: 30px 15px;
}
.text-wrapper h3 {
    font-size: 24px;
    margin-bottom: 13px;
    line-height: 33px;
}
.hiring-banner-section .banner-title {
    font-weight: 600;
}
.main-row-style h2 {
    font-size: 26px;
    line-height: 33px;
}
.industries-grid {
    gap: 15px;
}
section.blog-post {
    padding-left: 15px;
    padding-right: 15px;
}
.main-row-style >section.contact-form:before {
    height: 238px;
}
section.hero-section-2 .content-right h3 {
    font-size: 20px;
    line-height: 25px;
}
section.why-choose-us ul.why-menu {
    margin-top: 20px;
    grid-template-columns: repeat(3,3fr);
}
section.why-choose-us ul.why-menu {
list-style:none;
}
}
@media only screen and (max-width: 767px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
    .hero-section-2 .custom-container {
    flex-direction: column;
    grid-gap: 15px;
}
section.hero-section-2 {
    padding: 40px 0 40px;
}
.content-left h1 {
    font-size: 26px;
    line-height: 35px;
}
.features-grid {
    gap: 15px 15px;
    margin-bottom: 25px;
}
.feature-item span {
    font-size: 12px;
    line-height: 18px;
}
section.hero-section-2 .ratings {
    display: none;
}
.content-right {
    width: 100%;
    padding: 25px 15px;
    border-radius: 8px;
}
body div#form-styling p.form-wrap-style.email, body div#form-styling p.form-wrap-style.name {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
.stat-item {
    justify-content: flex-start;
    align-items: center;
}
.stats-section {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 15px;
    gap: 10px;
    margin: 40px 0;
}
.what-right {
    grid-template-columns: repeat(1, 1fr);
}
.card-front i {
    font-size: 28px;
}
.image-content {
    display: none;
}
p.banner-subtitle {
    font-size: 14px;
    line-height: 21px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.main-row-style h2 {
    font-size: 22px;
    line-height: 28px;
}
.text-content {
    text-align: center;
}
.service-card p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
}
.features-grids {
    grid-template-columns: repeat(1, 1fr);
}
.feature-cards p {
    font-size: 14px;
    line-height: 22px;
}
.content-block,.content-block.reverse {
    gap: 25px;
    flex-direction: column;
}
.image-wrapper {
    flex: 1;
    max-width: 100%;
    margin-bottom: 25px;
}
.main-row-style section.contact-form h2.elementor-heading-title.elementor-size-default {
    font-size: 25px;
    line-height: 36px;
}
.main-row-style >section.contact-form:before{
    display:none;
}
section.frequently-asked-question .faq-section {
    column-count: 1;
}
.text-wrapper {
    max-width: 100%;
}
.text-wrapper p {
    font-size: 14px;
}
.text-wrapper h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 29px;
}
.card-body li {
    font-size: 15px;
}
.btn-purchase-outline {
    padding: 15px;
    border: 1px solid #232253;
}
section#blog-post .lae-entry-meta {
    display: none;
}
.main-row-style >section {
    padding-top: 40px;
    padding-bottom: 40px;
}
section.why-choose-us ul.why-menu {
    grid-template-columns: repeat(1,3fr);
}
section.why-choose-us ul.why-menu a {
    font-size: 15px;
}
}