/** Shopify CDN: Minification failed

Line 96:1 Unexpected "{"
Line 96:2 Expected identifier but found "%"
Line 96:74 Unexpected "{"
Line 96:75 Expected identifier but found "%"

**/
/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Amsterdam Brush';
    src: url('/cdn/shop/files/Amsterdam-Brush.woff2?v=1756134284') format('woff2'),
        url('/cdn/shop/files/Amsterdam-Brush.woff?v=1756134285') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kaisei Opti';
    src: url('/cdn/shop/files/KaiseiOpti-Bold.woff2?v=1756134768') format('woff2'),
        url('/cdn/shop/files/KaiseiOpti-Bold.woff?v=1756134770') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kaisei Opti';
    src: url('/cdn/shop/files/KaiseiOpti-Medium.woff2?v=1756134767') format('woff2'),
        url('/cdn/shop/files/KaiseiOpti-Medium.woff?v=1756134770') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Kaisei Opti';
    src: url('/cdn/shop/files/KaiseiOpti-Regular.woff2?v=1756134768') format('woff2'),
        url('/cdn/shop/files/KaiseiOpti-Regular.woff?v=1756134770') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --Montserrat-font: "Montserrat", sans-serif;
	--Amsterdam-font:'Amsterdam Brush';
	--KaiseiOpti:'Kaisei Opti';
}

/*------------------------------------------------------------ custom-work-banner css start ------------------------------------------------------------------ */
.custom-work-banner .hero-container {
    padding: 60px 0;
	position: relative;
    z-index: 1;
	width: 100%;
	min-height: 600px;
	display: flex;
	flex-direction: column;
    margin-bottom:40px;
}

.custom-work-banner .hero-image-container {
	position: relative;
	flex: 1;
}

.custom-work-banner .hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.custom-work-banner .placeholder-bg {
	width: 100%;
	height: 100%;
	background-color: #e5e7eb;
}

.custom-work-banner .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
}

