
.coffee-shop {
    overflow: hidden;
}
/* ========== HERO SECTION ========== */
.hero-section {
    position: relative;
    background-color: #C62828;
    color: #fff;
    overflow: hidden;
    min-height: 600px;
}

.hero-decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    pointer-events: none;
}

.hero-bean {
    position: absolute;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.3);
}

.hero-bean-1 {
    top: 80px;
    left: 40px;
    transform: rotate(12deg);
}

.hero-bean-2 {
    top: 160px;
    left: 128px;
    width: 96px;
    height: 96px;
    transform: rotate(-6deg);
}

.hero-bean-3 {
    bottom: 160px;
    left: 80px;
    width: 112px;
    height: 112px;
    transform: rotate(45deg);
}

.hero-bean-4 {
    bottom: 80px;
    right: 33%;
    width: 80px;
    height: 80px;
    transform: rotate(-12deg);
}

.hero-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 64px 32px;
    position: relative;
    z-index: 10;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.hero-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.ordering-for-coffee-shop {
  background-image: url('https://ishopo.ca/wp-content/uploads/2025/11/dsdsd-1-1.webp');
  background-size: cover;         /* pura element cover ho jaye */
  background-position: center;    /* center me image align ho */
  background-repeat: no-repeat;   /* image repeat na ho */
}
.ordering-for-coffee-shop{
width:100% !important;
}.ordering-for-coffee-shop-content{
gap:20px;
}.ordering-for-coffee-shop h1.hero-title {
    margin-bottom: 0px !important;
}.hero-text.ordering-for-coffee-shop {
    gap: 10px;
}.hero-btns{
    padding: 15px 32px !important;
    font-size: 16px !important;
    border-radius: 10px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease;
}.hero-btn-primary:hover {
    color: #000000;
}.hero-btn-outline{
    padding: 14px 42px !important;
}.feature-card .feature-card-coffee-shop .feature-card-coffee-shops img {
    margin-bottom: 12px !important;
    margin: auto !important;
}.feature-card-coffee-shops img {
    margin: auto;
}.phone-mockup-coffee-shop{
width:100%;
}.online-ordering-content-coffee{
gap:0px !important;
}.device-header-coffee-shop{
    text-align: center;
    margin-bottom: 30px !important;
}.highlight-section-coffee-shop{
    padding: 40px 0px !important;
    background: #C31F1F;
    overflow: hidden;
}.highlight-image-coffee img {
    width: 100%  !important;
    height: 100%  !important;

}.highlight-btn-cta {
    padding: 14px 32px  !important;
    font-size: 18px  !important;
    border-radius: 20px  !important;
    
}.highlight-btn-cta:hover{
   color:#000000 !important; 
}.competitor-section-coffee {
    margin-top: 22px !important;
}
.hero-title {
    font-size: 56px;
    font-family: Georgia, serif;
    line-height: 1.1;
}
.loyalty-panel-image-coffee-tab{
    display: block !important;
    justify-content: center;
}.loyalty-panel-desc-coffee-order-text{
    margin-bottom: 20px !important;
}
.hero-subtitle {
    font-size: 18px;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 16px;
}

