/** navigation **/
#product .navbar-default {
  background-color: #fff;
  border-color: #e7e7e7;
  text-transform: uppercase;
}
#product .navbar-default .navbar-nav>li>a {
  letter-spacing: 1.5px;
}
.navbar .navbar-brand a img {
  margin-top: -12px;
}
#product .navbar-brand {
  padding: 3px 30px;
}
#product .dropdown-menu>li>a {
  text-transform: capitalize;
}

/** product-description **/
#product-description {
  background: #fff;
  width: 100%;
  overflow-x: hidden;
}

/*bootstrap css*/

#product-description .container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  #product-description .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
    border-radius: 6px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media (min-width: 320px) and (max-width:768) {
  .gallery-placeholder {
    padding:15px;
  }

  .fotorama__stage__frame .fotorama__img{
    width:100%;
    left:0;
    right:0;
  }
}



/*end bootstrap css*/

/* general class for product pages */
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 21px;
  margin-left: 0!important;
  margin-right: 0!important;
}
/* general class for product pages */

#product-description .section {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}


#product-description .first-product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

#product-description .first-product-image .image {
    flex: 1;
    position: relative;
    padding: 40px;
    max-width: 900px;
}

#product-description .first-product-image .image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

#product-description .first-product-image .image img:hover {
    transform: translateY(-5px);
}

#product-description .first-product-image .text {
    flex: 1;
    padding: 0 60px;
    max-width: 900px;
}

#product-description .first-product-image h2 {
    font-size: 48px;
    font-weight: 800;
    color: #073756;
    margin-bottom: 30px;
    line-height: 1.2;
    position: relative;
    padding: 0;
}

#product-description .first-product-image h2:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 80px;
    height: 4px;
    background: #073756;
    border-radius: 2px;
}

/* Add a subtle background pattern */
.first-product-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(#073756 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.03;
    pointer-events: none;
}

@media (max-width: 1600px) {
    #product-description .first-product-image {
        max-width: 1600px;
        padding: 0 40px;
    }
}

@media (max-width: 1200px) {
    #product-description .first-product-image {
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    #product-description .section.first-product-image {
        padding: 100px 0 60px;
    }

    #product-description .first-product-image {
        flex-direction: column;
        text-align: center;
        padding: 0 30px;
    }

    #product-description .first-product-image .image,
    #product-description .first-product-image .text {
        max-width: 700px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    #product-description .section.first-product-image {
        padding: 80px 0 40px;
    }

    #product-description .first-product-image {
        padding: 20px;
    }

    #product-description .first-product-image h2 {
        font-size: 32px;
    }

    #product-description .first-product-image .image {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    #product-description .section.first-product-image {
        padding: 60px 0 30px;
    }

    #product-description .first-product-image h2 {
        font-size: 28px;
    }
}

@media (min-width: 768px) {
    #product-description .product-image {
        padding: 40px;
    }
}



@media (min-width: 768px) {
  #product-description .frame-center {
    background: url("../images/klaviyo-addon/frame-center.png") no-repeat top center !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

  }
}

#product-description h1,
#product-description .h1,
#product-description h2,
#product-description .h2,
#product-description h3,
#product-description .h3,
#product-description h4,
#product-description .h4 {
  text-transform: uppercase;
  font-weight: bolder;
  letter-spacing: 3px;
  line-height: 0.9;
  padding: 50px 0 15px 0;
}

@media (min-width: 768px) {
  #product-description .col-sm-6.text {
    padding: 0 5%;
  }
  #product-description h1 {
    font-size: 58px;
  }
  #product-description h2 {
    font-size: 58px;
  }
  #product-description h3 {
    font-size: 58px;
  }
  #product-description h4 {
    font-size: 40px;
  }
}

#product-description .banner img{
    width:100%;
}

@media (min-width: 768px) {
  #product-description .banner img{
    width:auto;
  }
}


#product-description #about {
  text-align: left;
}

#product-description p {
  font-weight: 400;
  line-height: 2;
  font-size: 1.4rem;
  color: none;
}
#product-description i {
  max-width: 800px;
}
#product-description .center {
  margin: 0 auto;
  text-align: center;
}
#product-description li {
  line-height: 1.5;
}

#product-description .container {
  margin: 0 auto;
  padding: 40px 0;
  max-width: 1920px;
  width: 100%;
}

.no-padding{
  padding:0!important;
}

#product-description .img-center-padding{
  padding: 100px 0;
}


#product-description .white {
  background: #fff;
}
#product-description .black {
  background: #000;
  color: #fff;
}
#product-description .grey {
  background: #fafafa;
}


#product-description .black h2 {
  color: #fff
}
#product-description .width-full {
  width: 100%;
}
#product-description .img-centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-card-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  width: 70%;
  margin: 0 auto;
  padding: 5% 0;
}

.wp-card {
  justify-self: center;
  width: 100%;
  padding: 3rem 5rem;
}

.card-grey {
  border: 1px solid #073756;
  background-color: #fafafa;
}

.card-blue {
  color: #ffffff;
  background-color: #073756;
}

#product-description .wp-card-section .wp-card > h4 {
  font-size: 3rem;
  padding: 2rem 0;
}

/* Feature Box Styles */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
    max-width: 1920px;
    margin: 40px auto;
    padding: 0 30px;
}
.feature-card {
    min-width: 0;
}
.feature-box {
    background: rgba(255,255,255,0.05);
    border-radius: 8px;
    padding: 35px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
    display: flex;
    flex-direction: column;
}
.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    background: rgba(255,255,255,0.1);
}
.feature-icon {
    font-size: 1.8em !important;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
}
.feature-box h3 {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding: 0;
}

#product-description .feature-box h3 {
    font-size: 28px;
    padding: 0;
    line-height: 1.3;
}

.feature-box ul {
    padding-left: 15px;
    margin-bottom: 0;
    flex-grow: 1;
}
.feature-box ul li {
    margin-bottom: 8px;
    color: #ccc;
    font-size: 1em;
    line-height: 1.4;
}
.feature-box ul li:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .feature-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