.custom-work-banner .handwritten-overlay {
	position: absolute;
	bottom: 32px;
	right: 32px;
	{% comment %} font-family: 'Dancing Script', 'Brush Script MT', cursive; {% endcomment %}
	color: white;
	font-size: 32px;
	font-weight: bold;
	z-index: 10;
	transform: rotate(-3deg);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.custom-work-banner .hero-content-wrapper {
	position: relative;
	z-index: 20;
	max-width: 672px;
	text-align: left;
}

.custom-work-banner .hero-content {
	background: rgba(239, 239, 239, 0.8);
	backdrop-filter: none;
	padding: 32px;
}

.custom-work-banner .brand-name {
	font-family: var(--KaiseiOpti); 
	letter-spacing: 3px;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	margin-bottom: 15px;
}

.custom-work-banner .main-headline {
	font-size: 36px;
	line-height:1;
	font-family: var(--KaiseiOpti); 
	font-weight: 500;
	color: #000;
	margin-bottom: 24px;
}

.custom-work-banner .description {
	font-size: 16px;
	color: #000;
	font-family:var(--Montserrat-font)
	line-height: 1.625;
}

@keyframes custom-work-banner-fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.custom-work-banner .fade-in-up {
	animation: custom-work-banner-fadeInUp 1s ease-out forwards;
}

@media (min-width: 768px) {
	.custom-work-banner .hero-container {
		min-height: 700px;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
        padding: 40px 0;
        margin:0;
	}
	
	.custom-work-banner .hero-image-container {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	
	.custom-work-banner .hero-content-wrapper {
		margin-left: 32px;
	}
	
	.custom-work-banner .hero-content {
		padding: 60px 50px 50px 50px;
	}
	
	.custom-work-banner .brand-name {
		font-size: 20px;
	}
	
	.custom-work-banner .main-headline {
		font-size: 60px;
	}
	
	.custom-work-banner .description {
		font-size: 18px;
	}
	
	.custom-work-banner .handwritten-overlay {
		bottom: 48px;
		right: 48px;
		font-size: 48px;
	}
}

@media (min-width: 1024px) {
	.custom-work-banner .hero-content-wrapper {
		margin-left: 64px;
	}
}

@media (max-width: 767px) {
	.custom-work-banner .hero-container {
		flex-direction: column;
		min-height: auto;
        padding: 40px 0 0 0; 
	}
	
	.custom-work-banner .hero-image-container {
		height: 300px;
		position: static;
        flex:unset;
	}
	
	.custom-work-banner .hero-content {
		position: static;
		margin: 0;
		padding: 30px 20px;
		max-width: none;
		background: white;
	}
	
	.custom-work-banner .handwritten-overlay {
		font-size: 24px;
		right: 10px;
		bottom: 10px;
	}
}

/*------------------------------------------------------------ custom-work-banner css end ------------------------------------------------------------------ */

/*------------------------------------------------------------ customize css start ------------------------------------------------------------------ */
		.customize-section {
            margin:30px 0;
			background: rgb(255 201 180 / 50%);
			padding: 50px 40px;
			text-align: center;
			width: 100%;
			max-width: 100%;
			position: relative;
			overflow: hidden;
		}

        .content-wrapper {
            position: relative;
            z-index: 2;
        }

        .customize-text {
            font-family: var(--KaiseiOpti);
            font-size: clamp(1rem, 3vw, 2rem);
			line-height:1.3;
            font-weight: bold;
            color: #000;
            margin-bottom: 0.5rem;
            letter-spacing: 1px;
            text-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

		.sub-text{
			font-family: var(--Amsterdam-font);
            font-size: clamp(2.5rem, 5vw, 4rem);
			font-weight: 500;
            color: #000;
		}

        .divider {
            font-family: var(--KaiseiOpti);
            font-size: clamp(1.8rem, 3vw, 2.5rem);
            font-weight: 400;
            color: #000;
            font-style: italic;
        }

        .start-text {
            font-family: var(--Amsterdam-font);
            font-size: clamp(2.2rem, 4.5vw, 3.5rem);
            font-weight: 500;
            color: #000;
            margin-bottom: 0.5rem;
            letter-spacing: 0.5px;
            text-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .custom-piece-text {
            font-family:var(--KaiseiOpti);
            font-size: clamp(1.6rem, 3vw, 2.2rem);
            font-weight: 600;
            color: #000;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .customize-section {
                padding: 40px 20px;
            }
            
            .custom-piece-text {
                display: block;
                margin-left: 0;
                margin-top: 0.5rem;
            }
        }

/*------------------------------------------------------------ customize css end ------------------------------------------------------------------ */


/*------------------------------------------------------------ jewelry-showcase css start ------------------------------------------------------------------ */

.jewelry-showcase-section {
            position: relative;
            z-index: 1;
            /* padding: 40px 0; */
            max-width: 100%;
            margin: 0 auto;
        }

        .jewelry-showcase-container {
            width: 100%;
            position: relative;
        }

        /* Hero Image Section */
        .jewelry-hero-image {
            position: relative;
            height: 60vh;
            min-height: 750px;
            overflow: hidden;
        }

        .jewelry-hero-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top;
        }

        /* Hero Content Overlay */
        .jewelry-hero-content {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            padding: 60px 80px 0;
        }

        .je-content-left,
        .je-content-right {
        position: relative;
        z-index: 10;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        }

        /* Handwritten Titles */
        .jewelry-customized-title,
        .jewelry-scratch-title {
            font-family: var(--Amsterdam-font);
            font-size: 4.5rem;
            color: #000;
            font-weight: 500;
            text-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        /* Curved Arrows */
        .jewelry-arrow-left {
            width: 120px;
            height: 90px;
            z-index: 15;
        }

        .jewelry-arrow-right {
            width: 120px;
            height: 90px;
            z-index: 15;
        }

        .jewelry-arrow-svg {
            width: 100%;
            height: 100%;
        }
        
        
        /* Content Grid */
        .jewelry-content-grid {
            position: absolute;
            bottom: 0;
            width: 100%;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            background: #c6d0bec2;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
        }

        .jewelry-option-content {
            text-align: left;
        }

        .jewelry-option-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 20px;
        }

        .jewelry-bullet-point {
            width: 9px;
            height: 9px;
            background: #000;
            border-radius: 50%;
            margin-right: 10px;
            margin-top: 8px;
            flex-shrink: 0;
        }

        .jewelry-content-text {
            flex: 1;
        }

        .jewelry-main-text {
            font-weight: 600;
            font-size: 1.2rem;
            color: #2c2c2c;
            margin-bottom: 8px;
            line-height: 1.3;
        }

        .jewelry-sub-text {
            font-style: italic;
            color: #000;
            font-size: 1.2rem;
            line-height: 1.5;
        }

        /* Mobile Responsive */
        @media (max-width: 1024px) {
            .jewelry-customized-title, 
            .jewelry-scratch-title {
                font-size: 3rem;
            }
            
            .jewelry-hero-content {
                padding: 50px 60px 0;
            }
            
            .jewelry-arrow-left {
                width: 100px;
                height: 80px;
            }
            
            .jewelry-arrow-right {
                width: 100px;
                height: 80px;
            }
        }

        @media (max-width: 768px) {
            .jewelry-hero-image {
                height: 60vh;
                min-height: 100%;
            }

            .jewelry-hero-content {
                flex-direction: row;
                /* align-items: center; */
                text-align: center;
                padding: 40px 20px 0;
                gap: 40px;
            }

            .jewelry-content-grid {
                grid-template-columns: 1fr;
                gap: 20px;
                padding: 40px 30px;
                position: static;
            }

            .jewelry-customized-title, 
            .jewelry-scratch-title {
                font-size: 2.5rem;
            }

            .jewelry-arrow-left, 
            .jewelry-arrow-right {
                width: 80px;
                height: 60px;
                position: relative;
                top: 0;
                left: 0;
                right: 0;
                transform: rotate(0deg) scaleX(1);
                margin: 0 auto;
                /* display: none; */
            }
        }

        @media (max-width: 480px) {
            .jewelry-hero-image {
                min-height: 100%;
                height: 50vh;
                border-radius: 15px;
            }

            .jewelry-customized-title, 
            .jewelry-scratch-title {
                font-size: 22px;
            }

            .jewelry-arrow-left, 
            .jewelry-arrow-right {
                width: 60px;
                height: 50px;
            }

            .jewelry-content-grid {
                padding: 30px 20px;
                gap: 0;
            }

            .jewelry-main-text {
                font-size: 1.1rem;
            }

            .jewelry-sub-text {
                font-size: 0.95rem;
            }
        }
/*------------------------------------------------------------ jewelry-showcase css end ------------------------------------------------------------------ */


/* custom-work-section css start here  */

.custom-work-section .AspectRatio {
    max-width: 100% !important;
}
.custom-btn-section{
	padding: 40px 20px 0 ;
}
.custom-btn-section .custom-btn{
    text-align: center;
}
.custom-btn-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    max-width: 700px;
    margin: 0 auto;
}

    .custom-btn {
      display: inline-block;
      background-color: #99aa84;
      color: #fff;
      border: none;
      padding: 15px 40px;
      font-size: 18px;
      font-weight: 500;
      cursor: pointer;
      transition: all 0.3s ease;
	  min-width: 300px;
    }

    .custom-btn:hover {
      background-color: #8aa074;
    }

    /* Mobile Responsive */
    @media (max-width: 600px) {
      .custom-btn-inner {
        flex-direction: column;
        gap: 1rem;
		max-width:100%;
      }

      .custom-btn {
        width: 100%;
        max-width: 300px;
        min-width: 100%;
      }
    }

	.custom-work-section {
    background: #e8efeb;
}

.custom-work-section .FeatureText__Content {
    max-width: 100%;
}
.custom-work-section .FeatureText__Content .Rte * {
    color: inherit;
    font-size: 18px;
}
.custom-work-section .FeatureText__Content .Rte a {
    text-decoration-color: inherit;
}

/* customization */

.customization-section {
      max-width: 950px;
      margin: 20px auto;
      background:rgba(255, 201, 180, 0.2);
      border: 1px solid #BD9A7A;
      border-radius: 5px;
      padding: 20px 40px;
      box-shadow: 0px 4px 10px rgba(0,0,0,0.05);
    }

    .customization-section h2 {
      font-style: italic;
      text-align: center;
      font-size: 1.2rem;
      margin-bottom: 20px;
      color: #000;
	  font-weight:600;
    }

    .customization-section ul {
      color: #000;
    }

    .customization-section li {
      margin-bottom: 12px;
      line-height: 1.5;
	  font-weight:600;
      display:flex;
      align-items:flex-start;
    }

     .customization-section li .small-bullet-point{
        margin-top:10px;
     }

    .note {
      margin-top: 15px;
      font-size: 0.9rem;
      color: #000;
      font-weight: 600;
    }

    /* Responsive */
    @media (max-width: 600px) {
      .customization-section {
        padding: 15px;
      }
      .customization-section h2 {
        font-size: 1rem;
      }
      .customization-section li {
        font-size: 0.95rem;
      }
    }

	/* ftjco-extra-options css  */

	.ftjco-extra-options-wrapper {
      background:rgba(156, 175, 136, 0.5);
      padding: 40px 25px;
      margin:40px 0;
    }

	.ftjco-container{
		max-width: 900px;
		margin: 0 auto;
	}

    .ftjco-extra-options-text {
      font-size: 1.3rem;
      line-height: 1.6;
      color: #333;
      margin-bottom: 20px;
    }

    .ftjco-extra-options-text strong {
      font-weight: 600;
    }

    .ftjco-extra-options-list {
      padding-left: 20px;
      margin-bottom: 20px;
    }

    .ftjco-extra-options-item {
      margin-bottom: 10px;
      color: #333;
      font-size: 1rem;
     display: flex;
     align-items: center;
    }
    .small-bullet-point {
        width: 6px;
        height: 6px;
        background: #000;
        border-radius: 50%;
        margin-right: 10px;
        flex-shrink: 0;
    }

    .ftjco-extra-options-note {
      font-size: 0.95rem;
      line-height: 1.5;
      color: #222;
    }

    /* Responsive */
    @media (max-width: 600px) {
      .ftjco-extra-options-wrapper {
        padding: 15px;
      }
      .ftjco-extra-options-text,
      .ftjco-extra-options-item,
      .ftjco-extra-options-note {
        font-size: 0.95rem;
      }
    }


	/*  */
    .product-material {
        padding:30px 0 50px 0;
    }

	  .product-material .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 2rem;
            position: relative;
        }

        .showcase-row {
            position: relative;
            width: 100%;
            /* height: 100%; */
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
        }

        .product-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .product-circle {
            width: 320px;
            height: 320px;
            border-radius: 50%;
            overflow: hidden;
            position: relative;
            transition: transform 0.3s ease;
            border:1px solid currentColor;
        }

        .product-circle:hover {
            transform: translateY(-3px);
        }

        /* Center necklace */
        .center-item {
            flex-direction: column-reverse;
            gap: 15px;
        }


        /* Top left ring */

        /* Top right rings */

        /* Product info styling */
        .product-info {
            margin-top: 1.5rem;
            max-width: 280px;
        }

        .center-item .product-info {
            margin-top: 0;
        }

        .brand-line {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 0.8rem;
            gap: 0.3rem;
        }

        .color-pink {
            color: rgb(247 199 173);
        }

        .color-green{
            color:rgb(156 169 144);
        }

        .color-browen {
            color: rgb(187 156 125);
        }

        .material-arrow svg path {
         fill: currentColor;
         stroke:currentColor;
         stroke-width: 7px;
        }

        .brand-name {
            font-weight: 500;
            font-size: 2.2rem;
            color: currentColor;
            letter-spacing: 0.3px;
        }

        .script-text {
            font-family: var(--Amsterdam-font);
            font-size: 3.4rem;
            color: currentColor;
            font-weight: 400;
            line-height: 1;
        }

        .product-title {
            font-weight: 400;
            font-size: 1.2rem;
            color: #4a4a4a;
            margin-bottom: 0.8rem;
            line-height: 1.3;
        }

        .product-title strong {
            font-weight: 600;
        }

        .product-description {
            font-style: italic;
            font-size: 0.95rem;
            color: #666;
            line-height: 1.4;
        }

        /* Center item specific styling */
        .center-item .product-title {
            font-size: 1.4rem;
            margin-bottom: 0.6rem;
        }

        .center-item .product-description {
            font-size: 1rem;
        }
        
        .material-arrow {
            width: 100px;
            height: 100px;
            position: absolute;
        }

        .product-item.top-left .material-arrow {
            transform: rotate(223deg);
            top: 50%;
        }


        .product-item.center-item .material-arrow {
            top: 35%;
            transform: rotate(10deg);
        }

        .product-item.top-right .material-arrow {
       transform: rotate(223deg);
    top: 50%;
}   



        /* Mobile Responsive */
         @media (max-width: 1024px) {
            .product-circle {
                width: 280px;
                height: 280px;
            }
         }
        @media (max-width: 768px) {
            .product-material{
                padding:0;
            }
             .product-material .container {
                padding: 1rem;
            }

            .showcase-row {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 20px;
                height: auto;
                padding: 1rem 0;
            }

            .product-circle {
                width: 300px;
                height: 300px;
            }

            .center-item .product-circle {
                width: 300px;
                height: 300px;
            }

            .arrow {
                display: none;
            }

            .script-text {
                font-size: 2rem;
            }

            .product-title {
                font-size: 1.1rem;
            }

            .center-item .product-title {
                font-size: 1.3rem;
            }

        .product-item .material-arrow {
        display: none;
        }
        .center-item {
    flex-direction: column;
}
        }

        @media (max-width: 480px) {
            .product-circle {
                width: 250px;
                height: 250px;
            }

            .center-item .product-circle {
                width: 250px;
                height: 250px;
            }

            .script-text {
                font-size: 1.8rem;
            }

            .brand-name {
                font-size: 1rem;
            }

            .product-title {
                font-size: 1rem;
            }

            .product-description {
                font-size: 0.9rem;
            }
        }


		/* Wtrn_review */
		
        .Wtrn_review {
            padding:60px 0 110px 0; 
            max-width: 1300px;
            width: 100%;
            margin: 0 auto;
        }

        .review-card {
            background: #d1e0d7b8;
            border-radius: 70px;
            padding: 15px 50px;
            position: relative;
        }

        .review-card::before {
            content: "";
            height: 150px;
            width: 150px;
            clip-path: polygon(50% -50%, 0 50%, 100% 100%);
            background-color: #dee9e2;
            display: block;
            position: absolute;
            border-radius: 10px;
            right: -48px;
            bottom: -75px;
        }

        .review-card.left-quotes::before {
            content: "";
            height: 150px;
            width: 150px;
            clip-path: polygon(50% -50%, 0 100%, 68% 50%);
            background-color: #dee9e2;
            display: block;
            position: absolute;
            border-radius: 10px;
            left: -48px; 
            bottom: -75px; 
            z-index: 0;
        }


        .reviewer-name {
            font-size: 28px;
            font-weight: 700;
            color: #1a1a1a;
            margin-bottom: 10px;
            letter-spacing: -0.4px;
        }

        .stars {
            display: flex;
            gap: 1px;
            margin-bottom: 15px;
        }

        .stars svg {
            width: 200px;
            height: auto;
            color: #a8b5a8;
            fill: currentColor;
        }
        .stars svg path{
           stroke: unset;
        }

        .review-text {
            font-size: 24px;
            line-height: 1.3;
            color: #1a1a1a;
            margin-bottom: 10px;
            font-weight: 400;
        }

        .review-source {
            font-size: 20px;
            color: #1a1a1a;
            font-weight: 400;
        }

        /* Getting Started Section */
        .getting-started-section {
            padding:20px 0; 
            background: #FBF8F2;
            overflow: hidden;
            position: relative;
        }

        .getting-started-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .content-section {
            padding:  0 60px;
            max-width: 50%;
            width: 100%;
            color: white;
        }

        .main-title {
            font-size: 22px;
            font-weight: 700;
            color: #2d2d2d;
            margin-bottom: 10px;
            line-height: 1.3;
        }

        .content-text {
            font-size: 22px;
            line-height: 1.6;
            color: #2d2d2d;
            font-weight: 400;
        }

        .content-text strong {
            font-weight: 600;
        }

        .image-section {
            position: relative;
            max-width: 50%;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding-right: 100px;
        }

        .main-image {
            width: 100%;
            height: auto;
            border-radius: 0;
            object-fit: cover;
            position: relative;
            z-index: 1;
        }

        .circular-image {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            object-fit: cover;
            position: absolute;
            top: 30%;
            right: 20px;
            z-index: 2;
            transform: translateY(-50%);
        }


        /* Responsive Design */
        @media screen and (max-width:1024px) {
            .Wtrn_review {
                padding: 40px 10px ;
            }

            .review-card::before {
                height: 90px;
                width: 90px;
                right: 0;
                bottom: -40px;
            }
            .review-card.left-quotes::before {
                height: 60px;
                width: 90px;
                left: 0;
                bottom: -31px;
            }
        }

        @media screen and (max-width:991px) {
            .content-text {
                font-size: 18px;
            }

            .getting-started-container {
                flex-direction: column;
            }

            .content-section {
                padding: 40px;
            }

            .content-section,
            .image-section {
                max-width: 100%;
                padding: 0 100px 0 40px;
            }
        }

        @media (max-width: 768px) {
            body {
                padding: 30px 15px;
            }

            .review-card {
                padding: 30px;
                border-radius: 28px;
            }

            .reviewer-name {
                font-size: 24px;
                margin-bottom: 18px;
            }

            .review-text {
                font-size: 16px;
                line-height: 1.55;
                margin-bottom: 28px;
            }
            .stars svg {
                width: 150px;
            }

            .stars {
                margin-bottom: 28px;
                gap: 5px;
            }

            .star {
                width: 22px;
                height: 22px;
            }

            .review-source {
                font-size: 15px;
            }

            /* Getting Started Section Mobile */

            .getting-started-container {
                grid-template-columns: 1fr;
                min-height: auto;
            }

            .content-section {
                padding: 40px 30px;
                order: 1;
            }

            .main-title {
                font-size: 26px;
                margin-bottom: 24px;
            }

            .content-text {
                font-size: 20px;
            }

            .image-section {
                order: 2;
                padding-right: 40px;
            }

            .circular-image {
                width: 100px;
                height: 100px;
            }
        }

        @media (max-width: 480px) {
            body {
                padding: 20px 10px;
            }

            .review-card {
                padding: 24px;
                border-radius: 24px;
            }

            .reviewer-name {
                font-size: 22px;
                margin-bottom: 16px;
            }

            .review-text {
                font-size: 15px;
                line-height: 1.5;
                margin-bottom: 24px;
            }

            .stars {
                margin-bottom: 24px;
                gap: 4px;
            }

            .star {
                width: 20px;
                height: 20px;
            }

            .review-source {
                font-size: 14px;
            }

            /* Getting Started Section Mobile Small */

            .content-section {
                padding: 30px 20px;
            }

            .main-title {
                font-size: 20px;
                margin-bottom: 10px;
            }

            .content-text {
                font-size: 16px;
                line-height: 1.5;
            }

            .image-section {
                height: auto;
            }


            .circular-image {
                width: 80px;
                height: 80px;
            }
        }