.hero-btn {
    padding: 24px 32px;
    font-size: 16px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.hero-btn-primary {
    background: #fff;
    color: #1a1a1a;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.hero-btn-primary:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.hero-btn-outline {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.hero-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
}

.hero-images {
    position: relative;
    height: 550px;
}

.hero-img-box {
    position: absolute;
    border-radius: 24px;
    overflow: hidden;
    border: 8px solid #fff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.hero-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-img-1 {
    top: 0;
    left: 0;
    width: 48%;
    height: 45%;
    transform: rotate(2deg);
}

.hero-img-2 {
    top: 0;
    right: 0;
    width: 48%;
    height: 45%;
    transform: rotate(-3deg);
}

.hero-img-3 {
    bottom: 0;
    left: 0;
    width: 48%;
    height: 50%;
    transform: rotate(-2deg);
}

.hero-img-4 {
    bottom: 0;
    right: 0;
    width: 48%;
    height: 50%;
    transform: rotate(1deg);
}

.hero-coffee-bean {
    position: absolute;
    border-radius: 50%;
    background: #8B4513;
    border: 4px solid #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.hero-coffee-bean-1 {
    top: -24px;
    right: 25%;
    width: 64px;
    height: 64px;
    transform: rotate(45deg);
}

.hero-coffee-bean-2 {
    bottom: -16px;
    right: 48px;
    width: 48px;
    height: 48px;
}

/* ========== ONLINE ORDERING SECTION ========== */
.online-ordering-section {
    padding: 50px 0;
    background: #fff;
}

.online-ordering-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.online-ordering-header {
    text-align: center;
    margin-bottom: 64px;
}

.online-ordering-label {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.online-ordering-title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 16px;
    font-weight: 700;
}

.online-ordering-desc {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
}

.online-ordering-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.online-ordering-phones {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coffee-bean-decor {
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.cb-1 {
    top: 32px;
    left: 64px;
    width: 80px;
    height: 96px;
    background: #8B4513;
    border-radius: 45% 55% 50% 50%;
    transform: rotate(45deg);
}

.cb-2 {
    top: 128px;
    left: 16px;
    width: 64px;
    height: 80px;
    background: #6F3E1F;
    border-radius: 48% 52% 45% 55%;
    transform: rotate(-12deg);
}

.cb-3 {
    bottom: 80px;
    left: 32px;
    width: 56px;
    height: 72px;
    background: #8B4513;
    border-radius: 50% 50% 48% 52%;
    transform: rotate(90deg);
}

.cb-4 {
    bottom: 128px;
    right: 48px;
    width: 72px;
    height: 88px;
    background: #6F3E1F;
    border-radius: 52% 48% 50% 50%;
    transform: rotate(-25deg);
}

.cb-5 {
    top: 80px;
    right: 64px;
    width: 64px;
    height: 80px;
    background: #8B4513;
    border-radius: 47% 53% 52% 48%;
    transform: rotate(60deg);
}

.phone-mockup {
    position: absolute;
    width: 224px;
    height: 450px;
    background: #000;
    border-radius: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    border: 12px solid #000;
    top: 50%;
    transform: translateY(-50%);
}

.phone-mockup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.phone-left {
    left: 16px;
    transform: translateY(-50%) rotate(-15deg);
    z-index: 10;
}

.phone-right {
    right: 32px;
    transform: translateY(-50%) rotate(8deg);
    z-index: 20;
}

.online-ordering-features {
    background: #C31F1F;
    padding: 32px;
    border-radius: 40px;
}

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

.feature-card {
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    text-align: center;
}

.feature-icon {
    font-size: 40px;
    margin-bottom: 12px;
}

.feature-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.feature-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* ========== DEVICE MANAGEMENT SECTION ========== */
.device-section {
    padding: 55px 0;
    background: #f9fafb;
}

.device-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.device-header {
    text-align: center;
    margin-bottom: 64px;
}

.device-label {
    font-size: 22px;
    color: #111827;
    margin-bottom: 12px;
}

.device-title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 16px;
    font-weight: 700;
}

.device-desc {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    max-width: 1000px;
    margin: 0 auto;
}

.device-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.device-card {
    background: #C31F1F;
    padding: 32px;
    border-radius: 24px;
    text-align: center;
    color: #fff;
}

.device-card-highlighted {
    box-shadow: 0 0 0 4px #3b82f6;
}

.device-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

.device-card-title {
    font-size: 20px;
    font-weight: 700 !important;
    margin: 14px 0 10px;

}

.device-card-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}

/* ========== HIGHLIGHT FEATURE SECTION ========== */
.highlight-section {
    padding: 80px 0;
    background: #C31F1F;
    overflow: hidden;
}

.highlight-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.highlight-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.highlight-text {
    color: #fff;
}

.highlight-title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 24px;
    font-weight: 700;
}

.highlight-desc {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.highlight-note {
    font-size: 12px;
    line-height: 1.5;
    opacity: 0.9;
    margin-bottom: 32px;
}

.highlight-btn {
    background: #fff;
    color: #000;
    padding: 24px 32px;
    font-size: 16px;
    border-radius: 10px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.highlight-btn:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
}

.highlight-image {
    display: flex;
    justify-content: center;
}

.highlight-image img {
    width: auto;
    height: 400px;
    object-fit: contain;
}

/* ========== MANAGEMENT SECTION ========== */
.management-section {
    padding: 50px 0;
    background: #fff;
}

.management-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.management-header {
    text-align: center;
    margin-bottom: 64px;
}

.management-label {
    font-size: 14px;
    color: #000;
    margin-bottom: 12px;
}

.management-title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 16px;
    font-weight: 700;
}

