body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* Navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    
}

.scndsecring{
    display: flex;
    align-items: center;
    margin-top:8%;
    flex-direction: column;
}
.contone{
    display: flex;
    flex-direction:row;
    background-image: linear-gradient(#BC9273,#FFF2E8 );
}
.scndseccc{
    display: flex;
    justify-content:center;
}
.ourseleccc{
    display: flex;
    justify-content:space-between;
    margin:2%;
}
.threeesecc{
    display: flex;
    flex-direction:row;
    background-image: linear-gradient(#fff,#FFF2E8 );
}
.fourseccc{
    display: flex;
    gap:14%;
    margin:2%;
}
.fiveseccc{
    display: flex;
    justify-content:space-between;
    margin:2%;
    gap:25px;
}
.scndsecringimg img{
    height: 85vh; 
     width: 100%;
}
@media (max-width: 480px) {
    .contone{
        display: flex;
        
        flex-direction:column;
        background-image: linear-gradient(#BC9273,#FFF2E8 );
    }
    .contone img{
        width: 100%;

    }
    .scndseccc{
        flex-direction: column;
        display: flex;
        justify-content:center;
    }
    .fourseccc{
        display: flex;
        flex-direction: column;
        gap:10%;
        margin:2%;
    }
    .scndsecringimg img{
        height: 40vh;
        width: 45%;
        margin-left: 27%;
    }
    .fiveseccc{
        display: flex;
        margin:2%;
    gap:25px;
        flex-direction: column;
    }
    .ourseleccc{
        display: flex;
        flex-direction: column;
        gap:10%;
    }
    .threeesecc{
         display: flex;
        flex-direction:column;
        background-image: linear-gradient(#fff,#FFF2E8 );
    }
}
.scndhead{
    font-size: 40px;
    font-weight: 500;
    font-family: auto;
    line-height: 58px;
}
.scndp{
    text-align: center;
    line-height: 30px;
    font-family: system-ui;
    font-size: 20px;
}
.scndbtn{
    font-size: 18px;
    padding: 3% 9% 3% 9%;
    font-family: system-ui;
    border-radius: 24px;
    background-color: unset;
    margin-top: 4%;
    cursor: pointer;
}
.scndbtn:hover{
    background-color: #3f3e3e;
    color:#fff;
    border:1px solid #3f3e3e;
}
.cardsel{
    padding: 2%;
    background-image:  linear-gradient(#BC9273,#FFF2E8 );
    border-radius: 40px;
}
.cardsel h3{
    font-size: 21px;
    font-family: system-ui;
    font-weight: 500;
}
.cardselsec{
    padding: 2%;
    background-image:  linear-gradient(#766c64,#FFF2E8 );
    border-radius: 40px;
}
.cardselsec h3{
    font-size: 21px;
    font-family: system-ui;
    font-weight: 500;
}
.iconsmain{
    display: flex;
    flex-direction: column;
}
.iconsmain img{
    width: fit-content;
}
.loginSection {
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
   
}

.loginSectionRight {
    width: 46%;
    display: flex
;
    flex-direction: column;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    /* background: #075E5433; */
    margin: 2% 3% 5.5% 2%;
    row-gap: 24px;
    border-radius: 24px;
    padding-top: 5%;
}
.loginSectionRight form {
    display: flex
;
    flex-direction: column;
    gap: 10px;
    width: 82%;
}

.cardsel2{
    
    
    background-color: #fff;

}
.cardsel2 img {
    padding: 5% 25% 5% 25%;
    border: 1px solid #3f3e3e;
    border-radius: 18px;
}
.cardsel2 p{
    line-height: 36px;
}
.ourselec{
    display: flex;
    justify-content: center;
    font-size: 42px;
    font-weight: 500;
    font-family: auto;
    padding: 3%;
}
.ourselec1{
    display: flex;
    justify-content: center;
    font-size: 28px;
    font-weight: 500;
    font-family: auto;
    margin-top:-2%;
}
.menu {
    list-style: none;
    display: flex;
    gap: 20px;
}

.menu li {
    position: relative;
}

.menu a {
    text-decoration: none;
    
    padding: 10px;
}
.steps {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
  }

  .step {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    border: 2px solid #ccc;
    border-radius: 50px;
    margin: 0 1rem;
    width: 30%;
    font-weight: bold;
    background-color: #f8f8f8;
    transition: all 0.3s;
  }

  .step.active {
    border-color: #000;
    background-color: #000;
    color: #fff;
  }

  .step:hover {
    border-color: #666;
    background-color: #ddd;
    color: #000;
  }

.landh4{
    font-family: system-ui;
font-weight: 700;
font-size: 24px;
line-height: 28.8px;
letter-spacing: 6%;

}
.landh1{
    font-family: Yeseva One;
font-weight: 400;
font-size: 56px;
line-height: 64.68px;
letter-spacing: 2%;

}
.landp{
    font-family: system-ui;
font-weight: 400;
font-size: 18px;
line-height: 31.6px;
letter-spacing: 6%;
text-align: center;

}
.landbtn{
   font-family: system-ui;
   font-size: 16px;
    border-radius: 25px;
    background-color: #3f3e3e;
    color:#fff;
    border:1px solid #3f3e3e;
    padding: 2% 10% 2% 10%;
}
.submenu li a {
    color: black;
    display: block;
    padding: 5px;
}

.menu li:hover .submenu {
    display: block;
}


/* Footer */
.footer {
    background: #222;
    color: white;
    text-align: center;
    padding: 20px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li {
    display: inline;
    margin: 0 10px;
}

.footer-links ul li a {
    color: white;
    text-decoration: none;
}
.newsletter-section {
    padding: 40px 20px;
    background-color: #222;
}

.newsletter-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    font-family: system-ui;
    color:#fff;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.newsletter-form input {
    padding: 12px;
    width: 300px;
    border: none;
    border-radius: 20px;
    background-color: #444;
    color: white;
    text-align: center;
}

.newsletter-form button {
    padding: 12px 20px;
    border: none;
    border-radius: 20px;
    background-color: #666;
    color: white;
    cursor: pointer;
}

.newsletter-form button:hover {
    background-color: #888;
}

.features-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background-color: #222;
    margin-bottom: -32px;
}

.feature {
    text-align: center;
    padding: 20px;
    flex: 1;
}

.feature img {
    width: 50px;
    margin-bottom: 10px;
}

.feature h3 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #fff;
}

.feature p {
    font-size: 14px;
    color: #ccc;
}

.divider {
    width: 2px;
    height: 80px;
    background-color: #555;
}

.ringbannerfooter{
    background-image: url("/static/img/commonsetting.png");
}
.ringbannerfooter2{
    background-image: url("/static/img/ringsetingfooterbanner.png");
}
.ringbannerfooter3{
    background-image: url("/static/img/stonesetingfooterbanner.png");
}


    #footer-container {
        position: relative;
        top: 100px;
    }

    .ring_parent_2 {
        display: flex;
        justify-content: space-between;
        width: 96%;
        margin: 50px auto;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .ring_left_img {
        width: 55%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
    }
    .leftimg_own {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .ring_left_img img {
        width: 49%;
        
        object-fit: cover;
    }

    .ring_right {
        width: 41%;
        align-self: start;
    }

    /* Shape, Material, and Style Selection */
    .shape-container {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 15px;
    }

    .shape-box {
        padding: 12px 12px;
        border: 2px solid grey;
        border-radius: 24px;
        cursor: pointer;
        color: grey;
        transition: 0.3s;
        text-align: center;
        min-width: 60px;
    }

    .shape-box.active {
        border-color: #3d59ab;
        background-color: #3d59ab;
        color: white;
        font-weight: bold;
    }

    .more-box {
        padding: 10px 15px;
        border: 2px dashed grey;
        cursor: pointer;
        transition: 0.3s;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 40px;
    }

    .more-box:hover {
        background-color: lightgrey;
    }

    .hidden-boxes {
        display: none;
    }

    .hidden-boxes.show {
        display: flex;
        flex-wrap: wrap;
        gap:10px;
    }
    .button-container {
        display: flex;
        flex-direction: column; /* Stack buttons vertically */
        gap: 22px; /* Add space between buttons */
        
    }
    
    .button-container a {
        width: 88%; /* Adjust button width */
        text-decoration: none; /* Remove underline */
    }
    
    .button-container button {
        width: 100%; /* Full width inside the container */
        padding: 12px 20px; /* Adjust padding for better size */
        border-radius: 50px; /* Rounded corners */
        border: 2px solid black; /* Border color */
        background-color: black; /* White background */
        color: white; /* Text color */
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
        transition: 0.3s;
    }
    
    
    .button-container button:hover {
        background-color: black; /* Blue background on hover */
        color: white; /* White text on hover */
    }
    .features-container {
        display: flex;
        margin-left: 6%;
        gap: 50px;
        padding: 20px;
        text-align: center;
    }

    .feature-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .feature-item i {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .feature-item p {
        margin: 0;
        font-size: 14px;
       
    }



    .container {
        font-family: Arial, sans-serif;
        
        display: flex;
        
        align-items: center;
        height: 70vh;
    }

    .setting-card {
        background: white;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        width: 350px;
    }

    .card-header {
        display: flex;
        align-items: center;
        font-weight: bold;
        font-size: 16px;
        color: #333;
        margin-bottom: 15px;
    }

    .icon-clock {
        margin-right: 10px;
        color: gray;
    }

    .setting-section {
        background: #f8f9fb;
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .section-header {
        display: flex;
        align-items: center;
        font-size: 14px;
        color: gray;
        font-weight: bold;
    }

    .icon-width, 
    .icon-profile, 
    .icon-metal {
        margin-right: 5px;
    }

    .section-value {
        font-size: 18px;
        font-weight: bold;
        color: black;
        margin-top: 5px;
    }

    .section-description {
        font-size: 12px;
        color: gray;
    }

    .metal-composition {
        padding: 10px;
    }

    .extras-link {
        font-size: 12px;
        color: #007bff;
        cursor: pointer;
        text-align: right;
        margin-top: 10px;
    }

    .extras-link:hover {
        text-decoration: underline;
    }

    .composition-chart {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 10px;
    }

    .chart-item {
        font-size: 12px;
    }

    .circle-shape {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: inline-block;
        margin-right: 5px;
    }

    .gold-color { background-color: gold; }
    .copper-color { background-color: #b87333; }
    .silver-color { background-color: silver; }
    .zinc-color { background-color: #c0c0c0; }

    .section-container {
        
        margin-top: 50px;
        width: 90%;
       
    }

    .section-title {
        font-size: 24px;
        font-weight: bold;
        color: #000;
        margin-bottom: 20px;
    }

    .ring-grid {
        display: flex;
        gap: 15px;
        justify-content: space-between;
    }

    .ring-card {
        background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    
    text-align: center;
    width: 30%;
    position: relative;
    overflow: hidden;
    height: 350px;
    box-sizing: border-box;
    }

    .ring-image {
        width: 100% !important;
    height: 200px !important;
    border-radius: 5px;
    margin-top: 20%;
}

    .wishlist-button {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 18px;
        cursor: pointer;
        background: white;
        border-radius: 50%;
        padding: 8px;
        transition: all 0.3s ease;
    }

    .wishlist-button i {
        color: #aaa;
        transition: color 0.3s ease;
    }

    .wishlist-button:hover i {
        color: red;
    }

    .ring-name {
        font-size: 16px;
        font-weight: bold;
        margin-top: 10px;
        color: #333;
    }

    .ring-price {
        font-size: 14px;
        color: #555;
        margin: 5px 0;
    }

    .metal-options {
        display: flex;
        justify-content: center;
        gap: 5px;
        margin-top: 10px;
    }

    .metal-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        display: inline-block;
        border: 1px solid #ccc;
    }

    .gold { background-color: gold; }
    .rose-gold { background-color: #b76e79; }
    .silver { background-color: silver; }

    .reviews-container {
        display: flex;
        align-items: center;
        gap: 20px;
        max-width: 1100px;
        margin: auto;
        padding: 25px;
    }

    .trustpilot-summary {
        flex-shrink: 0;
        width: 200px;
    }

    .trustpilot-summary h2 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .trustpilot-stars img {
        width: 120px;
    }

    .trustpilot-link {
        font-size: 14px;
        color: blue;
        cursor: pointer;
        text-decoration: underline;
    }

    .review-slider {
        display: flex;
        overflow: hidden;
        width: 800px;
        position: relative;
    }

    .reviews {
        display: flex;
        gap: 15px;
        transition: transform 0.5s ease-in-out;
    }

    .review-card {
        background: white;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 15px;
        width: 250px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .stars {
        color: green;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .review-text {
        font-size: 14px;
        color: #333;
        margin-bottom: 10px;
    }

    .review-author {
        font-size: 12px;
        color: gray;
    }

    .arrow {
        font-size: 20px;
        cursor: pointer;
        border: none;
        background: transparent;
    }

    .arrow:hover {
        color: blue;
    }


.viewer-container {
        width: 49%;
       
        overflow: hidden;
        cursor: grab;
        position: relative;
    }
    
    #viewer-image {
        width: 100%;
        height: auto;
        user-select: none;
        -webkit-user-drag: none;
    }
    
    .loading-indicator {
        position: absolute;
        top: 10px;
        right: 10px;
        background: rgba(0,0,0,0.5);
        color: white;
        padding: 5px 10px;
        border-radius: 3px;
        font-family: Arial, sans-serif;
        font-size: 12px;
        display: none;
    }
    .description1 {
        width: 100%; 
        max-width: 500px; 
        line-height: 25px;
        overflow: hidden; 
        text-overflow: ellipsis; 
        font-size: 16px;
        color: #333;
        word-wrap: break-word;
       font-family: system-ui;
    }
    
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4); /* Black background with opacity */
    }
  
    .modal-content {
        background-color: #fff;
        margin: 15% auto;
        padding: 40px;
        border-radius: 16px;
        border: 1px solid #888;
        width: 35%; /* Could be more or less depending on your design */
        text-align: center;
    }
  
    .close {
        color: #aaa;
        font-size: 28px;
        font-weight: bold;
        position: absolute;
        top: 10px;
        right: 20px;
    }
  
    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }