 :root{
    --primary :  #13091F;
    --secondary : #d4af37;
    --text : #F0C46A;
    --text-light : #F3EEE7;
    --text-dark : #8E80A3;
    --light : #2c174659;
    --btn-bg : #D4A24C;
    --fraunces :'Fraunces',Georgia,serif;
    --inter:'Inter',-apple-system,sans-serif;
    --jetbrains :'JetBrains Mono',monospace;
 }
 *{
    box-sizing:border-box;
}
  html,body{
    margin:0;
    padding:0;
}
 body {
    background: var(--primary);
    font-family: var(--inter);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
body .main {
    position: relative;
    overflow-x: hidden;
}
  ::selection{
    background:var(--secondary);
    color:var(--primary);
}
a {
    color: var(--primary);
    text-decoration: none !important;
    transition: all 0.5s;
}

a:hover {
    color: var(--text);
    text-decoration: none;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    font-size: 19px;
    color: #ffffff;
    max-width: 480px;
    width: 100%;

}

p:last-child {
    margin-bottom: 0;
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    object-fit: cover;
    transition: all 0.5s;
}

html .container {
    max-width: 1080px;
    width: 100%;
    padding: 0px 20px;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.title h5 {
   font-weight: 600;
    font-family: var(--jetbrains);
    font-size: 11.52px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text);
    margin-bottom: 10px;
}
.title h3 {
    font-family: var(--fraunces);
    font-weight: 600;
    font-size: 46px;
    line-height: 1.1;
    margin: 15px 0px 5px;
    color: var(--text-light);
}
.title p b {
    font-weight: 600;
    font-family: var(--jetbrains);
    font-size: 11.52px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.btn {
    background: var(--btn-bg);
    color: var(--primary);
    font-weight: 700;
    font-size: 13.6px;
    padding: 9px 16.2px;
    border-radius: 3px;
    min-height: 40px;
    display: flex;
    align-items: center;
    transition: all 0.5s;
    text-transform: uppercase;
}
.btn:hover{
    background-color: var(--text);
}

.btn:hover{
    color: var(--primary);
    border: 1px solid var(--secondary);
}

@keyframes kpulse{
    0%,100%{
        box-shadow:0 0 0 0 rgba(212,175,55,.45);
    }
    50%{
        box-shadow:0 0 0 14px rgba(212,175,55,0);
    }
}
@keyframes kfloat{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-8px);
    }
}
@keyframes kshimmer{
    0%{
        background-position:-200% 0;
    }
    100%{
        background-position:200% 0;
    }
}
header {
    padding: 16px 0px;
    position: fixed;
    top: 0;
    background: rgba(19, 9, 31, 0.78);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(212, 162, 76, 0.16);
    left: 0;
    right: 0;
    z-index: 99;
}
header .header_logo a{
    text-decoration: none;
    display: flex;
    flex-direction: column;
    line-height: 1;
}
header .header_logo a .name {
    font-family: var(--fraunces);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: var(--text-light);
}
header .header_logo a .name span{
    color: var(--text);
}
header .header_logo a .designtion{
    font-size: 9px;
    letter-spacing: 0.42em;
    text-transform: uppercase;
    color: var(--secondary);
    margin-top: 5px;
}
.banner_section {
    padding: 88px 0px 96px;
    margin-top: 74px;
}
.banner_section .content h5 {
    font-family: var(--jetbrains);
    font-size: 11.52px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text);
    margin-bottom: 25.6px;
}
.banner_section .content h3 {
   font-family: var(--fraunces);
    font-weight: 700;
    letter-spacing: -0.02em;
    /* font-size: 73.6px; */
      font-size: 44px;
    line-height: 1.04;
    max-width: 780px;
    margin: 0 auto 22.4px;
    color: var(--text-light);
}
.banner_section .content h3 span {
   font-style: italic;
    font-weight: 500;
    color: var(--text);
    /*display: block;*/
}
.banner_section .content p {
   margin-bottom: 38px;
    max-width: 520px;
}
.banner_section .content a.btn {
    padding: 17px 33px;
    width: fit-content;
    font-size: 15px;
}
.banner_section .content a.btn:hover,
.next_stage_wrap a.btn:hover{
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(212, 162, 76, 0.3);
}
.banner_section .video_wrap {
    border-radius: 22px;
    max-width: 532px;
    width: 100%;
    margin: 0px auto;
    position: relative;
}
.banner_section .video_wrap .video {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(240, 196, 106, 0.45);
    background: #241d2c;
    box-shadow: unset;
    aspect-ratio: 4 / 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
}
.banner_section .video_wrap .video a.video_play_btn svg {
    height: 65px;
    width: 65px;
}
.banner_section .video_wrap .video p {
    font-family: var(--jetbrains);
    font-size: 11.52px;
    letter-spacing: 1px;
    color: var(--text-light);
    margin-bottom: 0px;
}
.banner_section .video_wrap .video iframe {
    width: 100%;
    height: 100%;
}
.trusted_sec {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding: 46px 40px;
    background: rgba(255, 255, 255, 0.016);
}
.trusted_sec h4 {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--text-dark);
    margin: 0px 0px 30px;
    font-weight: 600;
}
.trusted_sec .container {
    max-width: 1140px;
}
.trusted_slider .trusted_logo img {
    max-width: 150px;
    width: 100%;
    height: 200px;
    object-fit: contain;
}
.work_sec .image {
    position: relative;
    border: 1.5px dashed rgba(212, 175, 55, 0.5);
    border-radius: 22px;
}
.work_sec .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.work_sec .image {
    position: relative;
    border: 1.5px dashed rgba(212, 175, 55, 0.5);
    border-radius: 22px;
    max-width: 519px;
    height: 650px;
    width: 100%;
    overflow: hidden;
    margin-left: auto;
}
.next_stage_sec .next_stage_wrap {
    position: relative;
    max-width: 1080px;
    width: 100%;
    margin: 0px auto;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: #2c174659;
    padding: 48px;
    text-align: center;
}
.next_stage_sec .title h5 {
    font-size: 16px;
    font-family: var(--inter);
    font-weight: 400;
    color: var(--text-light);
    letter-spacing: 0px;
    text-transform: capitalize;
}
.next_stage_sec .title h3 {
    font-size: 32px;
    line-height: 130%;
    margin: 16px auto 22px;
    max-width: 700px;
    width: 100%;
}
.next_stage_sec p {
    max-width: 560px;
    margin: 0 auto;
    font-size: 15px;
}
footer {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding: 27px 0px;
}
footer h4 {
    font-family: var(--fraunces);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.04em;
    color: var(--text-light);
    margin-bottom: 0px;
}
footer p {
    font-size: 13px;
    color: var(--text-dark);
}
.work_sec .content p {
    font-size: 15px;
    max-width: 100%;
}
.work_sec .content {
    padding-left: 30px;
}
.work_sec .content .quate {
    background-color: #2c174659;
    padding: 25px;
    border-left: 4px solid var(--text);
}
.work_sec .content .quate p {
    font-style: italic;
    font-family: var(--fraunces);
    font-weight: 600;
}
.work_sec .content .quate span {
    font-weight: 600;
    font-family: var(--jetbrains);
    font-size: 11.52px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-dark);
}
.list_wrap ul li {
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 12px;
    display: flex;
    gap: 10px;
}
.list_wrap ul li:before {
    content: "";
    height: 4px;
    width: 12px;
    background-color: var(--text);
    border-radius: 30px;
    margin-top: 9px;
}
.list_wrap ul {
    margin-top: 30px;
}
.next_stage_wrap a.btn {
    width: fit-content;
    margin: 30px auto 20px;
    padding: 15px 33px;
    font-size: 15px;
}
.trusted_slider .trusted_logo .image {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Modal Background */
.custom-modal {
    display: none; 
    position: fixed; 
    z-index: 9999; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgba(0, 0, 0, 0.7); 
}

/*.modal-content {*/
/*    max-width: 650px;*/
/*    width: 100%;*/
/*    background: #15151e; */
/*    border: 1px solid rgba(255, 255, 255, 0.1);*/
/*    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);*/
/*    border-radius: 12px;*/
/*    padding: 30px;*/
/*}*/

.modal-content {
    background-color: #161224;
    margin: 10% auto; 
    padding: 30px;
    border: 1px solid #333;
    width: 90%;
    max-width: 650px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0px 4px 15px rgba(0,0,0,0.5);
}

.custom-input {
    background-color: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    padding: 12px 16px !important;
    border-radius: 6px !important;
    font-size: 15px;
    transition: all 0.3s ease;
}

.custom-input::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

.custom-input:focus {
    background-color: rgba(255, 255, 255, 0.08) !important;
    border-color: #ffcc00 !important;
    box-shadow: 0 0 0 3px rgba(255, 204, 0, 0.2) !important;
    outline: none;
}

textarea.custom-input {
    resize: none;
}

.form-submit-btn {
    background: #D4A24C; 
    color: #111111;
    font-weight: 600;
    border: none;
    padding: 12px 40px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    width: auto;
    display: inline-block;
}

.form-submit-btn:hover {
    background: #D4A24C;
    box-shadow: 0 4px 15px rgba(255, 204, 0, 0.3);
    transform: translateY(-1px);
}

.form-submit-btn:disabled {
    background: #cccccc !important;
    color: #666666 !important;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Close Button */
.close-modal {
    color: #aaa;
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.close-modal:hover {
    color: #fff;
}