.management-desc {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
}

.management-content {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 64px;
    align-items: center;
}

.management-features {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.management-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    background: #fff;
    border-radius: 24px;
    border: 2px solid #C31F1F;
}

.management-icon {
    font-size: 32px;
    flex-shrink: 0;
}

.management-card-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}

.management-card-desc {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}

.management-image {
    display: flex;
    justify-content: center;
}

.management-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* ========== COMPETITOR SECTION ========== */
.competitor-section {
    padding: 40px 0 64px;
    background: #C31F1F;
    overflow: visible;
    position: relative;
}

.competitor-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.competitor-content {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 32px;
    align-items: center;
}

.competitor-card {
    background: #fff;
    border-radius: 20px;
    padding: 22px;
}

.competitor-feature {
    position: relative;
    padding-bottom: 22px;
}

.competitor-feature:last-child {
    padding-bottom: 0;
    padding-top: 32px;
}

.competitor-divider {
    border-bottom: 2px dashed #E5E5E5;
}

.competitor-number {
    font-size: 48px;
    color: #C31F1F;
    font-weight: 700;
    margin-top: -22px;
}
.competitor-feature-flex {
    display: flex;
}
.competitor-feature-title {
    font-size: 20px;
    font-weight: 700 !important;
    margin-bottom: 16px;
    padding-right: 64px;
}

.competitor-list {
    list-style: none;
}

.competitor-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
}

.competitor-check {
    color: #C31F1F;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
}

.competitor-item span {
    font-size: 14px;
    line-height: 1.5;
}

.competitor-phone {
    display: flex;
    align-items: flex-end;

}

.competitor-phone img {
    width: 100%;
    max-width: 260px;
    height: auto;
    object-fit: contain;
    margin-bottom: -64px;
}

/* ========== LOYALTY SECTION ========== */
.loyalty-section {
    padding: 50px 0;
    background: #fff;
}

.loyalty-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.loyalty-header {
    text-align: center;
    margin-bottom: 64px;
}

.loyalty-title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 16px;
    font-weight: 700;
}

.loyalty-desc {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    max-width: 900px;
    margin: 0 auto;
}

.loyalty-content {
    display: grid;
    grid-template-columns: 40%  60%;
    gap: 48px;
    margin: auto;
}

.loyalty-tabs {
    background: #C31F1F;
    border-radius: 24px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.loyalty-tab:hover span.loyalty-tab-number, .loyalty-tab:hover span.loyalty-tab-label {
    color: #fff;
}

.loyalty-tab {
    width: 100%;
    text-align: left;
    padding: 15px 30px;
    border-radius: 30px;
    background: #fff;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.loyalty-tab:hover {
    border-color: #fff;
}

.loyalty-tab-active {
    background: #C31F1F;
    color: #fff;
    border-color: #fff;
}

.loyalty-tab-number {
    font-size: 36px;
    font-weight: 700;
}

.loyalty-tab-active .loyalty-tab-number {
    color: #fff;
}

.loyalty-tab:not(.loyalty-tab-active) .loyalty-tab-number {
    color: #C31F1F;
}

.loyalty-tab-label {
    font-size: 18px;
    font-weight: 600;
}

.loyalty-panel {
    position: relative;
}

.loyalty-tab-content {
    display: none;
}

.loyalty-tab-content-active {
    display: block;
}

.loyalty-panel-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
}

.loyalty-panel-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 32px;
}.loyalty-tab-number:hover{
color:#ffffff !important;
}