/* ring-designer-section */

        .ring-designer-section {
        margin:50px 0;
        background:rgba(48, 76, 90, 0.80);
        padding: 60px 20px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        }

        .title {
            color: white;
            font-size: 2.5rem;
            font-weight: 400;
            margin-bottom: 50px;
            line-height: 1.2;
            letter-spacing: 0.5px;
            font-family:var(--KaiseiOpti);
        }

        .title a {
            color: white;
            text-decoration: underline;
            text-decoration-color: rgba(255, 255, 255, 0.6);
            text-underline-offset: 4px;
            transition: text-decoration-color 0.3s ease;
        }

        .title a:hover {
            text-decoration-color: white;
        }

        .gemstone-icons {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px;
            max-width: 800px;
        }

        .gemstone-icon {
            width: 80px;
            height: 80px;
            stroke: white;
            stroke-width: 1.5;
            fill: none;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .gemstone-icon:hover {
            stroke: #e5e7eb;
            transform: scale(1.1);
        }

        /* Mobile Responsive */
        @media (max-width: 768px) {
            .ring-designer-section {
                padding: 40px 15px;
            }

            .title {
                font-size: 1.8rem;
                margin-bottom: 40px;
                line-height: 1.3;
            }

            .gemstone-icons {
                gap: 25px;
            }

            .gemstone-icon {
                width: 60px;
                height: 60px;
            }
        }

        @media (max-width: 480px) {
            .ring-designer-section {
                padding: 30px 10px;
            }

            .title {
                font-size: 1.5rem;
                margin-bottom: 30px;
            }

            .gemstone-icons {
                gap: 20px;
            }

            .gemstone-icon {
                width: 50px;
                height: 50px;
                stroke-width: 1.2;
            }
        }

        @media (max-width: 360px) {
            .gemstone-icons {
                gap: 15px;
            }

            .gemstone-icon {
                width: 45px;
                height: 45px;
            }
        }

.custom-work-banner .hero-container .hero-content .description {
    margin-bottom: 20px;
}
.custom-work-banner .hero-container .hero-content .description a{
    text-decoration:underline;
}
.custom-work-banner .custom-btn {
    text-transform: uppercase;
    text-align: center;
}
@media (max-width: 768px) {
    .custom-work-banner .custom-btn {
        font-size: 15px;
        padding: 10px 20px;
    }
}
/*  */
.custom-text-image-1{
    padding:40px 0 20px 0;
    margin:40px 0;
}

        .header-container {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
        }

        .dotted-line {
            flex: 1;
            height: 2px;
            background-image: repeating-linear-gradient(
                to right,
                var(--text-color) 0px,
                var(--text-color) 8px,
                transparent 8px,
                transparent 16px
            );
            margin: 0 30px;
        }

        .custom-text-image-1 .main-title {
            font-size: clamp(2rem, 3.2vw, 3.5rem);
            font-weight: normal;
            color: var(--text-color);
            text-align: center;
            letter-spacing: 2px;
            font-family: var(--KaiseiOpti);
            margin-bottom: 15px;
        }

        @media (max-width: 768px) {
            .custom-text-image-1 .FeatureText--withImage .FeatureText__ContentWrapper {
                padding-top: 0;
            }
           .custom-text-image-1 .main-title {
                font-size: 28px;
                letter-spacing: 1px;
                margin:0;
            }
            .dotted-line {
                margin: 0 15px;
            }
        }
        @media (max-width: 768px) {
            .custom-text-image-1 {
                padding-bottom: 0;
            }
        }
        @media (max-width: 480px) {
            .custom-text-image-1 .main-title {
                /* font-size:20px; */
                letter-spacing: 0.5px;
            }
            .dotted-line {
                margin: 0 10px;
            }
        }