.compatibility-note {
    margin-top: 50px;
    padding: 25px;
    background: rgba(255,255,255,0.05);
    border-radius: 8px;
}
.compatibility-note h4 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 1.3em;
}
.list-inline {
    padding-left: 0;
    margin-bottom: 0;
}
.list-inline-item {
    display: inline-block;
    margin: 0 15px;
    color: #ccc;
    font-size: 0.95em;
}
.list-inline-item .fa {
    color: #4CAF50;
    margin-right: 5px;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.text-center {
    text-align: center !important;
}

/* Installation Section Styles */
.install-steps {
    max-width: 1920px;
    margin: 40px auto;
    padding: 0 30px;
}

.install-step {
    background: rgba(255,255,255,0.98);
    border-radius: 8px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: relative;
    transition: all 0.3s ease;
}

.install-step:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.install-step-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.step-number {
    background: #073756;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 15px;
}

.install-step h3 {
    margin: 0;
    padding: 0 !important;
    font-size: 24px !important;
    color: #073756;
}

.install-step-content {
    padding-left: 55px;
}

.command-block {
    background: #2b2b2b;
    border-radius: 6px;
    padding: 15px 20px 15px 35px;
    margin: 15px 0;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.command-block code {
    color: #e6e6e6;
    font-family: 'Monaco', 'Consolas', monospace;
    font-size: 14px;
    display: block;
    line-height: 1.6;
    background: transparent;
}

.command-block:before {
    content: '$';
    color: #888;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.info-box,
.warning-box,
.success-box {
    display: flex;
    align-items: center;
    padding: 15px;
    margin: 15px 0;
    font-size: 0.95em;
    border-radius: 4px;
}

.info-box {
    background: #e3f2fd;
    border-left: 4px solid #1976d2;
    color: #0d47a1;
}

.warning-box {
    background: #fff3e0;
    border-left: 4px solid #f57c00;
    color: #e65100;
}

.success-box {
    background: #e8f5e9;
    border-left: 4px solid #43a047;
    color: #1b5e20;
}

.info-box .fa,
.warning-box .fa,
.success-box .fa {
    margin-right: 10px;
    font-size: 16px;
    flex-shrink: 0;
}

/* Add spacing between text elements */
.info-box span,
.warning-box span,
.success-box span {
    word-spacing: 0.05em;
}

/* Style for paragraphs in info boxes */
.info-box p,
.warning-box p,
.success-box p {
    margin: 0;
    flex-grow: 1;
}

/* Style for direct text in info boxes */
.info-box > :not(.fa):not(p),
.warning-box > :not(.fa):not(p),
.success-box > :not(.fa):not(p) {
    margin: 0;
}

/* Style for code/path text */
.info-box code,
.warning-box code,
.success-box code {
    margin: 0 4px;
    padding: 2px 6px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    font-family: 'Monaco', 'Consolas', monospace;
    font-size: 0.9em;
}

.install-step ul,
.install-step-content ul {
    padding-left: 0;
    list-style: none;
    margin: 15px 0;
}

.install-step ul li,
.install-step-content ul li {
    margin-bottom: 12px;
    position: relative;
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
    padding: 0;
    list-style-type: none; /* Explicitly remove bullets */
}

.install-step ul li i.fa,
.install-step-content ul li i.fa {
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 3px;
    color: #333;
    font-size: 16px;
}

/* Style for the text wrapper */
.install-step ul li .text-wrapper,
.install-step-content ul li .text-wrapper {
    flex: 1;
    display: inline-block;
    margin-top: 0;
    padding-left: 0;
}

.install-step .fa {
    margin-right: 10px;
    color: #073756;
    display: inline;
    font-size: 16px;
}

.intro-box {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 35px;
    margin: 30px auto;
    max-width: 1190px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.intro-box .intro-icon {
    font-size: 40px;
    color: #073756;
    flex-shrink: 0;
}

.intro-box p {
    margin: 0;
    font-size: 1.2em;
    line-height: 1.6;
}

#product-description h2.text-center.mb-5 {
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
}

.benefits-section {
    margin: 80px auto;
    max-width: 1600px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 30px auto;
}

.benefit-item {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.benefit-item i {
    font-size: 30px;
    color: #073756;
    margin-bottom: 15px;
}

.benefit-item h5 {
    font-size: 1.1em;
    font-weight: 600;
    margin: 15px 0;
    color: #073756;
}

.benefit-item p {
    font-size: 0.95em;
    line-height: 1.5;
    margin: 0;
    color: #666;
}

.workflow-section {
    margin: 80px auto;
    max-width: 1600px;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}

.workflow-section h4 {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}

.workflow-section h4:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #073756;
    border-radius: 2px;
}

.workflow-steps {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    margin: 30px auto;
    max-width: 1600px;
    flex-wrap: nowrap;
    padding: 20px 0;
}

.workflow-step {
    text-align: center;
    flex: 1;
    min-width: 0;
    max-width: none;
    background: white;
    padding: 25px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.workflow-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.workflow-step i {
    font-size: 28px;
    color: #073756;
    background: rgba(7, 55, 86, 0.1);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 15px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.workflow-step:hover i {
    background: #073756;
    color: white;
}

.workflow-step.arrow-step {
    flex: 0 0 auto;
    background: none;
    box-shadow: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
}

.workflow-step.arrow-step i {
    background: none;
    width: auto;
    height: auto;
    color: #073756;
    opacity: 0.5;
    font-size: 24px;
    margin: 0;
}

.workflow-step p {
    font-size: 0.95em;
    line-height: 1.5;
    margin: 15px 0 0;
    white-space: normal;
    color: #555;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .workflow-section {
        padding: 30px;
        margin: 60px auto;
    }

    .workflow-steps {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }
    
    .workflow-step {
        flex: 0 1 calc(50% - 40px);
        max-width: calc(50% - 40px);
    }
    
    .workflow-step.arrow-step {
        transform: rotate(90deg);
        margin: 0;
        height: 40px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .workflow-section {
        padding: 25px;
        margin: 40px auto;
    }

    .workflow-steps {
        flex-direction: column;
        gap: 20px;
    }
    
    .workflow-step {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .workflow-step.arrow-step {
        transform: rotate(90deg);
        margin: 0;
        height: 30px;
        width: 100%;
    }
    
    .workflow-step.arrow-step i {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .workflow-section {
        padding: 20px;
        margin: 30px auto;
    }

    .workflow-step {
        padding: 20px 15px;
    }

    .workflow-step i {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}

.config-section {
    margin-bottom: 3rem;
    background-color: rgba(7, 55, 86, 0.03);
    border-radius: 8px;
    padding: 1.5rem;
}

.config-header {
    background: #073756;
    color: #fff;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.config-header i {
    font-size: 32px;
}

.config-header h4 {
    margin: 0;
    padding: 0 !important;
    font-size: 32px !important;
    color: #fff !important;
}

.config-content {
    padding: 50px;
    max-width: 1920px;
    margin: 0 auto;
}

.config-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    max-width: 1800px;
    margin: 0 auto;
}

.config-grid-item {
    min-width: 0;
}

.config-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.15);
    display: block;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.config-image:hover {
    opacity: 0.9;
}

.zoom-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.zoom-overlay.active {
    display: flex;
    opacity: 1;
    align-items: center;
    justify-content: center;
}

.zoom-container {
    position: relative;
    max-width: 90%;
    max-height: 90vh;
    margin: 20px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
}

.zoom-image {
    display: block;
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
}

.zoom-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 10000;
}

.zoom-close:hover {
    background: #f0f0f0;
}

.zoom-close i {
    color: #333;
    font-size: 16px;
}

.analytics-params {
    background: #f8f9fa;
    border-radius: 6px;
    padding: 15px;
}

.param-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
}

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

.param-item.required .param-name:after {
    content: '*';
    color: #f57c00;
    margin-left: 4px;
}

.param-name {
    font-weight: 600;
    color: #073756;
}

.param-example {
    color: #666;
    font-family: 'Monaco', 'Consolas', monospace;
    font-size: 0.9em;
    background: rgba(0,0,0,0.05);
    padding: 2px 6px;
    border-radius: 3px;
}

@media (max-width: 1920px) {
    .config-content {
        padding: 40px;
    }
    
    .config-grid {
        max-width: 100%;
        gap: 40px;
    }
}

@media (max-width: 1400px) {
    .config-content {
        padding: 30px;
    }
    
    .config-grid {
        gap: 30px;
    }
}

@media (min-width: 1400px) {
    .feature-box {
        padding: 35px;
    }
    
    .install-step {
        padding: 40px;
    }
    
    .config-content {
        padding: 40px;
    }
    
    .setting-group {
        margin-bottom: 40px;
    }
    
    .setting-item {
        margin-bottom: 30px;
    }
    
    #product-description p {
        font-size: 1.5rem;
    }
    
    .feature-box h3 {
        font-size: 28px;
    }
    
    .feature-box ul li {
        font-size: 1em;
    }
}

/* Responsive styles for configuration sections */
@media (max-width: 1400px) {
    .config-content {
        padding: 40px;
    }

    .config-section .row {
        gap: 40px;
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .config-header-alt {
        padding: 20px;
    }

    .config-header-alt i {
        font-size: 24px;
    }

    .config-header-alt h3 {
        font-size: 24px !important;
    }

    .config-header {
        padding: 20px;
    }

    .config-header i {
        font-size: 24px;
    }

    .config-header h4 {
        font-size: 24px !important;
    }

    .config-content {
        padding: 25px;
    }

    .config-section .row {
        gap: 30px;
        padding: 0 10px;
    }

    .config-section .col-md-6 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    .config-image {
        margin: 20px 0;
    }

    .setting-group {
        margin-bottom: 30px;
    }

    .config-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .config-grid-item {
        width: 100%;
    }

    .config-image {
        max-width: 100%;
        margin: 0 auto;
    }

    /* Reorder grid items when image is first */
    .config-grid-item:first-child:has(img) {
        order: 2;
    }
    
    .config-grid-item:last-child:not(:has(img)) {
        order: 1;
    }
}

@media (max-width: 767px) {
    .config-header-alt {
        padding: 15px;
    }

    .config-header-alt i {
        font-size: 20px;
    }

    .config-header-alt h3 {
        font-size: 20px !important;
    }

    .config-header {
        padding: 15px;
    }

    .config-header i {
        font-size: 20px;
    }

    .config-header h4 {
        font-size: 20px !important;
    }

    .config-content {
        padding: 20px;
    }

    .setting-item {
        margin-bottom: 25px;
    }

    .setting-item h5 {
        font-size: 1.1em;
    }

    .setting-item p,
    .setting-item ul li {
        font-size: 0.9em;
    }

    .analytics-params {
        padding: 12px;
    }

    .param-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .param-example {
        align-self: flex-start;
    }

    .config-grid {
        gap: 25px;
    }

    .zoom-container {
        max-width: 95%;
        margin: 10px;
    }
    
    .zoom-close {
        top: 10px;
        right: 10px;
        width: 25px;
        height: 25px;
    }
    
    .zoom-close i {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .config-header-alt {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .config-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
        padding: 15px;
    }

    .config-header h4 {
        font-size: 18px !important;
    }

    .config-content {
        padding: 20px;
    }

    .config-path {
        padding: 12px 15px;
        font-size: 0.9em;
    }

    .setting-item h5 {
        font-size: 1em;
    }
}

.config-section .row {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    margin: 0;
    padding: 0 20px;
}

.config-section .col-md-6 {
    flex: 0 0 calc(50% - 30px);
    width: calc(50% - 30px);
    max-width: calc(50% - 30px);
    padding: 0;
}

.config-path {
    background: #f8f9fa;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    color: #073756;
    font-family: 'Monaco', 'Consolas', monospace;
    font-size: 1em;
}

.config-path i {
    margin-right: 12px;
    color: #073756;
}

.setting-group {
    margin-bottom: 50px;
}

.setting-item {
    margin-bottom: 35px;
}

.setting-item:last-child {
    margin-bottom: 0;
}

.setting-item h5 {
    color: #073756;
    font-size: 1.2em;
    margin-bottom: 15px;
    font-weight: 600;
}

.setting-item h5 i {
    margin-right: 12px;
}

.setting-item p {
    margin: 0;
    color: #666;
    font-size: 1em;
    line-height: 1.6;
}

.setting-item ul {
    margin: 15px 0 0;
    padding-left: 30px;
}

.setting-item ul li {
    margin-bottom: 12px;
    color: #666;
    font-size: 1em;
    line-height: 1.5;
}

/* Changelog Section Styles */
.changelog-section {
    background: #fff;
    border-radius: 8px;
    margin: 80px auto;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    overflow: hidden;
    width: 100%;
    max-width: 1600px;
}

.changelog-header {
    background: #073756;
    color: #fff;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.changelog-header i {
    font-size: 32px;
}

.changelog-header h4 {
    margin: 0;
    padding: 0 !important;
    font-size: 32px !important;
    color: #fff !important;
    line-height: 1.3;
}

.changelog-content {
    padding: 50px;
    max-width: 1920px;
    margin: 0 auto;
}

.version-item {
    margin-bottom: 40px;
}

.version-item:last-child {
    margin-bottom: 0;
}

.version-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e0e0e0;
}

.version-number {
    font-size: 1.8em;
    font-weight: 600;
    color: #073756;
}

.version-date {
    color: #666;
    font-size: 1.1em;
}

.version-changes {
    padding-left: 20px;
}

.change-type {
    margin-bottom: 30px;
}

.change-type:last-child {
    margin-bottom: 0;
}

.change-type h5 {
    color: #073756;
    font-size: 1.2em;
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
}

.change-type h5 i {
    color: #073756;
    font-size: 1.2em;
}

.change-type ul {
    margin: 0;
    padding-left: 30px;
}

.change-type ul li {
    margin-bottom: 12px;
    color: #666;
    font-size: 1em;
    line-height: 1.5;
}

.change-type ul li:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .changelog-header {
        padding: 20px;
    }

    .changelog-header i {
        font-size: 24px;
    }

    .changelog-header h4 {
        font-size: 24px !important;
    }

    .changelog-content {
        padding: 30px;
    }

    .version-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .changelog-header {
        padding: 15px;
    }

    .changelog-header i {
        font-size: 20px;
    }

    .changelog-header h4 {
        font-size: 20px !important;
    }

    .changelog-content {
        padding: 20px;
    }

    .version-changes {
        padding-left: 0;
    }

    .change-type ul {
        padding-left: 20px;
    }
}

@media (max-width: 480px) {
    .changelog-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .version-number {
        font-size: 1.5em;
    }

    .version-date {
        font-size: 1em;
    }

    .change-type h5 {
        font-size: 1.1em;
    }
}

#product-description .container {
    margin: 0 auto;
    padding: 40px 0;
    max-width: 1920px;
    width: 100%;
}

#product-description .jumbotron {
    max-width: 1600px;
    margin: 0 auto;
    padding: 50px;
}

@media (max-width: 1600px) {
    .intro-box,
    .benefits-section,
    .workflow-section,
    #product-description .jumbotron {
        max-width: 100%;
        padding: 40px;
    }
}