.loyalty-panel-image img {
    width: 100%;
    max-width: 76%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* ========== APPS SECTION ========== */
.apps-section {
    padding: 50px 0;
    background: #f9fafb;
    margin: 70px 0px;
}

.apps-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.apps-header {
    text-align: center;
    margin-bottom: 20px;
}

.apps-title {
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 8px;
    font-weight: 700;
}

.apps-desc {
    font-size: 16px;
    color: #666;
}
.flex-end {
    justify-content: flex-end;
}
.apps-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.app-item {
    display: grid;
    gap: 0;
    background: #fff;
    border: 2px solid #C31F1F;
    border-radius: 30px;
    overflow: hidden;
    padding:10px;
}
.app-item:nth-child(odd) {
    grid-template-columns: 40% 60%;
}
.app-item:nth-child(even) {
    grid-template-columns: 60% 40%;
}
.app-content {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.app-title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 12px;
    color: #1a1a1a;
    font-weight: 700;
}

.app-desc {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 24px;
    color: #666;
}

.app-btn {
    background: #C31F1F;
    color: #fff;
    padding: 20px 28px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    align-self: flex-start;
    transition: all 0.3s ease;
}

.app-btn:hover {
    background: #B71C1C;
    transform: translateY(-2px);
    color: #ffffff;
}

.app-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.app-content-left {
    order: 1;
}

.app-image-right {
    order: 2;
}

.app-content-right {
    order: 2;
}

.app-image-left {
    order: 1;
}
.competitor-check img {
    width: 100%;
    margin-top: 5px;
    max-width: 17px;
}
/* ========== COFFEE CLUB SECTION ========== */
.coffee-club-section {
    background: #C31F1F;
    overflow: hidden;
    padding-bottom: 52px;
}
.coffee-club-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.coffee-club-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.coffee-club-text {
    color: #fff;
}

.coffee-club-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
}

.coffee-club-desc {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 16px;
}

.coffee-club-note {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 32px;
}

.coffee-club-btn {
    background: #fff;
    color: #1a1a1a;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.coffee-club-btn:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
    color:#ffffff;
}

.coffee-club-phones {
    position: relative;
    height: 500px;
    padding-top: 31px;
}



/* ========== ORDERING SYSTEM SECTION ========== */
.ordering-system-section {
    padding: 50px 0;
    background: #fff;
}

.ordering-system-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.ordering-system-header {
    text-align: center;
    margin-bottom: 48px;
}
.ordering-solution-center{
  text-align: center !important;
}
.ordering-system-title {
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 8px;
    font-weight: 700;
}

.ordering-system-desc {
    font-size: 14px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.ordering-system-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.os-card {
    border-radius: 32px;
    padding: 32px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.os-card-red {
    background: #C31F1F;
    color: #fff;
      text-align: center;
}

.os-card-white {
    background: #fff;
    border: 3px solid #C31F1F;
     
}

.os-card-title {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 6px;
    font-weight: 700;
}.os-icons img {
    width: 100%;
    max-width: 300px;
}
.os-card-text-left{
text-align:left !important;
}
.os-card-desc {
    font-size: 13px;
    line-height: 1.4;
}

.os-card-red .os-card-desc {
    color: rgba(255, 255, 255, 0.9);
}
.features-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 16px;
}

.feature-large {
  background: rgba(195, 31, 31, 0.1);
  border: 1px solid #c31f1f;
  border-radius: 30px;
  padding: 47px 26px;
  grid-row: span 2;
}

.feature-small {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #c31f1f;
  border-radius: 30px;
  padding: 25px 76px 25px 25px;
  display: flex;
  align-items: center;
  gap: 11px;
}

.feature-icon {
  width: 65px;
  height: 65px;
  flex-shrink: 0;
}

.feature-large .feature-icon {
  width: 152px;
  height: 105px;
  margin-bottom: 20px;
}

.feature-title {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
}
.feature-card-coffee-shops {
    margin: auto !IMPORTANT;
}
.feature-description {
  font-size: 18px;
  color: #111827;
  line-height: 22.5px;
}

/* Integrations Section */
.integrations-content{
    display: flex;
    gap: 0;
}
.apps-header-coffe-shop{
padding-top:60px;
}

.os-card-white .os-card-desc {
    color: #666;
}

.os-card-image {
    position: absolute;
    bottom: 0;
    right: 0;
}

.os-card-image img {
    width: 397px;
    height: auto;
}
.os-card-white {
    background-image: url('https://ishopo.ca/wp-content/uploads/2025/11/Mask-group-1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
 
}
.os-card-right {
    background: #fff;
    border: 3px solid #C31F1F;
    text-align: center;
}

.os-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: auto;
    margin-bottom: 32px;
}

.os-icon {
    font-size: 64px;
}

.os-notification {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    max-width: 280px;
    margin: auto auto 32px;
}

.os-notification-title {
    color: #C31F1F;
    font-size: 11px;
    margin-bottom: 2px;
    font-weight: 600;
}

.os-notification-desc {
    color: #1a1a1a;
    font-size: 11px;
    line-height: 1.4;
}

/* ========== INTEGRATION SECTION ========== */
.integration-section {
    padding: 20px 0 50px;
    background: #fff;
}

.integration-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.integration-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.integration-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
}

