:root{
  --figtree: 'Figtree';
  --white:#ffffff;
  --black:#000000;
  --blue:#0C0032;
  --bluelight:#24008F;

}

/* 1. Create a Clean Base
------------------------------------------------------------------------------*/

html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,input, textarea, option, .nobox {background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display: block;}

blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl{list-style: none;}
ul, ol, dl, li {margin:0; padding:0;  color: #555555; font-size: 14px; line-height: 24px;}
html, body{height: 100%; -webkit-appearance:none; border:none; -webkit-text-size-adjust:none;}
body{position:relative;}

/* Class for clearing floats */
.clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}
.cf:after,.cf:before{display: table;content: ''}
:after,:before{box-sizing: border-box;}
.cf:after{clear: both;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;font-family: var(--figtree);}

/* 2. Define Base Typography
------------------------------------------------------------------------------*/

/* Create the Default Headers  */
h1, h2, h3, h4, h5, h6 {color: var(--blue);}

/* Specific Header Settings */
h1{color:var(--white);font-weight: 400;font-size: 80px;line-height: 88px;letter-spacing: -1px;}
h2{color: var(--blue);font-size: 68px;line-height: 88px;letter-spacing: -1px;font-weight: 500;}
h3{font-size: 32px;line-height: 48px;font-weight: 600;}
h4{font-size: 28px;line-height: 38px;font-weight: 400;}
h5{}
h6{}

/* Create the Default Paragraphs */
p{color:var(--white);font-size:28px;line-height: 38px;font-weight: 400;letter-spacing: -0.5px;}