@media (max-width: 991px) {
    .intro-box,
    #product-description .jumbotron {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .intro-box,
    #product-description .jumbotron {
        padding: 20px;
    }
}

#product-description .jumbotron.frame-center {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px;
}

#product-description .jumbotron.frame-center .intro-box {
    max-width: 1190px;
}

#product-description .jumbotron.frame-center .benefits-section,
#product-description .jumbotron.frame-center .workflow-section {
    max-width: 100%;
}

@media (max-width: 1200px) {
    #product-description .jumbotron.frame-center {
        max-width: 100%;
        padding: 40px;
    }
}

@media (max-width: 991px) {
    #product-description .jumbotron.frame-center {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    #product-description .jumbotron.frame-center {
        padding: 20px;
    }
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 30px auto;
}

@media (max-width: 991px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .benefit-item {
        padding: 25px 20px;
    }

    .benefit-item h5 {
        font-size: 1em;
        margin: 12px 0;
    }

    .benefit-item p {
        font-size: 0.9em;
        line-height: 1.4;
    }
}

@media (max-width: 767px) {
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
    }

    .benefit-item {
        padding: 20px 15px;
    }

    .benefit-item i {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

/* Installation section mobile improvements */
@media (max-width: 991px) {
    .install-steps {
        padding: 0 20px;
    }

    .install-step {
        padding: 30px;
        margin-bottom: 20px;
    }

    .install-step-content {
        padding-left: 45px;
    }

    .command-block {
        margin: 12px 0;
        padding: 12px 20px 12px 30px;
    }

    .command-block code {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .install-steps {
        padding: 0 15px;
        margin: 30px auto;
    }

    .install-step {
        padding: 20px;
        margin-bottom: 15px;
    }

    .install-step-header {
        margin-bottom: 15px;
    }

    .step-number {
        width: 35px;
        height: 35px;
        font-size: 0.9em;
    }

    .install-step h3 {
        font-size: 20px !important;
    }

    .install-step-content {
        padding-left: 0;
        margin-top: 15px;
    }

    .info-box,
    .warning-box,
    .success-box {
        padding: 12px;
        font-size: 0.9em;
        flex-direction: column;
        text-align: center;
    }

    .info-box .fa,
    .warning-box .fa,
    .success-box .fa {
        margin: 0 0 8px 0;
        font-size: 20px;
    }

    .install-step ul li {
        font-size: 0.9em;
        line-height: 1.4;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .benefits-grid {
        gap: 15px;
        padding: 0 10px;
    }

    .benefit-item {
        padding: 15px;
    }

    .install-steps {
        padding: 0 10px;
        margin: 20px auto;
    }

    .install-step {
        padding: 15px;
    }

    .command-block {
        padding: 10px 15px 10px 25px;
    }

    .command-block:before {
        left: 10px;
    }

    .command-block code {
        font-size: 12px;
    }
}

/* Additional CSS for modern design elements */

/* Ensure proper spacing for all sections */
.mb-5 {
    margin-bottom: 3rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.text-center {
    text-align: center !important;
}

/* Ensure proper styling for changelog items */
.changelog-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
}

.changelog-item {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.changelog-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.changelog-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.changelog-header h3 {
    margin: 0;
    padding: 0 !important;
    font-size: 1.25rem;
    color: #073756;
}

.changelog-header h3 i {
    margin-right: 0.5rem;
    color: #073756;
}

.changelog-content ul {
    padding-left: 1.5rem;
    margin-bottom: 0;
}

.changelog-content ul li {
    margin-bottom: 0.75rem;
    position: relative;
}

.changelog-content ul li:last-child {
    margin-bottom: 0;
}

.changelog-content ul li i {
    position: absolute;
    left: 0;
    top: 0.25rem;
    color: #073756;
}

/* Ensure proper styling for config sections */
.config-section {
    margin-bottom: 3rem;
    background-color: rgba(7, 55, 86, 0.03);
    border-radius: 8px;
    padding: 1.5rem;
}

.config-options ul {
    padding-left: 0;
    list-style: none;
}

.config-options ul li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.75rem;
}

.config-options ul li i {
    position: absolute;
    left: 0;
    top: 0.25rem;
    color: #073756;
    width: 1.25rem;
    text-align: center;
}

@media (max-width: 767px) {
    .zoom-container {
        max-width: 95%;
        margin: 10px;
    }
    
    .zoom-close {
        top: 10px;
        right: 10px;
        width: 25px;
        height: 25px;
    }
    
    .zoom-close i {
        font-size: 14px;
    }
}

/* General styling for lists with Font Awesome icons */
ul li i.fa + .text-wrapper {
    display: inline-block;
    flex: 1;
    margin-top: 0;
    padding-left: 0;
}

ul li i.fa {
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 3px;
    color: #333;
}

/* Styling for requirements lists */
.requirements-list {
    margin: 15px 0;
    list-style: none !important;
}

.requirements-list li {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 15px;
    list-style-type: none !important;
    padding-left: 0 !important;
}

.requirements-list li i.fa {
    margin-right: 10px !important;
    margin-top: 3px !important;
    flex-shrink: 0 !important;
    color: #333 !important;
}

.requirements-list li .text-wrapper {
    display: inline !important;
    flex: 1 !important;
}

/* Direct styling for the Requirements section list */
#requirements ul.install-step {
    list-style-type: none;
    margin: 15px 0;
}

#requirements ul.install-step li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    list-style-type: none;
}

#requirements ul.install-step li i.fa {
    margin-right: 10px;
    margin-top: 3px;
    flex-shrink: 0;
    color: #333;
}

