 /*#region DTG PAGE */
 #dtg .section-container {
     max-width: 1440px;
     margin: 0 auto;
     padding: 0 112px;
 }

 @media (max-width: 1024px) {
     #dtg .section-container {
         padding: 0 16px;
     }
 }

 /*#endregion DTG PAGE */


 /*#region DTG INTRO */
 #dtg-intro {
     padding: 40px 0 60px;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-intro {
         padding: 20px 0;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-intro {
         padding: 20px 0 50px;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-intro {
         background-color: #f6f9fc;
     }
 }

 #dtg-intro .intro-box {
     display: flex;
     gap: 28px;
     align-items: center;
 }

 @media only screen and (max-width: 768px) {
     #dtg-intro .intro-box {
         flex-direction: column;
     }
 }

 #dtg-intro .intro-box .text {
     width: 60%;
     display: flex;
     flex-direction: column;
     gap: 24px;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-intro .intro-box .text {
         gap: 16px;
         width: 50%;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-intro .intro-box .text {
         width: 100%;
         gap: 22px;
     }
 }

 #dtg-intro .intro-box .text .title {
     color: #0d1c2c;
     font-family: Poppins !important;
     font-size: 40px;
     font-weight: 700;
     line-height: 56px;
     text-transform: uppercase;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-intro .intro-box .text .title {
         font-size: 24px;
         font-weight: 600;
         line-height: 33.6px;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-intro .intro-box .text .title {
         font-size: 32px;
         font-weight: 600;
         line-height: 44.8px;
         text-align: center;
     }
 }

 #dtg-intro .intro-box .text .desc {
     color: #475447;
     font-family: Poppins !important;
     font-size: 16px;
     font-weight: 400;
     line-height: 25.6px;
 }

 @media only screen and (max-width: 768px) {
     #dtg-intro .intro-box .text .desc {
         text-align: center;
     }
 }


 #dtg-intro .intro-box .text ul {
     display: flex;
     flex-direction: column;
     gap: 16px;
 }

 #dtg-intro .intro-box .text ul li {
     display: flex;
     gap: 8px;
 }

 #dtg-intro .intro-box .text ul li img {
     width: 24px;
     height: 24px;
 }

 @media only screen and (max-width: 768px) {
     #dtg-intro .intro-box .text ul {
         display: none;
     }
 }

 #dtg-intro .intro-box .text .btn-box {
     display: flex;
     align-items: center;
     gap: 16px;
 }

 #dtg-intro .intro-box .text .google-reviews {
     height: 35px;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-intro .intro-box .text .btn-box {
         margin-top: 8px;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-intro .intro-box .text .btn-box {
         justify-content: center;
         flex-direction: column;
     }
 }

 #dtg-intro .intro-box .text .btn-box .btn {
     width: 232px;
     text-align: center;
     font-size: 20px;
     font-weight: 600;
     line-height: 22px;
     text-decoration: none;
     padding: 15px 0;
     display: block;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-intro .intro-box .text .btn-box .btn {
         width: 153px;
         font-size: 16px;
         padding: 12px 0;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-intro .intro-box .text .btn-box .btn {
         width: 100%;
         font-size: 20px;
         line-height: 28px;
     }
 }

 #dtg-intro .intro-box .text .google-reviews .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-header {
     padding: 10px 15px;
 }

 @media only screen and (min-width: 768px) {
     #dtg-intro .intro-box .text .google-reviews .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] {
         text-align: start;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-intro .intro-box .text .google-reviews .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-header {
         background-color: #fff !important;
     }
 }

 #dtg-intro .intro-box .photo {
     width: calc(50% - 28px);
 }

 @media only screen and (max-width: 768px) {
     #dtg-intro .intro-box .photo {
         width: 100%;
     }
 }

 #dtg-intro .intro-box .photo img {
     width: 526px;
     max-width: 100%;
     aspect-ratio: 526 / 409;
 }

 /*#endregion DTG INTRO */


 /*#region DTG DELIVERY */

 #dtg-delivery {
     background-color: #F6FAFF;
     padding: 34px 0;
 }

 @media only screen and (max-width: 768px) {
     #dtg-delivery {
         background-color: #fff;
     }
 }

 #dtg-delivery .title {
     text-align: center;
     color: #172640;
     font-family: Poppins !important;
     font-size: 32px;
     font-weight: 600;
     line-height: 51.2px;
 }

 #dtg-delivery .delivery-box {
     border-radius: 4px;
     background: #fff;
     box-shadow: 2px 2px 11px 0px rgba(0, 109, 205, 0.10), 2px 1px 10px -1px rgba(115, 78, 234, 0.10);
     display: flex;
     justify-content: space-between;
     gap: 16px;
     padding: 30px 34px;
 }

 @media only screen and (max-width: 768px) {
     #dtg-delivery .delivery-box {
         flex-direction: column;
         box-shadow: none;
         gap: 0;
         padding: 0;
         margin-top: 22px;
     }
 }

 #dtg-delivery .delivery-box-item {
     display: flex;
     gap: 16px;
     align-items: center;
 }

 @media only screen and (max-width: 768px) {
     #dtg-delivery .delivery-box-item {
         padding: 8px 0 14px;
         border-bottom: 1px solid #7e899b1f;
     }
 }

 #dtg-delivery .delivery-box-item .photo {
     width: 56px;
     height: 56px;
 }

 @media only screen and (max-width: 768px) {
     #dtg-delivery .delivery-box-item .photo {
         width: 80px;
         height: 80px;
     }
 }

 #dtg-delivery .delivery-box-item .photo img {
     width: 100%;
     height: 100%;
 }

 @media only screen and (max-width: 768px) {
     #dtg-delivery .delivery-box-item .text {
         display: flex;
         flex-direction: column;
         gap: 10px;
     }
 }

 #dtg-delivery .delivery-box-item .text-title {
     color: #102437;
     font-family: Poppins !important;
     font-size: 17px;
     font-weight: 500;
     line-height: 23.68px;
     letter-spacing: -0.32px;
 }

 @media only screen and (max-width: 768px) {
     #dtg-delivery .delivery-box-item .text-title {
         font-size: 24px;
         line-height: 32px;
     }
 }

 #dtg-delivery .delivery-box-item .text-desc {
     color: #555e6d;
     font-family: Poppins !important;
     font-size: 14px;
     font-weight: 500;
     text-decoration: none;
     margin-top: 2px;
 }

 #dtg-delivery .delivery-box-item .text-desc span {
     color: #353535;
 }

 @media only screen and (max-width: 768px) {
     #dtg-delivery .delivery-box-item .text-desc {
         font-size: 18px;
     }
 }

 #dtg-delivery .delivery-box-item .text .num span {
     color: #4475f2;
 }

 #dtg-delivery .delivery-box-item:last-child {
     border-bottom: none;
 }


 /*#endregion DTG DELIVERY */


 /*#region DTG CUSTOMER */
 #dtg #customer {
     padding: 24px 0;
     background-color: #f6f9fc;
 }

 @media only screen and (max-width: 768px) {
     #dtg #customer {
         padding: 40px 0;
         background-color: #fff;
     }
 }

 #dtg #customer .desc {
     color: #333;
     font-family: Inter;
     font-size: 18px;
     font-weight: 500;
     line-height: 26.46px;
     text-align: center;
     margin-bottom: 16px;
 }

 @media only screen and (max-width: 768px) {
     #dtg #customer .desc {
         font-size: 20px;
     }
 }

 #dtg #customer .customer-box {
     display: flex;
     gap: 20px;
 }

 @media only screen and (max-width: 768px) {
     #dtg #customer .customer-box {
         padding: 8px 14px;
         box-shadow: 0px 2px 4px 0px rgba(13, 16, 45, 0.10), 0px 1px 2px -1px rgba(13, 16, 45, 0.10);
         border: 1px solid #e6e8ea;
         border-radius: 4px;
         justify-content: center;
         gap: 0;
         flex-wrap: wrap;
     }
 }

 #dtg #customer .customer-box-item {
     width: calc(100% / 12 * 8);
     display: flex;
     align-items: center;
     justify-content: center;
     height: 64px;
     border-radius: 4px;
     border: 1px solid #e6e8ea;
     background: #fff;
     box-shadow: 0px 30px 40px 0px rgba(212, 217, 232, 0.25);
     padding: 10px;
     position: relative;
 }

 @media only screen and (max-width: 768px) {
     #dtg #customer .customer-box-item {
         box-shadow: none;
         border: none;
         width: calc(100% / 3);
     }
 }

 #dtg #customer .customer-box-item img {
     max-width: calc(100% - 20px);
 }

 /*#endregion DTG CUSTOMER */


 /*#region DTG PRODUCT */
 #dtg-product {
     padding: 70px 0;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-product {
         padding: 50px 0;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-product {
         background-color: #f6f9fc;
     }
 }

 #dtg-product .title {
     color: #0d1c2c;
     text-align: center;
     font-family: Poppins !important;
     font-size: 36px;
     font-weight: 600;
     line-height: 50.4px;
     text-transform: capitalize;
     margin-bottom: 12px;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-product .title {
         font-size: 28px;
         line-height: 39.2px;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-product .title {
         font-size: 32px;
         line-height: 44.8px;
     }
 }

 #dtg-product .subtitle {
     color: #333;
     font-family: Poppins !important;
     font-size: 16px;
     font-weight: 400;
     line-height: 24px;
     text-align: center;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-product .subtitle {
         margin-bottom: 24px;
     }
 }

 #dtg-product .product-box {
     margin: 36px 0;
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 20px;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-product .product-box {
         grid-template-columns: repeat(2, 1fr);
         gap: 16px;
         margin: 0;
     }
 }

 @media only screen and (max-width: 768px) {

     #dtg-product .product-box .product-box-item:nth-child(1),
     #dtg-product .product-box .product-box-item:nth-child(6) {
         grid-column: span 2;
     }
 }

 #dtg-product .product-box-item {
     text-decoration: none;
     display: flex;
     padding: 16px 10px 10px 10px;
     flex-direction: column;
     justify-content: flex-end;
     align-items: center;
     gap: 22px;
     border-radius: 4px;
     border: 1px solid #e6e8ea;
     background: #fff;
     box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10);
     transition: all 0.3s;
 }

 #dtg-product .product-box-item p {
     color: #0b1629;
     font-family: Poppins !important;
     font-size: 24px;
     font-weight: 500;
     line-height: 24px;
     text-align: center;
 }

 @media only screen and (max-width: 768px) {
     #dtg-product .product-box-item p {
         font-size: 20px;
     }
 }

 #dtg-product .product-box-item img {
     max-height: 277px;
     max-width: 100%;
 }

 #dtg-product .product-box-item:hover {
     box-shadow: 0px 5px 15px 0px rgba(2, 41, 107, 0.39);
 }

 #dtg-product .view-all {
     color: #003ca3;
     font-family: Poppins !important;
     font-size: 20px;
     font-weight: 500;
     line-height: 32px;
     display: block;
     text-align: center;
     text-decoration: none;
     transition: all 0.3s;
 }

 #dtg-product .view-all:hover {
     text-decoration: underline;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-product .view-all {
         margin-top: 24px;
     }
 }

 /*#endregion DTG PRODUCT */



 /*#region DTG REVIEWS */
 #dtg-reviews {
     background-color: #fff;
     padding: 50px 0;
 }

 #dtg-reviews .title {
     color: #0D1C2C;
     text-align: center;
     font-family: Poppins !important;
     font-size: 36px;
     font-weight: 600;
     line-height: 50.4px;
     text-transform: capitalize;
 }

 @media only screen and (max-width: 768px) {
     #dtg-reviews .title {
         font-size: 32px;
         font-weight: 600;
         line-height: 44.8px;
         text-transform: capitalize;
         margin-bottom: 20px;
     }
 }

 #dtg-reviews .btn-box {
     margin-top: 33px;
     display: flex;
     justify-content: center;
     gap: 16px;
 }

 @media only screen and (max-width: 768px) {
     #dtg-reviews .btn-box {
         flex-direction: column;
     }
 }

 #dtg-reviews .btn-box .btn {
     width: 273px;
     font-size: 20px;
     font-weight: 600;
     line-height: 22px;
     padding: 15px 0;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-reviews .btn-box .btn {
         width: 153px;
         font-size: 16px;
         font-weight: 500;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-reviews .btn-box .btn {
         display: none;
     }
 }

 #dtg-reviews .ti-reviews-container-wrapper .ti-review-item .ti-inner {
     background: #F7F7F7 !important;
 }

 #dtg-reviews .ti-widget-header {
     display: none;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-reviews .ti-widget .ti-controls-line {

         display: block !important;
     }

     #dtg-reviews .ti-widget .ti-header {
         display: none;
     }
 }

 /*#endregion DTG REVIEWS */



 /*#region DTG SAMPLE */
 #dtg-samples {
     background-color: #F9FCFF;
     padding: 70px 0;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-samples {
         padding: 50px 0;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-samples {
         background-color: #F9FCFF;
     }
 }

 #dtg-samples .title {
     color: #0D1C2C;
     text-align: center;
     font-family: Poppins !important;
     font-size: 36px;
     font-weight: 600;
     line-height: 50.4px;
     text-transform: capitalize;
     margin-bottom: 12px;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-samples .title {
         font-size: 24px;
         line-height: 33.6px;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-samples .title {
         font-size: 32px;
         line-height: 44.8px;
     }
 }

 #dtg-samples .subtitle {
     color: #333;
     font-family: Poppins !important;
     font-size: 16px;
     font-weight: 400;
     line-height: 24px;
     text-align: center;
 }

 /* @media only screen and (max-width: 1024px) {
    #dtg-samples .subtitle {
        font-size  : 16px;
        line-height: 24px;
    }
} */

 #dtg-samples .samples-box {
     margin-top: 32px;
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 9px 16px;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-samples .samples-box {
         margin-top: 28px;
     }

     #dtg-samples .samples-box .photo:first-of-type {
         grid-column: span 2;
         grid-row: span 2;
     }

     #dtg-samples .samples-box .photo:nth-child(6),
     #dtg-samples .samples-box .photo:nth-child(7),
     #dtg-samples .samples-box .photo:nth-child(8) {
         display: none;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-samples .samples-box {
         margin-top: 24px;
         grid-template-columns: repeat(2, 1fr);
     }

     #dtg-samples .samples-box .photo:first-of-type {
         grid-column: span 1;
         grid-row: span 1;
     }

     #dtg-samples .samples-box .photo:nth-child(3) {
         grid-column: span 2;
     }
 }

 #dtg-samples .samples-box .photo img {
     width: 100%;
     border-radius: 4px;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-samples .samples-box .photo img {
         border-radius: 8px;
     }
 }

 #dtg-samples .btn-box {
     display: flex;
     align-items: center;
     gap: 16px;
     margin-top: 32px;
     justify-content: center;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-samples .btn-box {
         margin-top: 28px;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-samples .btn-box {
         margin-top: 24px;
         justify-content: center;
         flex-direction: column;
     }
 }

 #dtg-samples .btn-box .btn {
     text-align: center;
     font-family: Poppins;
     font-size: 20px;
     font-weight: 600;
     line-height: 22px;
     text-decoration: none;
     padding: 15px 44px;
     display: block;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-samples .btn-box .btn {
         width: 153px;
         font-size: 16px;
         padding: 12px 0;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-samples .btn-box .btn {
         width: 100%;
         font-size: 20px;
         line-height: 28px;
     }
 }

 /*#endregion DTG SAMPLE */



 /*#region DTG BENEFIT */
 #dtg-benefit {
     padding: 70px 0;
     background-color: #F6F9FC;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-benefit {
         padding: 50px 0;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-benefit {
         background-color: #fff;
     }
 }

 #dtg-benefit .title {
     color: #0D1C2C;
     text-align: center;
     font-family: Poppins !important;
     font-size: 36px;
     font-weight: 600;
     line-height: 50.4px;
     text-transform: capitalize;
     margin-bottom: 24px;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-benefit .title {
         font-size: 24px;
         line-height: 33.6px;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-benefit .title {
         font-size: 32px;
         line-height: 44.8px;
     }
 }

 #dtg-benefit .benefit-box {
     display: grid;
     gap: 17px 20px;
     grid-template-columns: repeat(3, 1fr);
 }

 #dtg-benefit .benefit-box-item {
     overflow: hidden;
     border-radius: 4px;
     border: 1px solid #E6E8EA;
     background: #FFF;
     box-shadow: 0px 2px 4px 0px rgba(13, 16, 45, 0.1), 0px 1px 2px -1px rgba(13, 16, 45, 0.1);
 }

 #dtg-benefit .benefit-box-item .photo {
     width: 100%;
     height: 200px;
 }

 #dtg-benefit .benefit-box-item .photo img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 #dtg-benefit .benefit-box-item .text {
     padding: 16px;
 }

 #dtg-benefit .benefit-box-item .text-title {
     color: #102437;
     font-family: Poppins !important;
     font-size: 20px;
     font-weight: 500;
     line-height: 28px;
     margin-bottom: 10px;
 }

 #dtg-benefit .benefit-box-item .text-desc {
     color: #576675;
     font-family: Poppins !important;
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 22.4px;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-benefit .benefit-box {
         grid-template-columns: repeat(2, 1fr);
     }

     #dtg-benefit .benefit-box .benefit-box-item {
         min-height: 200px;
     }

     #dtg-benefit .benefit-box .benefit-box-item .photo {
         display: none;
     }

     #dtg-benefit .benefit-box .benefit-box-item .text-title {
         font-size: 16px;
         line-height: 22.4px;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-benefit .benefit-box {
         display: grid;
         grid-template-columns: 1fr;
         grid-auto-flow: column;
         overflow: scroll;
         margin: 0 -16px;
         padding: 0 16px;
     }

     #dtg-benefit .benefit-box::-webkit-scrollbar {
         display: none;
     }

     #dtg-benefit .benefit-box .benefit-box-item {
         width: calc(100vw - 46px);
     }

     #dtg-benefit .benefit-box .benefit-box-item .photo {
         display: block;
     }

     #dtg-benefit .benefit-box .benefit-box-item .text-title {
         font-size: 20px;
         line-height: 28px;
     }
 }

 #dtg-benefit .btn {
     width: 100%;
     text-align: center;
     font-family: Poppins;
     font-size: 20px;
     font-weight: 600;
     line-height: 22px;
     text-decoration: none;
     padding: 15px 0;
     display: none;
     margin-top: 24px;
 }

 @media only screen and (max-width: 768px) {
     #dtg-benefit .btn {
         display: block;
     }
 }

 /*#endregion DTG BENEFIT */



 /*#region DTG METHOD */
 #dtg-method .title {
     color: #0d1c2c;
     text-align: center;
     font-family: Poppins !important;
     font-size: 36px;
     font-weight: 600;
     line-height: 50.4px;
     text-transform: capitalize;
     margin-bottom: 46px;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-method .title {
         display: none;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-method .title {
         font-size: 32px;
         line-height: 44.8px;
         display: block;
     }
 }

 #dtg-method .method-box {
     padding: 70px 0;
 }

 #dtg-method .method-box-content {
     display: flex;
     gap: 70px;
     align-items: center;
 }

 #dtg-method .method-box-content .photo {
     width: calc(50% - 70px);
 }

 #dtg-method .method-box-content .photo img {
     width: 100%;
 }

 #dtg-method .method-box-content .text {
     width: 50%;
 }

 #dtg-method .method-box-content .text-title {
     color: #102437;
     font-family: Poppins !important;
     font-size: 24px;
     font-weight: 600;
     line-height: 33.6px;
     margin-bottom: 24px;
 }

 #dtg-method .method-box-content .text .features {
     display: flex;
     flex-direction: column;
     gap: 16px;
 }

 #dtg-method .method-box-content .text .features-item {
     display: flex;
     gap: 4px;
     align-items: flex-start;
 }

 #dtg-method .method-box-content .text .features-item-title {
     color: #102437;
     font-size: 18px;
     font-weight: 500;
     line-height: 20px;
     margin-bottom: 8px;
 }

 #dtg-method .method-box-content .text .features-item-desc {
     color: #354156;
     font-weight: 400;
     line-height: 18px;
     font-size: 14px;
 }

 #dtg-method .method-box-content .text .btn {
     width: 232px;
     text-align: center;
     font-family: Poppins;
     font-size: 20px;
     font-weight: 600;
     line-height: 22px;
     text-decoration: none;
     padding: 15px 0;
     display: block;
     margin-top: 32px;
     margin-left: 24px;
 }

 @media only screen and (max-width: 768px) {
     #dtg-method .method-box-content .text .btn {
         display: block;
     }
 }

 @media only screen and (max-width: 1024px) {
     #dtg-method .method-box-content .text .features-item-desc {
         font-size: 13px;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-method .method-box-content .text-title {
         font-size: 28px;
         line-height: 39.2px;
     }

     #dtg-method .method-box-content .text .features-item-title {
         font-size: 16px;
     }

     #dtg-method .method-box-content .text .features-item-desc {
         font-size: 15px;
     }
 }

 #dtg-method .method-box:nth-child(even) {
     background-color: #f6f9fc;
 }

 #dtg-method .method-box:nth-child(even) .method-box-content {
     flex-direction: row-reverse;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-method .method-box {
         padding: 50px 0;
         background-color: #fff !important;
     }

     #dtg-method .method-box-content {
         gap: 20px;
         align-items: flex-start;
     }

     #dtg-method .method-box-content .photo {
         width: 50%;
     }

     #dtg-method .method-box-content .text {
         width: 50%;
     }

     #dtg-method .method-box-content .text .btn {
         margin-top: 24px;
         font-size: 16px;
         padding: 13px 0;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-method .method-box {
         background-color: #f6f9fc;
     }

     #dtg-method .method-box-content {
         gap: 24px;
         flex-direction: column;
     }

     #dtg-method .method-box-content .photo {
         width: 100%;
     }

     #dtg-method .method-box-content .text {
         width: 100%;
     }

     #dtg-method .method-box-content .text .btn {
         width: 100%;
         margin-left: 0;
         font-size: 20px;
         line-height: 28px;
     }

     #dtg-method .method-box:nth-child(even) {
         background-color: #fff;
     }

     #dtg-method .method-box:nth-child(even) .method-box-content {
         flex-direction: column;
     }
 }

 /*#endregion DTG METHOD */

 /*#region DTG FAQ */
 #dtg-faq {
     padding: 70px 0;
     background-color: #fff;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-faq {
         padding: 50px 0;
         background-color: #fff;
     }
 }

 #dtg-faq .title {
     color: #0D1C2C;
     text-align: center;
     font-family: Poppins !important;
     font-size: 30px;
     font-weight: 600;
     line-height: 42px;
     text-transform: capitalize;
     margin-bottom: 42px;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-faq .title {
         font-size: 24px;
         line-height: 33.6px;
         margin-bottom: 0;
         display: none;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-faq .title {
         font-size: 30px;
         line-height: 42px;
     }
 }

 #dtg-faq .faq-box {
     display: flex;
     gap: 96px;
     align-items: center;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-faq .faq-box {
         flex-direction: column-reverse;
         gap: 24px;
     }
 }

 #dtg-faq .faq-box .photo {
     width: 50%;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-faq .faq-box .photo {
         width: 100%;
     }
 }

 #dtg-faq .faq-box .photo img {
     width: 100%;
     border-radius: 8px;
 }

 #dtg-faq .faq-box .question {
     width: 50%;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-faq .faq-box .question {
         width: 100%;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-faq .faq-box .question {
         display: flex;
         flex-direction: column;
         gap: 16px;
     }
 }

 #dtg-faq .faq-box .question-item {
     padding: 25px 30px 25px 0;
     border-bottom: 1px solid #E3E3E3;
     position: relative;
     cursor: pointer;
 }

 #dtg-faq .faq-box .question-item::before {
     content: url("/uploads/12046237/File/deco/services/assets/minus-black.svg");
     position: absolute;
     right: 0;
     top: 24px;
     transition: all 0.3s;
     width: 24px;
     height: 24px;
     transform: rotate(90deg);
 }

 #dtg-faq .faq-box .question-item::after {
     content: url("/uploads/12046237/File/deco/services/assets/minus-black.svg");
     position: absolute;
     right: 0;
     top: 24px;
     transition: all 0.3s;
     width: 24px;
     height: 24px;
 }

 @media only screen and (max-width: 768px) {
     #dtg-faq .faq-box .question-item {
         border-radius: 4px;
         border: 1px solid #E8E9EA;
         background: #FFF;
         box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
         padding: 16px 40px 16px 13px;
     }

     #dtg-faq .faq-box .question-item::after {
         content: url(/uploads/12046237/File/deco/services/assets/arrow-down.svg);
         top: 16px;
         right: 13px;

     }

     #dtg-faq .faq-box .question-item::before {
         content: '';
         top: 16px;
         right: 13px;

     }
 }

 #dtg-faq .faq-box .question-item-title {
     color: #232528;
     font-family: Poppins !important;
     font-size: 15px;
     font-weight: 600;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-faq .faq-box .question-item-title {
         font-size: 18px;
         font-weight: 500;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-faq .faq-box .question-item-title {
         font-size: 16px;
         line-height: 22.4px;
     }
 }

 #dtg-faq .faq-box .question-item-desc {
     color: #4D4F53;
     font-family: Poppins !important;
     font-size: 14px;
     font-weight: 500;
     line-height: 22px;
     max-height: 0;
     overflow: hidden;
     transition: all 0.3s;
     padding-top: 0;
 }

 @media only screen and (max-width: 768px) {
     #dtg-faq .faq-box .question-item-desc {
         font-size: 16px;
         font-weight: 400;
     }
 }

 #dtg-faq .faq-box .question-item:last-of-type {
     border-bottom: none;
 }

 #dtg-faq .faq-box .question-item.active .question-item-desc {
     padding-top: 16px;
     max-height: 100vh;
 }

 #dtg-faq .faq-box .question-item.active::before {
     transform: rotate(0);
 }

 @media only screen and (max-width: 768px) {
     #dtg-faq .faq-box .question-item.active::after {
         transform: rotate(180deg);
     }
 }

 #dtg-faq .faq-box .mob {
     display: none;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-faq .faq-box .mob {
         display: block !important;
     }
 }

 /*#endregion DTG FAQ */



 /*#region DTG READY */
 #dtg-ready {
     padding: 40px 0;
     background-color: #FEF4EA;
 }

 #dtg-ready .title {
     font-size: 36px;
     color: #353535;
     font-weight: 700;
     text-align: center;
     margin-bottom: 36px;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-ready .title {
         font-size: 24px;
     }
 }

 #dtg-ready .btn-box {
     display: flex;
     gap: 16px;
     justify-content: center;
 }

 @media only screen and (max-width: 768px) {
     #dtg-ready .btn-box {
         flex-direction: column;
     }
 }

 #dtg-ready .btn-box .btn {
     padding: 14px 44px;
     font-size: 20px;
     font-weight: 600;
     line-height: 22px;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-ready .btn-box .btn {
         padding: 14px;
         width: 200px;
         font-size: 16px;
         font-weight: 500;
         line-height: 22px;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-ready .btn-box .btn {
         width: 100%;
         font-size: 20px;
         font-weight: 600;
         line-height: 28px;
     }
 }

 /*#endregion DTG READY */
 /*Custoize start*/
 #dtg-steps {
     padding: 70px 0;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-steps {
         padding: 50px 0;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-steps {
         background-color: #f6f9fc;
     }
 }

 #dtg-steps .customize-box {
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-steps .customize-box {
         gap: 20px;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-steps .customize-box {
         flex-direction: column-reverse;
     }
 }

 #dtg-steps .customize-box .text {
     width: 540px;
     display: flex;
     flex-direction: column;
     gap: 36px;
 }

 #dtg-steps .customize-box .text .title.title:last-child {
     display: none;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-steps .customize-box .text {
         width: 50%;
         gap: 24px;
     }

     #dtg-steps .customize-box .text .title.title:first-child {
         display: none;
     }

     #dtg-steps .customize-box .text .title.title:last-child {
         display: block;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-steps .customize-box .text {
         width: 100%;
     }
 }

 #dtg-steps .customize-box .text .title {
     color: #0d1c2c;
     font-family: Poppins !important;
     font-size: 36px;
     font-weight: 600;
     line-height: 50.4px;
     text-transform: capitalize;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-steps .customize-box .text .title {
         font-size: 28px;
         line-height: 40px;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-steps .customize-box .text .title {
         font-size: 30px;
         line-height: 42px;
         text-align: center;
     }
 }

 #dtg-steps .customize-box .text .steps {
     display: flex;
     flex-direction: column;
     gap: 24px;
 }

 #dtg-steps .customize-box .text .steps-item {
     display: flex;
     gap: 16px;
     align-items: center;
 }

 #dtg-steps .customize-box .text .steps-item-photo {
     min-width: 56px;
     height: 56px;
     border-radius: 50%;
     background-color: #132146;
     box-shadow: 0px 5.25px 15.167px 0px rgba(0, 0, 0, 0.05);
     display: flex;
     align-items: center;
     justify-content: center;
 }

 @media only screen and (min-width: 768px) and (max-width: 1024px) {
     #dtg-steps .customize-box .text .steps-item-photo {
         width: 32px;
         height: 32px;
         padding: 5px;
     }
 }

 #dtg-steps .customize-box .text .steps-item-photo img {
     max-width: 100%;
 }

 #dtg-steps .customize-box .text .steps-item-text-title {
     color: #1c244b;
     font-family: Poppins !important;
     font-size: 18px;
     font-weight: 600;
     line-height: 27px;
     text-transform: uppercase;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-steps .customize-box .text .steps-item-text-title {
         font-size: 14px;
         line-height: 20px;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-steps .customize-box .text .steps-item-text-title {
         font-size: 16px;
         line-height: 27px;
     }
 }

 #dtg-steps .customize-box .text .steps-item-text-desc {
     color: #333;
     font-family: Poppins !important;
     font-size: 18px;
     font-weight: 400;
     line-height: 24px;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-steps .customize-box .text .steps-item-text-desc {
         font-size: 13px;
         line-height: 18px;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-steps .customize-box .text .steps-item-text-desc {
         font-size: 16px;
         line-height: 24px;
     }
 }

 #dtg-steps .customize-box .text .btn.btn-orng {
     border: 1px solid #ff5c35;
     background: #ff5c35;
     border-radius: 4px;
     box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
     color: white;
     width: 232px;
     padding: 15px 0;
     text-align: center;
     text-decoration: none;
     color: #fff;
     text-align: center;
     font-family: Poppins !important;
     font-size: 20px;
     font-weight: 600;
     line-height: 22px;
     transition: all 0.3s;
 }

 #dtg-steps .customize-box .text .btn.btn-orng:hover {
     border: 1px solid #dc320a;
     background: #dc320a;
 }

 @media only screen and (max-width: 1024px) {
     #dtg-steps .customize-box .text .btn.btn-orng {
         font-size: 16px;
         padding: 12px 0;
     }
 }

 @media only screen and (max-width: 768px) {
     #dtg-steps .customize-box .text .btn.btn-orng {
         width: 100%;
         margin-top: 8px;
     }
 }

 #dtg-steps .customize-box .photo {
     width: 50%;
 }

 @media only screen and (max-width: 768px) {
     #dtg-steps .customize-box .photo {
         width: 100%;
         display: block;
     }
 }

 #dtg-steps .customize-box .photo img {
     width: 100%;
 }

 /*Custoize end*/
 /*#region Design-area Start*/
 #design-area {
     padding: 70px 0;
     background-color: #F6FAFF;
 }

 @media (max-width: 1024px) {
     #design-area {
         padding: 50px 0;
     }
 }

 #design-area .design-content-boxs {
     background-color: #fff;
     padding: 20px 23px;
 }

 @media (max-width: 1024px) {
     #design-area .design-content-boxs {
         padding: 0;
     }
 }

 #design-area .design-content-boxs-item {
     transition: all 0.3s;
 }

 #design-area .design-content-boxs-item:first-of-type.active {
     margin-top: 0px !important;
 }

 #design-area .design-content-boxs-item:last-of-type.active {
     margin-bottom: 0px !important;
 }

 #design-area .design-content-boxs-item.active .design-content-boxs-item-content {
     /* height: auto;*/
 }

 #design-area .design-content-boxs-item.active .title {
     color: #3578EA;
 }

 #design-area .design-content-boxs-item.active .title::before {
     content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.9181 8.94922L13.3981 15.4692C12.6281 16.2392 11.3681 16.2392 10.5981 15.4692L4.07812 8.94922" stroke="%233578EA" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
     transform: translateY(-50%) rotate(180deg);
 }

 #design-area .design-content-boxs-item-content .description {
     display: flex;
     flex-direction: column;
     gap: 10px;
 }

 #design-area .design-content-boxs-item-content .description .description-item .description-item-title {
     color: #172640;
     font-family: Inter;
     font-size: 14px;
     font-style: normal;
     font-weight: 600;
     line-height: 22.4px;
     padding-bottom: 8px;
 }

 #design-area .design-content-boxs-item-content .description .description-item .description-item-text {
     color: #354156;
     font-family: Inter;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: 22.4px;
     /* display       : flex;
    flex-direction: column;
    gap           : 8px; */
 }

 #design-area .design-content-boxs-item-content .description .description-item a {
     font-size: 14px;
     text-decoration: underline
 }

 #design-area .design-content-boxs-item-content .description .description-item ul li {
     color: #354156;
     font-size: 13px;
     font-style: normal;
     font-weight: 400;
     line-height: 19.6px;
     /* display    : flex; */
     align-items: center;
     gap: 8px;
 }

 /* @media (max-width: 768px) {
    #design-area .design-content-boxs-item-content .description .description-item ul li {
        flex-direction: column;
        justify-content:center;
        align-items:start;
    }
} */

 #design-area .design-content-boxs-item {
     padding: 24px 19px;
     border-bottom: 1px solid #E8E9EA;
 }

 #design-area .design-content-boxs-item .title {
     color: #1C244B;
     font-family: Inter;
     font-size: 14px;
     font-style: normal;
     font-weight: 700;
     line-height: 22.4px;
     text-transform: capitalize;
     position: relative;
     cursor: pointer;
     padding-right: 35px;
 }

 @media (max-width: 1024px) {
     #design-area .design-content-boxs-item .title {
         font-size: 16px;
         line-height: 24px;
     }
 }

 #design-area .design-content-boxs-item .title::before {
     content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.9181 8.94922L13.3981 15.4692C12.6281 16.2392 11.3681 16.2392 10.5981 15.4692L4.07812 8.94922" stroke="%23666666" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
     position: absolute;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
     transition: all 0.3s;
 }

 #design-area .design-content-boxs-item-content {
     height: 0;
     overflow: hidden;
     transition: all 0.3s ease;
 }

 #design-area .design-content-boxs-item-content .subtitle {
     color: #354156;
     font-family: Inter;
     font-size: 14px;
     font-style: normal;
     font-weight: 400;
     line-height: 22.4px;
     margin: 16px 0;
 }

 #design-area .design-content-boxs-item-content .cards {
     display: flex;
     gap: 16px;
     flex-wrap: wrap;
 }

 @media only screen and (max-width: 992px) {
     #design-area .design-content-boxs-item-content .cards {
         gap: 4px;
     }
 }

 #design-area .design-content-boxs-item-content .cards-item {
     padding: 12px;
     background-color: #fff;
     border-radius: 4px;
     border: 1px solid #E8E9EA;
     width: calc((100% - 16px * 4) / 5);
 }

 @media only screen and (max-width: 992px) {
     #design-area .design-content-boxs-item-content .cards-item {
         width: calc((100% - 4px) / 2);
         padding: 10px;
     }
 }

 #design-area .design-content-boxs-item-content .cards-item-photo {
     /* height         : 210px; */
     display: flex;
     align-items: center;
     justify-content: center;
     border: 1px solid #E8E9EA;
     border-radius: 2px;
 }

 #design-area .design-content-boxs-item-content .cards-item-photo img {
     max-height: 100%;
     max-width: 100%;
     object-fit: contain;
 }

 #design-area .design-content-boxs-item-content .cards-item-text {
     margin-top: 16px;
     text-align: center;
 }

 #design-area .design-content-boxs-item-content .cards-item-text-title {
     color: #354156;
     font-size: 18px;
     font-style: normal;
     font-weight: 500;
     line-height: 25.2px;
 }

 #design-area .design-content-boxs-item-content .cards-item-text-desc {
     color: #354156;
     font-size: 14px;
     font-style: normal;
     font-weight: 500;
     line-height: 19.6px;
     margin-top: 16px;
 }

 #design-area .design-content-boxs-item.active {
     background-color: #fff;
 }

 #design-area .design-content-boxs-item.active .design-content-boxs-item-content {
     height: auto;
 }

 #design-area .design-content-boxs-item.active .title {
     color: #FF5C35;
 }

 #design-area .design-content-boxs-item.active .title::before {
     content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.9181 8.94922L13.3981 15.4692C12.6281 16.2392 11.3681 16.2392 10.5981 15.4692L4.07812 8.94922" stroke="%23FF5C35" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
     transform: translateY(-50%) rotate(180deg);
 }

 #design-area b {
     font-weight: 700 !important;
 }

 /*#endregion Design-area End */