.section-heading-container{
    max-width: 950px;
    margin: 0 auto 50px;
    text-align : center;
}

.section-heading{
    font-size: 16px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.section-title{
    font-family: var(--primary-font);
    font-size: clamp(2.01rem, calc(.5rem + 2.9004vw), 2.500rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
}

.highlight{
    color : var(--primary);
}

.domain-hero-section{
  background-image: url('../../images/pages/domain-page-images/domain-main-img.webp');
  height : auto;
  position :relative;
  padding : 140px 0 80px 0;
  z-index : 1;
  background-size: cover;
  background-position: center 50%;
  background-repeat: no-repeat;
  overflow : visible;
  margin-bottom : 4rem;
  
}

.container{
    max-width: 1600px;
    width: 100%;
    padding: 0 4vw;
    margin: 0 auto;
}

.inner-wrap{
    position : relative;
    justify-items : center;
    align-items : center;
    z-index: 2;
    
}

.hero-section-text{
    color : #ffffff;
    margin-bottom : 40px;
}

.hero-heading{
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 15px;
    text-align : center;
}

.hero-discription{
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    text-align : center;
}


.search-container{
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 60px;
    padding: 5px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.search-input{
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 20px 100px 20px 60px;
    border-radius: 50px;
    background-color : #fff;
}

.search-icon{
    position: absolute;
    left: 20px;
    width: 25px;
    height : 25px;
    bottom : 25px;
}

.domain-buttons{
    display: flex;
    align-items: center;
    gap: 10px;
}

.select-button{
    position: relative;
    padding: 8px 16px;;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 500;
    min-width: 80px;
    text-align: center;
    font-size : 16px;
    color : #726a6a;
    border : 1px solid #13047f29;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

/*.select-button .current::after{*/
/*    content: "⏷";*/
/*    font-size: 20px;*/
/*    margin-left: 8px;*/
/*    display : inline-block;*/
/*    transition : 0.3s ease;*/
/*}*/

.down-arrow{
    width : 20px;
    height : 20px;
    transition : 0.2s ease;
}

.select-button.active .down-arrow{
    transform: rotate(180deg);
}

.select-list{
    position: absolute;
    top: 116%;
    left: 0;
    width: 180px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    list-style: none;
    padding: 10px 0;
    display: none;
    z-index: 100;
}

.select-button.active .select-list{
    display: block;
}

.option{
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
}

.option:hover{
    background: #f2f2ff;
}

.option.selected{
    color: #673de6;
    font-weight: 600;
}



.search-button{
    background: #673de6de;
    color: #fff;
    border: none;
    padding: 18px 40px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 500;
    font-size : 16px;
}

.search-button:hover{
    background : #673de6;
}


.domain-name-search{
    width: 100%;
    max-width: 1000px;
    margin-bottom : 40px;
    border :6px solid #d9cece6b;
    border-radius : 60px;
}

.cut-price{
    text-decoration : line-through;
}

.domain-list-wrap{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 24px;
    width: 70%;
    margin: 0 auto;
}

.list-item {
    list-style : none;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    padding : 8px 15px;
    border-radius : 50px;
    background : #ffffff30 ;
    color : #ffffff;
}

.domain-search-sec-2{
    margin: 4vw 0;
    background-color : #ffffff;
    padding: 4rem 0;
}

.domain-section-text{
    margin-bottom : 60px;
    
}

.section-title{
    text-align: center;
    font-size: 40px;
    margin-bottom: 15px;
}

.section-subtitle{
    text-align : center;
    font-size : 16px;
    margin-bottom : 10px;
}

.domain-name-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.domain-card{
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 38px;
    text-align: left;
    transition: 0.3s;
}

.plan_price_unit{
    font-size : 18px;
    font-weight : 500;
}
.domain-card h3{
    font-size: 24px;
    margin-bottom: 25px;
}

.price-intro{
    display: block;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 8px;
    color: var(--text-gray);
    font-size: 14px;
}

.plan_header_padding{
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom : 30px;
}

.plan-price{
    font-weight: 600;
    font-size: 28px;
}

.save-badge{
    font-size: 14px;
    background: #d1f5e0;
    color: #0a8f5b;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight : 600;
}



.domain-price-btn{
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;

}

.register{
    font-size: 16px;
    background:  #673de6de;
    color: #fff;
    padding: 8px 16px;
    border-radius: 25px;
    text-decoration: none;
}

.register:hover{
    background : #673de6;
}


.transfer{
    font-size : 16px;
    color: #673de6;
    text-decoration: none;
    font-weight: 500;
}

.transfer:hover{
   color : #0ab848;
}

.plan_header_padding.foreign{
    display : none;
}

/*FEATURE SECTION*/

.domain-feartures-section{
    padding : 4rem 0; 
    background-image: url(../../images/pages/domain-page-images/domain-feature-bg-2.jpeg);
    height: auto;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center 50%;
    background-repeat: no-repeat;
    overflow: visible;
    margin-bottom: 4rem;

}

.domain-feartures-section .section-heading{
    color : #fff;
}

.domain-feartures-section .section-title{
    color : #fff;
}

.domain-features-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    color : #ffffff;
}

.features.domain-section-text{
    color : #ffffff;
}

.feature-card{
    padding: 25px;
    height : auto;
    border : 2px solid #c5c0c91c;
}



.flip-card {
    perspective: 1000px;
}


.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
    transition: transform 0.3s;
    transform-style: preserve-3d;
}

/* Flip on hover */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Front & Back common */
.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-front {
    z-index: 2;
}

.flip-card-back {
    transform: rotateY(180deg);
    display: flex;
    flex-direction : column;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.feature-img{
    width : 50px;
    height : 50px;
    margin-bottom : 20px;
}

.feature-title{
    font-size : 18px;
    margin-bottom : 10px;
    font-weight : 600;
}

.feature-discription{
    font-size : 16px;
    font-weight : 500;
}

/*TRANSFER SECTION*/

.transfer-domain-section{
    margin-top : 4vw;
    padding : 4rem 0;
}

.domain-transfer-div{
    display: flex;
    justify-content: space-between;
    gap : 20px;
}

.transfer-domain-content{
    width: 50%;
}

.transfer-domain-description{
    font-size : 16px;
    margin-bottom : 40px;
}

.transfer-image-container{
   display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

/*.transfer-img-container{*/
/*    padding: 1px 4px 0px 4px;*/
/*    border: 1px solid #ddd5d53d;*/
/*    border-radius: 8px;*/
/*    background: #d8d6d336;*/
/*}*/

.transfer-img{
   width: 550px;
    max-width: 100%;
    height: auto;
}

.domain-transfer.section-title{
    text-align : left;
}

.transfer-domain-link{
    font-size: 20px;
    text-decoration: underline;
    text-decoration-color: #0e07cb;
}

.explore-btn{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: #673DE6;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: 500 !important;
    width: fit-content;
    border: 1px solid #7526e347;
    color :#fff;
    font-family: var(--secondary-font)
}

.support-link{
    color : #fff;
}

/* SUPPORT SECTION*/

.support-list-item{
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.support-icon{
    width : 35px;
    height : 35px;
}

.support-subtitle{
    font-size : 18px;
    margin-bottom : 5px;
}

.support-list-wrap{
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    margin-bottom : 40px;
}


.domain-marquee-section{
    background: #ecf4fa;
    padding: 20px 0;
    overflow: hidden; 
}

.marquee-container{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee-wrapper{
    display: flex;
    width: max-content;
    animation: marqueeScroll 20s linear infinite;
}

.marquee-item{
    font-size: 16px;
    white-space: nowrap;
    margin-right: 50px;
    font-weight: 600;
}

.marquee-container:hover .marquee-wrapper{
    animation-play-state: paused;
}

@keyframes marqueeScroll{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-50%);
    }
}

.faqs.py-90{
    background : #ecf4fa;;
}

body.light-theme{
    background : #ffffff;
}


@media (max-width : 1200px){
    .container {
        max-width : 1140px;
    }
}

@media (max-width : 992px){
    .container {
        max-width : 960px;
    }
}

@media (max-width : 768px){
    .container { 
        max-width : 760px;
}
}
@media (max-width : 576px){
    .container {
        max-width : 600px;
    }
}

@media (max-width : 1200px){
    .domain-name-container{
        grid-template-columns: repeat(3, 1fr);
    }
    
    .domain-features-container{
         grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width : 992px){
    .domain-hero-section{
        padding : 120px 0px 80px 0px;
    }
    
    .domain-buttons{
        gap : 5px;
    }
    
    .search-input{
        padding-right : 0px;
    }
    .domain-list-wrap{
        width : 100%;
    }
    .domain-transfer-div{
        flex-direction : column-reverse;
    }
    .transfer-domain-content{
        width : 100%;
    }
    .transfer-image-container{
        width : 100%;
    }
    
    .flip-card-inner{
        min-height :320px;
    }
    
    .domian-card{
        padding : 40px;
    }
}

@media (max-width : 768px){
    .domain-hero-section{
        padding : 100px 0px 50px 0px;
    }
    
    .hero-heading{
        font-size :35px;
    }
    .hero-discription{
        font-size : 14px;
    }
    
    .select-list{
        width : 150px;
    }
    .search-container{
        flex-direction: column;
        align-items: center;
        border-radius : 25px;
    }
    .search-input{
        border-radius : 30px;
        padding: 19px 20px 19px 58px;
        width: 100%;
    }
    
    .search-button{
        padding : 15px 32px;
    }
    .domain-name-search{
        border-radius : 30px;
        
    }
    .search-icon{
        bottom : 70px;
        left : 25px;
    }
    .domain-list-wrap{
        gap : 5px 20px;
    }
    .domain-name-container{
         grid-template-columns: repeat(2, 1fr);
    }
    
    .domain-features-container{
         grid-template-columns: repeat(2, 1fr);
    }
    
    .flip-card-inner{
        min-height :280px;
    }
}

@media(max-width : 576px){
    .section-title{
        font-size : 32px;
    }
    .section-subtitle{
        font-size : 14px;
    }
    .feature-discription{
        font-size : 14px;
    }
    .transfer-domain-description{
        font-size :14px;
    }
    .support-discription{
        font-size : 14px;
    }
    .search-button{
        padding : 12px 30px;
    }
    .flip-card-inner{
        min-height : 280px;
    }
    .domain-name-container{
        gap : 12px;
    }
    .domain-card{
        padding : 25px;
    }
    .save-badge{
        font-size : 12px;
    }
    .register{
        font-size : 12px;
    }
    .transfer{
        font-size : 12px;
    }
    .hero-discription{
        display : none;
    }
}

@media (max-width : 480px){
    
    .domain-features-container{
        grid-template-columns : repeat(1, 1fr);
    }
    .flip-card-inner{
        min-height : 230px;
    }
    .feature-card {
        padding : 15px;
    }
    
    .domain-features-container{
        gap : 15px ;
    }
    
    .domain-card{
        padding :18px;
    }
    
    .save-badge{
        font-size : 12px;
    }
    .domain-card h3{
        font-size : 22px;
    }
   .plan-price{
        font-size : 25px;
        }
    .register{
        font-size : 12px;
    }
    .transfer {
        font-size : 12px;
    }
    .plan_price_unit{
        display : none;
    }
}