#requirements ul.install-step li .text-wrapper {
    display: inline;
    flex: 1;
}

/* General styling for lists with Font Awesome icons */
ul li i.fa + .text-wrapper {
    display: inline-block;
    flex: 1;
    margin-top: 0;
    padding-left: 0;
}

ul li i.fa {
    margin-right: 10px;
    flex-shrink: 0;
    margin-top: 3px;
    color: #333;
}

@media (max-width: 480px) {
    .install-step-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .step-number {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .install-step h3 {
        font-size: 18px !important;
        text-align: center;
    }
}

/* Support Section Styles */
.support-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.support-item {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    text-align: center;
}

.support-item i {
    font-size: 72px !important;
    color: #073756;
    margin-bottom: 25px;
    transition: transform 0.3s ease;
}

.support-item i:hover {
    transform: scale(1.1);
}

.support-item h4 {
    font-size: 24px;
    margin-bottom: 15px;
}

.support-item p {
    color: #666;
    line-height: 1.6;
}

.support-item a {
    color: #000;
    text-decoration: underline;
}

/* FAQ Section Styles */
.faq-list {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: #f8f9fa;
    margin-bottom: 20px;
    border-radius: 12px;
    padding: 30px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.faq-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    border-color: rgba(0,0,0,0.1);
}

.faq-item h4 {
    color: #073756;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 1.4em !important;
    padding: 0 !important;
    line-height: 1.4 !important;
}

.faq-item h4 i {
    color: #073756;
    font-size: 32px;
    flex-shrink: 0;
}

.faq-item p {
    color: #666;
    line-height: 1.6;
    margin: 0;
    padding-left: 52px;
    font-size: 1.1em;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .support-grid {
        grid-template-columns: 1fr;
    }
    
    .faq-list {
        padding: 0 20px;
    }
    
    .faq-item {
        padding: 25px;
    }
    
    .faq-item h4 {
        font-size: 1.2em !important;
        gap: 15px;
    }
    
    .faq-item h4 i {
        font-size: 28px;
    }
    
    .faq-item p {
        padding-left: 43px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    .faq-item {
        padding: 20px;
    }
    
    .faq-item h4 {
        font-size: 1.1em !important;
        gap: 12px;
    }
    
    .faq-item h4 i {
        font-size: 24px;
    }
    
    .faq-item p {
        padding-left: 36px;
    }
}

@media (max-width: 768px) {
  .support-item i {
    font-size: 56px !important;
  }
}