.integration-desc {
    font-size: 18px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 32px;
}

.integration-btn {
    background: #C31F1F;
    color: #fff;
    padding: 16px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(195, 31, 31, 0.3);
    transition: all 0.3s ease;
}

.integration-btn:hover {
    background: #A51818;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(195, 31, 31, 0.4);
    color: #fff;
}

.integration-diagram {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.integration-circle {
    position: absolute;
    border-radius: 50%;
    border: 2px dashed #d1d5db;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.integration-circle-outer {
    width: 400px;
    height: 400px;
}

.integration-circle-inner {
    width: 300px;
    height: 300px;
}

.integration-center {
    position: absolute;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 4px solid #f3f4f6;
    z-index: 10;
    font-size: 20px;
    font-weight: 700;
    color: #C31F1F;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.integration-partner {
    position: absolute;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid #e5e7eb;
    font-size: 32px;
    top: 50%;
    left: 50%;
}

.integration-partner-1 {
    transform: translate(calc(-50% + 0px), calc(-50% - 200px));
}

.integration-partner-2 {
    transform: translate(calc(-50% + 173px), calc(-50% - 100px));
}

.integration-partner-3 {
    transform: translate(calc(-50% + 173px), calc(-50% + 100px));
}

.integration-partner-4 {
    transform: translate(calc(-50% + 0px), calc(-50% + 200px));
}

.integration-partner-5 {
    transform: translate(calc(-50% - 173px), calc(-50% + 100px));
}

.integration-partner-6 {
    transform: translate(calc(-50% - 173px), calc(-50% - 100px));
}

/* ========== FAQ SECTION ========== */
.faq-section {
    padding: 80px 0;
    background: #f9fafb;
}

.faq-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 24px;
}

.faq-header {
    text-align: center;
    margin-bottom: 64px;
}

.faq-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 16px;
}

.faq-desc {
    font-size: 20px;
    color: #666;
}

.faq-accordion {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 32px;
}

.faq-item {
    border-bottom: 1px solid #e5e7eb;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    width: 100%;
    text-align: left;
    padding: 20px 0;
    background: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: #C31F1F;
}

.faq-icon {
    font-size: 24px;
    font-weight: 400;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer p {
    padding-bottom: 20px;
    color: #666;
    line-height: 1.6;
}

/* ========== NEWSLETTER SECTION ========== */
.newsletter-section {
    padding: 64px 0;
    background: #C62828;
}

.newsletter-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.newsletter-title {
    font-size: 32px;
    color: #fff;
    margin-bottom: 16px;
    font-weight: 700;
}

.newsletter-desc {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 32px;
}

.newsletter-form {
    display: flex;
    gap: 16px;
    max-width: 512px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.newsletter-input-wrapper {
    flex: 1;
    position: relative;
    min-width: 250px;
}

.newsletter-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #999;
}

.newsletter-input {
    width: 100%;
    height: 56px;
    padding: 0 16px 0 48px;
    border-radius: 50px;
    border: none;
    font-size: 16px;
}

.newsletter-btn {
    background: #1a1a1a;
    color: #fff;
    padding: 0 32px;
    height: 56px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.newsletter-btn:hover {
    background: #333;
}

/* ========== CTA SECTION ========== */
.cta-section {
    padding: 80px 0;
    background: #fff;
}

.cta-container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
}

.cta-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 24px;
}

.cta-desc {
    font-size: 20px;
    color: #666;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btn {
    padding: 0 40px;
    height: 56px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-btn-primary {
    background: #C62828;
    color: #fff;
}

.cta-btn-primary:hover {
    background: #B71C1C;
    transform: translateY(-2px);
}

.cta-btn-outline {
    background: transparent;
    border: 2px solid #C62828;
    color: #C62828;
}

.cta-btn-outline:hover {
    background: #C62828;
    color: #fff;
}

.cta-note {
    margin-top: 32px;
    color: #999;
    font-size: 14px;
}

/* ========== FOOTER ========== */
.footer {
    background: #1a1a1a;
    color: #fff;
    padding: 48px 0;
}

.footer-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-bottom: 32px;
}