/* Other Typo */
strong {font-weight: bold;}
hr {border:0 #000 solid; border-top-width: 1px; clear: both; height: 0;}
ol {list-style: decimal;}
ul {list-style:none;}
li{color:var(--white);font-size:28px;line-height: 38px;font-weight: 400;letter-spacing: -0.5px;}

/* 3. Images
------------------------------------------------------------------------------*/

/* Remove border around linked images */
img {border: 0; border-style: none;max-width: 100%;display: block;}

/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a {font-size: 16px;color:var(--white);font-weight: 500;line-height: 24px;text-decoration: none;display: inline-block;}
a:active {}
a:focus {outline: none;}
a.current{}


/* 5. Forms
------------------------------------------------------------------------------*/

input[type='submit']{ -webkit-appearance:none; border:none; -webkit-text-size-adjust:none; }
select{-webkit-appearance:none; -moz-appearance:none; -o-appearance:none; appearance:none;background-repeat: no-repeat;background-position: left 15px center;}
input[type='text'],input[type='tel'],input[type='email'],input[type='password']{}
textarea{overflow:auto;}
::-webkit-input-placeholder{color:var(--blue);}
:-moz-placeholder{color:var(--blue);}
::-moz-placeholder{color:var(--blue);}
:-ms-input-placeholder{color:var(--blue);}
::-ms-input-placeholder{color:var(--blue);}
:placeholder-shown{color:var(--blue);}

/*common display style*/
.dis-b{display:block;}
.pos_rel{ position:relative;}
.hidden{ display:none !important;}
.d_flex{display: flex;justify-content:flex-start;flex-wrap:wrap;}
.d_flex_ac{align-items: center;}
.d_flex_jc{justify-content: center;}
.d_flex_jb{justify-content: space-between;}
.d_flex_je{justify-content:flex-end;}

a,.in,.sub,img{transition: 0.4s ease all;}

/* btn arrow end */
.btn{line-height: 48px;padding: 0 20px;color: var(--white);font-size: 22px;font-weight: 500;background-color: var(--blue);border-radius: 60px;}
.btn:hover{background-color: #24008F;}



body{}
.wrapper{max-width:1648px;width: 100%;margin: 0 auto;position: relative;}
.bg{background-position: center;background-repeat: no-repeat;background-size: cover;position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mobile_only{display: none !important;}



header{padding: 16px 80px;position: fixed;top: 0;left: 0;width: 100%;z-index: 999;transition: 0.4s ease all;transition: transform .4s ease; }
header.fixed{ backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);    background-color: #0000008f;}
header.fixed.hide{ transform: translateY(-100%); }

header .menu{padding: 11px  12px;border-radius: 100px;  background: rgb(255 255 255 / 10%); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.25); box-shadow: 0 8px 30px rgba(0,0,0,0.12);gap: 8px;}
header .menu ul{gap: 8px;}
header .menu ul li{}
header .menu ul li a{line-height: 48px;padding: 0 20px;color: var(--white);font-size: 22px;font-weight: 500;border-radius: 50px;}
header .menu ul li a.active{ background: rgb(255 255 255 / 25%); }

.banner{position:relative;min-height:912px;justify-content: flex-start;align-items: end;}
.banner .bg img,
.banner .bg video,
.banner .bg iframe{display: block;width: 100%;height: 100%;object-fit: cover;object-position: center;position: relative;z-index: 2;}
.banner .bg::after{content:'';position: absolute;left: 0;top: 0;width: 100%;height: 100%; z-index: 3; opacity: 0.4; background-color: #000000;}
.banner .colin{position: relative;z-index: 3;padding: 0 0 80px 80px;}
.banner .colin p{margin-top: 40px;max-width: 992px;}
.banner .colin .discover{margin-top: 40px;display: flex;align-items: center;gap: 12px;color:var(--white);font-size: 22px;font-weight: 600;}
.banner .colin h1 strong{font-weight: 400;color: var(--bluelight);}

.about_sec{padding: 160.5px 80px;text-align: center;}
.about_sec h2{color: #24008F;font-size: 28px;line-height: 32px;letter-spacing:-0.5px;font-weight: 400;}
.about_sec p{color: var(--blue);font-size: 40px;line-height: 58px;letter-spacing:-0.6px; max-width: 1352px;margin: 0 auto; margin-top: 40px;}
.about_sec .btn{margin-top: 40px;}

.experts_sec{padding: 100px 12px;}
.experts_sec h2{color: var(--blue);font-size: 68px;font-weight: 500;line-height: 88px;letter-spacing: -1px;}
.experts_sec h2 strong{font-weight: 500;color: #24008F;}
.experts_sec h3{color: var(--white);font-size: 80px;font-weight: 600;line-height: 88px;letter-spacing: -1px;position: relative;z-index: 2;}
.experts_sec p{margin-top:24px;font-size: 32px;line-height: 44px;letter-spacing: -0.5px;font-weight: 400;position: relative;z-index: 2;}
.experts_sec .text{width: calc(100% - 826px);padding-left: 120px;}
.experts_sec .colin{width: 826px;display:flex;flex-wrap: wrap;justify-content: space-between;}
.experts_sec .col{padding: 32px;position: relative;width:calc(100% - 376px);background-color: #0C0032;height: 288px;overflow: hidden;}
.experts_sec .col+.col+.col{margin-top: 12px;}
.experts_sec .col:nth-child(2),
.experts_sec .col:nth-child(4){width: 364px;}
.experts_sec .col:nth-child(1){border-radius:16px 16px 44px 16px;}
.experts_sec .col:nth-child(2){border-radius:16px 35px 48px 16px;height: 392px;}
.experts_sec .col:nth-child(3){margin-top: -92px !important;border-radius:16px 16px 44px 16px;height: 416px;}
.experts_sec .col:nth-child(4){border-radius:16px 44px 16px 16px;height:312px;}
.experts_sec .bg::after{content:'';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: #00000040;}

.advantage_sec{position: relative;padding: 175px 201px;}
.advantage_sec .bg::after{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #00000059;}
.advantage_sec .inner{width: 808px;height: 680px;background-color:#FFFFFF1A;border-radius: 32px; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.25); box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);position: relative;z-index: 1;overflow: hidden;}
.advantage_sec .text{width: calc(100% - 808px);padding-right: 80px;position: relative;z-index: 1;display: flex; align-items: end;}
.advantage_sec h2{font-size: 80px;line-height: 88px;letter-spacing: -1px;font-weight: 500;color: var(--white);}

.advantage_sec .swiper { width: 100%; height:100%; }
.advantage_sec .swiper-wrapper { height: 100%; }
.advantage_sec .swiper-slide { display: flex; align-items: center; justify-content: center; font-size: 40px; font-weight: 600;padding:36px 90px 20px 24px;}
.advantage_sec .col{height: 100%;position: relative;width: 100%;}
.advantage_sec .col::after{content:'';position: absolute;left: 0;height: 1px;width: 100%;background-color: #FFFFFF99;bottom: 0;}
.advantage_sec .col span{color: var(--white);display: block;font-size: 120px;line-height: 128px;letter-spacing:-0.5px;font-weight: 400;}
.advantage_sec .col h3{color: var(--white);font-size:40px;line-height:68px;letter-spacing:-0.5px;font-weight: 600;margin-top: 24px;overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.advantage_sec .col p{color: var(--white);font-size:25px;line-height:25px;letter-spacing:-0.5px;font-weight: 400;margin-top: 24px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6;}
.advantage_sec .swiper-slide:not(.swiper-slide-active){opacity: 0.2;}
.advantage_sec .swiper-pagination-bullets,
.advantage_sec .swiper-vertical>.swiper-pagination-bullets { right: 24px; left: auto; top: 24px; transform: translate3d(0px, 0, 0); }
.advantage_sec .swiper-pagination-bullet{width: 18px;height: 18px;background-color: #FFFFFF66;opacity: 1;margin: 0 0 16px !important;}
.advantage_sec .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--white);}

.projects_sec{text-align: center;padding: 100px 0;}
/* .projects_sec label{} */
.projects_sec .title{display: block;text-align: center;padding:0 80px;margin-bottom:80px;}
/* .projects_sec .title h2{color: var(--bluelight);font-size: 28px;line-height: 32px;font-weight: 400;} */
.projects_sec .title p{color: var(--blue);margin-top: 40px;line-height: 44px;font-size: 28px;letter-spacing: -0.5px;font-weight: 400;}
.projects_sec .btn{margin-top: 80px;}
.projects_slider{}
.projects_slider .swiper-slide{width: 560px !important;}
.projects_slider .col{}
.projects_slider .img{width: 100%;height:481px;border-radius: 24px;overflow: hidden;position: relative;transition: 0.4s ease all;}
.projects_slider .img .bg{}
.projects_slider .img .bg::after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #00000066; }
.projects_slider .text{position: absolute;left: 0;top: 0;left: 0;width: 100%;height: 100%;padding: 32px 15px 32px 32px;background-color: #0C0032;text-align: left;opacity: 0;transition: 0.4s ease all;}
.projects_slider .title{margin-top: 24px;text-align: left;}
.projects_slider .col:hover .img{border-radius: 48px;}
.projects_slider .col:hover .text{opacity: 1;}
.projects_slider .col h4{margin-top: 16px;}
.projects_slider .col p{letter-spacing: -0.4px;}

.nuclear_sec{padding: 100px 12px 180px;}
.nuclear_sec .title{text-align: center;padding:0 80px;margin-bottom:80px;}
.nuclear_sec .title h2{color: var(--bluelight);font-size: 28px;line-height: 32px;font-weight: 400;}
.nuclear_sec .title p{color: var(--blue);margin-top: 40px;line-height: 44px;}
.nuclear_sec .col{width: calc(50% - 6px);position: relative;padding: 141px 80px;position: relative;}
.nuclear_sec .col+.col+.col{margin-top: 12px;}
/* .nuclear_sec .col::after { content: ''; width: 100px; height: 100px;top: -35px; right: -6px; position: absolute; background: repeating-linear-gradient(90deg, #cfcfcf 0 8px, transparent 8px 16px) top / 100% 1.5px no-repeat, repeating-linear-gradient(90deg, #cfcfcf 0 8px, transparent 8px 16px) bottom / 100% 1.5px no-repeat, repeating-linear-gradient(0deg, #cfcfcf 0 8px, transparent 8px 16px) left / 1.5px 100% no-repeat, repeating-linear-gradient(0deg, #cfcfcf 0 8px, transparent 8px 16px) right / 1.5px 100% no-repeat;} */
.nuclear_sec .col .text{position: relative;}
.nuclear_sec .col .bg{border-radius: 48px;overflow: hidden;background-color: #EAF6FF;}
.nuclear_sec .col .bg img{position: absolute;left: 0;bottom: 0;}
.nuclear_sec .col h3{color: var(--bluelight);font-size: 68px;line-height: 80px;font-weight: 500;}
.nuclear_sec .col p{font-size: 32px;line-height: 48px;color: var(--blue);margin-top: 40px;letter-spacing: -0.6px;}
.nuclear_sec .col:nth-child(2) .bg{background-color: var(--bluelight);}
.nuclear_sec .col:nth-child(2) .bg img{position: absolute;left:auto;bottom: 0;right: 0;}
.nuclear_sec .col:nth-child(2) h3,
.nuclear_sec .col:nth-child(2) p{color: var(--white);}

.lets_talk{padding: 80px;}
.lets_talk .text{width: calc(100% - 889px);padding-right: 40px;}
.lets_talk .text h2{}
.lets_talk .text p{color: var(--blue);margin-top: 24px;max-width: 655px;}
.lets_talk .form_box{width: 889px;}
.lets_talk .form_box .col{width: 100%;}
.lets_talk .form_box .col .in{width: 100%;height: 80px;border:none;border-bottom: 1px solid var(--blue);color: var(--blue);font-size: 20px;line-height: 32px;resize: none;}
.lets_talk .form_box .col textarea.in{height:138px;padding-top: 24px;}
.lets_talk .form_box .colin{margin-bottom: 24px;}
.lets_talk .form_box .colin .col{width:calc(50% - 20px);}
.lets_talk .form_box .sub{margin: 0 auto;margin-right: 0;margin-top: 24px;cursor: pointer;    display: block;min-width: 198px;text-align: center;line-height: 64px;}

footer{background-color: var(--blue);padding: 60px 80px;}
footer .left_col{}
footer .left_col ul{margin-top: 40px;}
footer .left_col ul li,
footer .left_col ul li a{color:#FFFFFF99;font-size: 23px;line-height: 32px;font-weight: 500;}
footer .left_col ul li:not(:last-child)::after{content:'|';font-size: 20px;margin: 0 10px;}
footer .right_col{max-width: 382px;}
footer .right_col ul{}
footer .right_col ul li{width: 133px;}
footer .right_col ul li+li+li{margin-top:32px;}
footer .right_col ul li a{color: var(--white);font-size: 24px;line-height: 32px;font-weight: 500;letter-spacing: -0.6px;}

/* about */
.aboutus_sec{padding:120px 80px;text-align: center;}
.aboutus_sec .text{max-width: 1063px;margin: 0 auto;} 
.aboutus_sec h2{color: var(--bluelight);font-size: 28px;line-height: 32px;font-weight: 400;}
.aboutus_sec h2 img{display: block;margin: 0 auto 40px;}
.aboutus_sec h3{font-size: 60px;line-height: 88px;font-weight: 400;letter-spacing: -2px;margin-top: 40px;}
.aboutus_sec h3 strong{font-weight: 400;color: var(--bluelight);}
.aboutus_sec p{margin-top: 40px;color: var(--blue);letter-spacing: 0;}

section.nuclear_about_sec{padding:0 12px 100px;}
section.nuclear_about_sec .col { padding:129px 80px; }
section.nuclear_about_sec .col h2{font-size: 28px;line-height: 32px;margin-bottom: 40px;}
section.nuclear_about_sec .col h3{font-size: 60px;line-height: 80px;}
section.nuclear_about_sec .col:nth-child(2) h2{color: var(--white);}

.who_we_are{padding: 100px 80px 52px;}
.who_we_are .title{text-align: center;}
.who_we_are .title h2{color: var(--bluelight);font-size: 28px;line-height: 32px;font-weight: 400;}
.who_we_are .title h3{font-size: 60px;line-height: 88px;font-weight: 400;letter-spacing: -2px;margin-top: 40px;}
.who_we_are .title h3 strong{font-weight: 400;color: var(--bluelight);}
.who_we_are .title p{font-size: 32px;line-height: 48px; max-width: 1200px;margin: 0 auto;margin-top:24px;color: var(--blue);letter-spacing: 0;}
.who_we_are .teams{margin-top: 56px;}

.teams{max-width:1319px;margin: 0 auto;}
.teams .col{width: 32.5%;height: 429px;overflow: hidden;border-radius:40px;position: relative;margin-right: 16px;margin-bottom: 48px;}
.teams .col:nth-child(3n){margin-right: 0;}
.teams .col img{width: 100%;height: 100%;object-fit:cover;}
.teams .col .tag{position: absolute;bottom: 8px;left: 0;right: 0;width: calc(100% - 16px);margin: 0 auto;padding: 20px;border-radius: 32px;background-color: #FFFFFF1A;    border: 1px solid rgba(255, 255, 255, 0.25);    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.teams .col h3{color: var(--white);font-size: 24px;line-height: 32px;font-weight: 500;}
.teams .col h4{color: var(--white);font-size: 18px;line-height: 18px;font-weight: 400;margin-top: 8px;}
.teams .col .text{position: absolute;bottom:0;left: 0;width:100%;height: 100%;padding: 24px;background-color: #FFFFFF1A;    border: 1px solid rgba(255, 255, 255, 0.25);    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);opacity: 0;transition: 0.4s ease all;}
.teams .col:hover .text{opacity: 1;}

.our_board{}
.our_board{padding: 100px 70px 52px;}
.our_board .title{text-align: center;}
.our_board .title h2{font-size: 60px;}
.our_board .title p{font-size: 32px;line-height: 48px; max-width: 1200px;margin: 0 auto;margin-top:24px;color: var(--blue);letter-spacing: 0;}
.our_board .teams{margin-top: 56px;max-width: 100%;}
.our_board .teams .col{margin-right: 16px;width:24.3%;}
.our_board .teams .col:nth-child(4n){margin-right: 0;}

/* what we do */
.what_we_do_text{text-align: center;padding: 116px 40px;position: relative;}
.what_we_do_text .img{position: absolute;left: 0;bottom: 0;right: 0;margin: 0 auto;display: block;}
.what_we_do_text .colin{position: relative;z-index: 1;max-width: 1178px;margin: 0 auto;}
.what_we_do_text h2{font-size: 60px;margin-bottom: 40px;}
.what_we_do_text p{color: var(--blue);margin-bottom: 24px;}

.partnerships_sec{background-color: #EAF6FF;padding:15px 12px;display: flex;align-items: center;justify-content: space-between;}
.partnerships_sec .text_box{width: calc(100% - 1012px);padding: 0 12px 0 80px;}
.partnerships_sec h2{font-size: 80px;line-height: 100px;}
.partnerships_sec h2 strong{font-weight: 500;color: var(--bluelight);}
.partnerships_sec h3{font-size: 38px;line-height: 44px;font-weight: 500;color: var(--white);}
.partnerships_sec p{font-size: 24px;line-height: 32px;font-weight: 400;color: var(--white);margin-top: 24px;}
.partnerships_sec .blogs{width: 1012px;}
.partnerships_sec .col{width:calc(50% - 6px);background-color: #24008F;padding: 32px;border-radius: 16px 16px 48px 16px;min-height: 440px;position: relative;overflow: hidden;}
.partnerships_sec .col .text{position: relative; z-index: 1;}
.partnerships_sec .col:first-child{border-radius:48px 35px 16px 16px;}
.partnerships_sec .col+.col+.col{margin-top: 12px;}
.partnerships_sec .col:nth-child(3){border-radius:16px 48px 16px 16px;}
.partnerships_sec .col:last-child{background-color: #0C0032;border-radius:16px 16px 48px 16px;}
.partnerships_sec .col .bg::after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #0000009c; }

.our_capabilities{padding:229.5px 68px;position: relative;}
.our_capabilities .bg::after { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #00000073; }
.our_capabilities .inner{position: relative;z-index: 1;}
.our_capabilities h2{color: var(--white);line-height: 100%;}
.our_capabilities .wrap{margin-top:100px;justify-content: space-between;}
.our_capabilities .col{width:calc(33.33% - 10.16px);background-color:#FFFFFF1A;border-radius: 32px;padding:32px;backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.25);position: relative;}
.our_capabilities .col h3{color: var(--white);font-weight: 500;font-size: 38px;line-height: 44px;position: relative;z-index: 1;}
.our_capabilities .col ul{    margin-top: 40px; padding-left: 30px;     list-style: disc;position: relative;z-index: 1;}
.our_capabilities .col ul li{color: var(--white);font-size:24px;line-height: 32px;font-weight: 400;letter-spacing: -0.7px;}
.our_capabilities .col img{position: absolute;bottom: 0;right: 0;}

/* career */
.career_sec{padding: 80px;}
.career_box{margin-bottom: 16px;background-color: #EAF6FF;border-radius: 24px;}
.career_box .title{padding: 40px;}
.career_box .title .left_col{max-width: 400px;}
.career_box .title .btn{    line-height: 64px; padding: 0 35px; font-size: 24px; }
.career_box .title h2{font-size: 40px;line-height: 40px;font-weight: 500;}
.career_box .title h3{font-size: 24px;line-height: 38px;font-weight: 400;margin-top: 24px;}
.career_box .title .mid_col{}
.career_box .title .mid_col span{margin-right:24px;color: var(--blue);font-size: 24px;line-height: 38px;font-weight: 400;}
.career_box .title .mid_col span:last-child{margin-right: 0;}
.career_box .inner{padding:40px;position: relative;display: none;}
.career_box .inner.active {display: block;}
.career_box .inner::after{content:'';position: absolute;left: 0;top: 0;height: 1px;right: 0;margin: 0 auto;background-color: #0C0032;width: calc(100% - 80px);}
.career_box .text{padding: 40px 0 0;}
.career_box .text h3{font-size: 28px;line-height: 32px;font-weight: 400;}
.career_box .text ul{padding-left: 30px;list-style: disc;}
.career_box .text p,
.career_box .text ul li{color: #0C0032;line-height: 44px;margin-top: 40px;font-size: 28px;letter-spacing: -0.5px;}
.career_box .text ul{margin-top: 40px;}
.career_box .text ul li{margin: 0 !important;}
.career_box .form_sec{padding: 52px 0 0px;width: 100%;}
.career_box .col{width: calc(50% - 20px);margin-bottom: 36px;position: relative;}
.career_box .col .in{border: none;border-bottom: 1px solid #0C0032;height: 80px;color: var(--blue);font-size: 20px;line-height: 32px;font-weight: 400;width: 100%;}

.custom-file-upload { width: 100%; }
.custom-file-upload .file-input { display: none; }
.custom-file-upload .file-box { display: flex; align-items: center; gap: 24px; padding:12px 0; border-bottom: 1px solid #2d215f; }
.custom-file-upload .file-name-wrap { display: flex; align-items: center; border: 1px solid #24008F; border-radius: 16px; padding: 12px 53px 12px 12px;position: relative;}
.custom-file-upload .file-name { color: #24008F; font-size: 20px; }
.custom-file-upload .remove-file {background: none; border: none; color: #24008F; font-size: 48px; cursor: pointer; line-height: 1; position: absolute; right: 8px; top: -5px; bottom: 0; margin: auto; height: fit-content;}
.custom-file-upload .file-error { color: #ff0000; font-size: 20px; }
.custom-file-upload .replace-file { margin-left: auto; color: #0C0032; font-size: 20px; text-decoration: underline; }
.career_box .form_sec .sub { margin: 0 auto; margin-right: 0; margin-top: 24px; cursor: pointer; display: block; min-width: 102px; text-align: center;background-color: #24008F;line-height: 64px;font-size: 20px;padding: 0 24px;}

/* landowners */
.landowners_text { padding: 149px 40px; }
.landowners_text p{line-height: 44px;margin-bottom: 16px;}
.landowners_blogs{padding: 0 12px 12px;}
.landowners_blogs .inner{display: flex;flex-wrap: wrap;}
.landowners_blogs>h2{display: none;}
.landowners_blogs .col{width:32.6%;margin-right: 0.9%;min-height: 451px;overflow: hidden;position: relative;padding: 48px;} 
.landowners_blogs .col img{position: absolute;top: 0;right: 0;display: block;} 
.landowners_blogs .col h2{color: var(--white);}
.landowners_blogs .col h3{font-size: 28px;line-height: 32px;color: var(--white);font-weight: 400;}
.landowners_blogs .col h4,
.landowners_blogs .col p{color: #45703B;font-size: 40px;line-height: 60px;font-weight:600;letter-spacing: -0.8px;position: relative;z-index: 1;}
.landowners_blogs .col p{font-weight: 500;}
.landowners_blogs .col:first-child{background-color: #193811;width:66.5%;margin-bottom: 16px;border-radius: 24px 100px 24px 24px;    display: flex; justify-content: space-between; flex-direction: column;} 
.landowners_blogs .col+.col{border-radius: 24px 48px 24px 24px;    display: flex; flex-wrap: wrap; align-content: flex-end;}
.landowners_blogs .col:nth-child(2){margin-bottom: 16px;}
.landowners_blogs .col:nth-child(2),
.landowners_blogs .col:nth-child(5){margin-right: 0;}
.landowners_blogs .col:not(:first-child):nth-child(even) {background-color: #F1F6D580; }
.landowners_blogs .col:not(:first-child):nth-child(odd) {background-color: #45703B; }
.landowners_blogs .col:not(:first-child):nth-child(odd) h4,
.landowners_blogs .col:not(:first-child):nth-child(odd) p{color: #EFF4CE;}

section.successful_project_sec{padding: 135px 78px;}
section.successful_project_sec .bg::after { background-color: #00000066; }
section.successful_project_sec .text { width: calc(100% - 841px); }
section.successful_project_sec .inner { width: 841px; height: 760px; }
section.successful_project_sec .swiper-slide { padding: 48px 90px 20px 48px; }
/* section.successful_project_sec .swiper-slide:not(.swiper-slide-active) p{opacity: 0;} */
section.successful_project_sec .col p { -webkit-line-clamp: 2; }

.faq_sec{padding: 100px 171.5px;background-color: #F1F6D580;justify-content: space-between;}
.faq_sec .title{width: calc(100% - 1043px);}
.faq_sec .blogs{padding: 8px 48px;width: 1043px;}
.faq_sec h2{font-size: 60px;}
.faq_sec h3{font-size: 40px;line-height: 68px;font-weight: 500;position: relative;padding-right: 70px;cursor: pointer;}
.faq_sec h3 img{position: absolute;top: 0;right: 0;transition: 0.4s ease all;bottom: 0;margin: auto;}
.faq_sec p{line-height: 48px;color: var(--blue);}
.faq_sec .col{padding: 40px 0;}
.faq_sec .col:not(:last-child){border-bottom: 1px solid #0C0032;}
.faq_sec .col .text{padding-top: 24px;display: none;}
.faq_sec .col.active  h3 img{transform: rotate(45deg);}

.lets_talk_contact{padding:80px 80px 80px;}

.lets_talk_contact .text{padding: 100px 0 40px;}
.lets_talk_contact .text p{color: var(--blue);margin-top: 24px;}
.lets_talk_contact .form_box{width:100% !important;}
.lets_talk_contact .form_box .col{width: 100%;}
.lets_talk_contact .form_box .col .in{width: 100%;height: 80px;border:none;border-bottom: 1px solid var(--blue);color: var(--blue);font-size: 20px;line-height: 32px;resize: none;outline:none;}
.lets_talk_contact .form_box .col textarea.in{height:138px;padding-top: 24px;}
.lets_talk_contact .form_box .col select.in{height:138px;background-image: url(../images/arrow.png);background-repeat: no-repeat;background-position: right center;}
.lets_talk_contact .form_box .colin{margin-bottom: 24px;}
.lets_talk_contact .form_box .colin .col{width:calc(33.33% - 26.66px);}
.lets_talk_contact .form_box .colin .col_50{width:calc(50% - 20px);}
.lets_talk_contact .form_box .sub{margin: 0 auto;margin-right: 0;margin-top: 24px;cursor: pointer;    display: block;min-width: 198px;text-align: center;line-height: 64px;}
.page-template-get-in-touch-page .lets_talk_contact .form_box .colin .col{width:calc(50% - 20px);}

.banner_inner  .bg::after{opacity: 0.4; background-color: #000000;}
.banner_inner  .colin p { max-width: 1082px; }
.lets_talk_btn{position: fixed;bottom: 76px;right: 79px;z-index: 9;border-radius: 20px;padding: 6px;display: flex;align-items: center; background: rgb(255 255 255 / 10%); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.25); box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);font-size: 20px;color: var(--blue);font-weight: 600;letter-spacing: -0.5px;}
.lets_talk_btn.hide{opacity: 0;visibility: hidden;}
.lets_talk_btn img{display: block;}
.lets_talk_btn span{width: 0;transition: 0.4s ease all;overflow: hidden;display: block;line-height: 1;white-space: nowrap;}
.lets_talk_btn:hover span{width:87px;margin-left: 10px;}



/* News Card */
.news-sec {padding:80px 80px;}
.news-sec h2 {font-size: 60px; line-height: 80px; font-weight: 500; letter-spacing: -0.02em; margin-bottom: 40px; text-align: center;}
.news-grid {display: flex; flex-wrap: wrap; gap:100px 16px; max-width: 1745px; width: 100%; margin: 0 auto;}
.news-card {padding:12px; display:flex; flex-direction: column; background-color:#EAF6FF; max-width: calc((100% - 32px) / 3); width:100%; border-radius: 24px; position: relative;}
.news-card__image-wrapper {position: relative; padding:68.666% 0 0 0; border-radius: 24px; overflow: hidden; transition: all 0.5s;}
.news-card__image-wrapper img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.news-card__image-wrapper .text {position: absolute; left: 0; top: 0; left: 0; width: 100%; height: 100%; padding: 32px; background-color: var(--bluelight); text-align: left; opacity: 0; transition: 0.4s ease all; }
.news-card__content {padding:40px 24px 24px 24px; display:flex; flex-direction: column; align-items: flex-start; flex-grow: 1;}
.news-card__content h3 {margin: 0 0 40px 0; font-size: 40px; line-height: 1; font-weight: 500; letter-spacing: -0.02em;}
.news-card__date {margin-bottom:40px; font-size:28px; letter-spacing: -0.015em; color: var(--blue); line-height: 1.35;}
.news-card__content .btn {margin-top: auto; padding:17px 34px; line-height: 1; font-size: 24px;}
.news-card .overlink {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.news-card:hover .news-card__image-wrapper {border-radius: 48px;}
.news-card:hover .news-card__image-wrapper .text {opacity: 1;}

.news-article-sec {padding:80px 80px;}
.news-article-wrap {max-width: 1745px; width: 100%; display: flex; align-items: flex-start; flex-wrap: wrap; margin: 0 auto;}
.news-article-left {max-width: 403px; width: 100%;}
.news-recent-item {margin-bottom: 30px;}
.news-recent-item h5 {font-size: 28px; font-weight:400; letter-spacing: -0.015em; margin-bottom: 24px;}
.news-recent-item .news-recent-date {font-size:24px; font-weight:400; letter-spacing: -0.015em; color: rgba(12,0,50,0.8);}
.news-article-right {padding: 0 0 0 100px; max-width: calc(100% - 403px); width: 100%;}
.news-article-right h3 {font-size: 40px; font-weight: 500; letter-spacing: -0.02em; color: var(--blue); margin-bottom:40px;}
.news-article-right h6 {font-size: 28px; font-weight: 500; letter-spacing: -0.015em; color: var(--blue); margin-bottom:40px;}
.news-article-right p {margin-bottom: 40px; color: var(--blue);}
.news-article-right *:last-child {margin-bottom: 0;}

.project-list {padding: 0 12px;}
.project-item {padding:40px 0; display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between;}
.project-item-content {padding:30px 80px 30px 68px; max-width:52.29%; width: 100%; }
.project-item-content h3 {font-size: 40px; line-height:1.1; font-weight: 500; letter-spacing: -0.02em; margin-bottom: 16px;}
.project-tags {margin: 0 0 40px 0; font-size: 28px; color: #1A1816; display: flex; flex-wrap: wrap; gap: 16px;}
.project-tags span {position: relative;}
.project-tags span::before {margin: auto 0; content: ""; position: absolute; left: -8px; top: 0; bottom: 0; background-color:#1A1816; width: 2px; height:80%;}
.project-tags span:first-child:before {display: none;}
.project-item-content p { color: var(--blue); margin-bottom: 40px;}
.project-item-content .btn {padding:17px 34px; line-height: 1; font-size: 24px;}
.project-item-image {padding: 0 0 0 55px; max-width:47.71%; width: 100%;}
.project-item-image-inner {padding:84.10% 0 0 0; position: relative;}
.project-item-image-inner img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 24px; border-top-left-radius: 40px;}

.project-item:nth-child(even) {flex-direction: row-reverse;}
.project-item:nth-child(even) .project-item-image {padding: 0 55px 0 0; } 
.project-item:nth-child(even) .project-item-image-inner img {border-top-left-radius: 24px; border-top-right-radius: 40px;}
.project-item:nth-child(even) .project-item-content {padding: 30px 68px 30px 140px;}

.default-section {padding: 80px 80px;}
.default-section-wrapper {max-width: 1745px; width: 100%; margin: 0 auto; }
.default-section-wrapper * {color: var(--blue);}
.default-section-wrapper h1 {margin-bottom: 40px;}
.default-section-wrapper h2 {margin-bottom: 30px;}
.default-section-wrapper h3 {margin-bottom: 25px;}
.default-section-wrapper h4 {margin-bottom: 22px;}
.default-section-wrapper h5 {margin-bottom: 20px;}
.default-section-wrapper h6 {margin-bottom: 15px;}
.default-section-wrapper p {margin-bottom: 40px;}
.default-section-wrapper ul {margin: 0 0 0 24px; list-style-type: disc;}
.default-section-wrapper li {margin: 0 0 20px 0; font-size: 28px; line-height: 38px; font-weight: 400; letter-spacing: -0.5px;}


.black_had header{ backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);    background-color: #0000008f;}
.comman_error_page{min-height: 80vh;padding:104px 24px;display: flex;align-items: center;justify-content: center;text-align: center;}
.comman_error_page h1{color: var(--blue);font-weight: bold;margin-bottom: 10px;}
.comman_error_page h1 strong{color: var(--bluelight);}
.comman_error_page p{color: var(--blue);margin-bottom: 24px;}

.admin-bar header { top: 32px;}
form[data-status="invalid"] .wpcf7-response-output{color: #ff0000 !important;}
.projects_slider .swiper-wrapper{ transition-timing-function: linear !important; }


.animate { opacity: 0; transform: translateY(50px); transition: all 0.8s ease; }
.animate.show { opacity: 1; transform: translateY(0); }

.projects_slider{display: flex; white-space: nowrap; overflow: hidden; position: relative; }
.projects_slider .swiper-wrapper { display: flex; white-space: nowrap; position: relative; animation: marquee 12s linear infinite ; will-change: transform; }
.projects_slider .swiper-wrapper .swiper-slide{margin-right:16px;}
.projects_slider .col p {white-space: break-spaces;}
.projects_slider:hover .swiper-wrapper{ animation-play-state: paused; }
 @keyframes marquee {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }


html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}