.footer-heading {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #999;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-copyright {
    color: #999;
    font-size: 14px;
}

.footer-social {
    display: flex;
    gap: 24px;
}

.footer-social a {
    color: #999;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-social a:hover {
    color: #fff;
}

/* ========== RESPONSIVE DESIGN ========== */
@media (max-width: 1024px) {
    .hero-content,
    .online-ordering-content,
    .highlight-content,
    .management-content,
    .loyalty-content,
    .coffee-club-content,
    .integration-content {
        grid-template-columns: 1fr;
    }
    
    .competitor-content {
        grid-template-columns: 1fr;
    }
    
    .competitor-phone {
        margin-top: 0;
        order: 2;
    }
    
    .competitor-phone img {
        margin-bottom: 0;
    }
    
    .device-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .hero-title {
        font-size: 42px;
    }
    
    .online-ordering-title,
    .device-title,
    .highlight-title,
    .management-title,
    .loyalty-title,
    .coffee-club-title,
    .integration-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .feature-grid,
    .device-grid {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
    
   .app-item {
    grid-template-columns: 1fr !important;
}
    
    .app-content-left,
    .app-content-right,
    .app-image-left,
    .app-image-right {
        order: initial;
    }
    
    .ordering-system-grid {
        grid-template-columns: 1fr;
    }
    
    .hero-title {
        font-size: 32px;
    }
    
    .hero-images {
        height: 400px;
    }
    
    .online-ordering-phones,
    .coffee-club-phones {
     padding:10px;
     height:100%;
    }
    
   
    .newsletter-form {
        flex-direction: column;
    }
    
    .newsletter-input-wrapper {
        min-width: 100%;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 480px) {
    .hero-container,
    .online-ordering-container,
    .device-container,
    .highlight-container,
    .management-container,
    .competitor-container,
    .loyalty-container,
    .apps-container,
    .coffee-club-container,
    .ordering-system-container,
    .integration-container,
    .faq-container,
    .newsletter-container,
    .cta-container,
    .footer-container {
        padding: 0 16px;
    }
    
    .hero-title,
    .online-ordering-title,
    .device-title,
    .highlight-title,
    .management-title,
    .loyalty-title,
    .coffee-club-title,
    .integration-title,
    .apps-title,
    .ordering-system-title,
    .cta-title,
    .faq-title {
        font-size: 28px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .features-grid {
        display: grid;
        grid-template-columns: 1fr !important;
        gap: 16px;
    }.ordering-for-coffee-shop-content {
    margin-top: 47px;
}.hero-btns {
    padding: 6px 14px !important;
    font-size: 14px !important;
    
}.competitor-section-coffee {
    margin-top: 2px !important;
}.competitor-section {
    padding: 40px 0 40px;

}.integration-section {
    padding: 0px;
  
}.integration-content {
  gap: 5px; 
    
}.os-card-image img {
    width: 232px;
    height: auto;
}.competitor-phone img {
    width: 100%;
    max-width: 132px;
    margin: auto;
} .app-grid {
        display: block  !important;
 
}
.build-card {position:relative;}
.build-card::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgb(195 31 31 / 0%) 10.15%, rgb(255 255 255 / 100%) 100%);
    border-radius: 30px;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.build-card-content {z-index:1;}
.coffee-club-section {
    padding: 50px 24px 0px;
}.apps-section {
    padding: 32px 0;
    background: #f9fafb;
    margin: 30px 0px;
}.feature-small {
    padding: 20px;
}.hero-section {
    padding-bottom: 0px !important;
}.loyalty-tab {
    padding: 3px 16px;
}.online-ordering-header {

    margin-bottom: 4px;
}.device-section {
    padding: 30px 0;

}.apps-header-coffe-shop {
    padding-top: 40px;
}.ordering-system-header {

    margin-bottom: 20px;
}.integration-diagram {
    min-height: 100%;
    padding: 24px;
}.integration-btn {
    display: none;
}.integration-desc {
  margin-bottom: 10px;
}.online-ordering-section {
    padding: 30px 0;
}.management-section {
    padding: 35px 0;
   
}.loyalty-panel-image img {
    max-width: 100%;
}.management-features {
    order: 2;
}.competitor-column.competitor-phone {
    display: none;
}
}.food-clients-section {
    padding: 80px 20px;
    background: #ffffff;
}
}


