html{margin:0;padding:0;box-sizing:border-box}
body{margin:0;padding:0;font-family:'Merriweather',serif;background-color:#FDFCFC;color:#111617;line-height:1.7}
*,::before,::after{box-sizing:inherit}
.head-top-strip{background:linear-gradient(135deg,#111617 0%,#2a2d2f 100%);padding:14px 0;border-bottom:3px solid #DD3B14}
.head-contain{max-width:1320px;margin:0 auto;padding:0 20px}
.head-top-strip .comp-name-holder{text-align:center;font-size:26px;font-weight:700;color:#FDFCFC;letter-spacing:1.2px}
.head-mid-zone{background-color:#FDFCFC;padding:28px 0;border-bottom:1px solid #1116171f}
.mid-flex-wrap{display:flex;justify-content:space-between;align-items:center;gap:30px}
.logo-holder{flex-shrink:0}
.site-logo-img{height:95px;width:95px;display:block;background-color:#fdfcfcd9;padding:8px;border-radius:8px;box-shadow:0 4px 16px #11161726}
.contact-block{display:flex;flex-direction:column;gap:12px;min-width:240px}
.contact-item-2{display:flex;align-items:center;gap:10px;font-size:14px;color:#111617}
.contact-item-2 i{color:#DD3B14;font-size:16px;width:20px;text-align:center}
.contact-item-2 a{color:#111617;text-decoration:none;transition:color .25s ease}
.contact-item-2 a:hover{color:#DD3B14}
.head-nav-strip{background-color:#111617;padding:0;box-shadow:0 6px 20px #11161740}
.main-navi{display:flex;justify-content:center;align-items:center;gap:0}
.main-navi .navi-link{padding:18px 32px;color:#FDFCFC;text-decoration:none;font-size:15px;font-weight:400;transition:background-color .2s ease,color .2s ease;border-bottom:3px solid transparent}
.main-navi .navi-link:hover{background-color:#dd3b142e;border-bottom-color:#DD3B14}
.foot-main-area{background:linear-gradient(180deg,#111617 0%,#1f2426 100%);padding:52px 0 38px;color:#FDFCFC}
.foot-contain{max-width:1320px;margin:0 auto;padding:0 20px}
.foot-info-stack{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px}
.foot-title-3{font-size:22px;font-weight:700;margin:0 0 16px;color:#DD3B14}
.foot-desc-txt{font-size:14px;line-height:1.8;color:#fdfcfcd9;margin:0}
.foot-subtitle-4{font-size:18px;font-weight:700;margin:0 0 18px;color:#FDFCFC}
.foot-contact-item{display:flex;align-items:center;gap:12px;margin-bottom:12px;font-size:14px;color:#fdfcfcd9}
.foot-contact-item i{color:#DD3B14;font-size:15px;width:22px}
.foot-contact-item a{color:#fdfcfcd9;text-decoration:none;transition:color .25s ease}
.foot-contact-item a:hover{color:#DD3B14}
.foot-navi{display:flex;flex-direction:column;gap:10px}
.foot-navi .foot-link{color:#fdfcfcd9;text-decoration:none;font-size:14px;transition:color .25s ease;display:inline-block}
.foot-navi .foot-link:hover{color:#DD3B14}
.foot-bottom-bar{background-color:#0d0f10;padding:22px 0;border-top:1px solid #dd3b144d}
.copyright-txt{text-align:center;font-size:13px;color:#fdfcfcb3;margin:0}
.cookie-popup-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#111617bf;z-index:9999;justify-content:center;align-items:flex-start;padding-top:80px;animation:fadeInOverlay .3s ease}
.cookie-popup-overlay.show-popup{display:flex}
.cookie-modal-box{background-color:#FDFCFC;width:70%;max-width:680px;border-radius:12px;box-shadow:0 12px 48px #11161759;animation:slideInFromRight .4s ease;overflow:hidden}
.cookie-popup-overlay.hide-popup .cookie-modal-box{animation:slideOutToRight .4s ease}
@keyframes fadeInOverlay {
from{opacity:0}
to{opacity:1}
}
@keyframes slideInFromRight {
from{transform:translateX(100%);opacity:0}
to{transform:translateX(0);opacity:1}
}
@keyframes slideOutToRight {
from{transform:translateX(0);opacity:1}
to{transform:translateX(100%);opacity:0}
}
.cookie-header-2{background:linear-gradient(135deg,#111617 0%,#2a2d2f 100%);padding:22px 28px;border-bottom:3px solid #DD3B14}
.cookie-title-3{margin:0;font-size:22px;font-weight:700;color:#FDFCFC}
.cookie-content-area{padding:28px 28px 24px}
.cookie-main-msg{font-size:15px;line-height:1.7;color:#111617;margin:0 0 24px}
.cookie-policy-link{color:#DD3B14;text-decoration:underline;font-weight:700}
.cookie-policy-link:hover{color:#111617}
.cookie-categories-wrap{display:flex;flex-direction:column;gap:14px;margin-bottom:24px}
.cookie-category-item{background-color:#1116170a;padding:14px 18px;border-radius:8px;border:2px solid transparent;transition:border-color .2s ease,background-color .2s ease}
.cookie-category-item:has(.cookie-radio-input:checked){border-color:#DD3B14;background-color:#dd3b1414}
.cookie-label-radio{display:flex;align-items:center;gap:12px;cursor:pointer;margin:0}
.cookie-radio-input{width:20px;height:20px;cursor:pointer;accent-color:#DD3B14}
.cookie-radio-text{font-size:15px;font-weight:400;color:#111617}
.cookie-opt-out-holder{margin-top:20px;padding-top:20px;border-top:1px solid #1116171f}
.cookie-checkbox-label{display:flex;align-items:center;gap:12px;cursor:pointer;margin:0}
.cookie-checkbox-input{width:20px;height:20px;cursor:pointer;accent-color:#DD3B14}
.cookie-checkbox-text{font-size:14px;color:#111617}
.cookie-actions-2{display:flex;gap:14px;padding:24px 28px;background-color:#11161708;border-top:1px solid #11161714}
.cookie-butt-accept,.cookie-butt-decline{flex:1;padding:14px 24px;border:none;border-radius:50px;font-size:15px;font-weight:700;cursor:pointer;transition:background-color .25s ease,transform .15s ease;font-family:'Merriweather',serif}
.cookie-butt-accept{background-color:#DD3B14;color:#FDFCFC}
.cookie-butt-accept:hover{background-color:#c33412;transform:translateY(-2px)}
.cookie-butt-decline{background-color:#111617;color:#FDFCFC}
.cookie-butt-decline:hover{background-color:#2a2d2f;transform:translateY(-2px)}
.cookie-settings-icon{position:fixed;bottom:30px;right:30px;width:56px;height:56px;border-radius:50%;background-color:#DD3B14;color:#FDFCFC;border:none;font-size:24px;cursor:pointer;box-shadow:0 6px 24px #dd3b1466;transition:background-color .25s ease,transform .2s ease;z-index:9998}
.cookie-settings-icon:hover{background-color:#c33412;transform:scale(1.08)}
@media (max-width: 992px) {
.mid-flex-wrap{flex-direction:column;gap:24px}
.contact-block{width:100%;align-items:center;text-align:center}
.main-navi{flex-direction:column;gap:0}
.main-navi .navi-link{width:100%;text-align:center;border-bottom:1px solid #fdfcfc1a}
.cookie-modal-box{width:90%}
.cookie-actions-2{flex-direction:column}
}
@media (max-width: 640px) {
.head-top-strip .comp-name-holder{font-size:20px}
.site-logo-img{height:75px;width:75px}
.contact-block{display:none}
.foot-info-stack{grid-template-columns:1fr;gap:32px}
.cookie-settings-icon{bottom:20px;right:20px;width:50px;height:50px;font-size:20px}
}
.text-legal-j{max-width:820px;margin:80px auto;padding:0 24px 120px;background:#FDFCFC}
.text-legal-j h1{font-size:42px;font-weight:700;color:#111617;line-height:1.2;margin:0 0 16px;letter-spacing:-.5px}
.text-legal-j h2{font-size:32px;font-weight:700;color:#111617;line-height:1.3;margin:64px 0 24px;letter-spacing:-.3px}
.text-legal-j h3{font-size:24px;font-weight:600;color:#111617;line-height:1.4;margin:48px 0 20px}
.text-legal-j h4{font-size:20px;font-weight:600;color:#111617;line-height:1.4;margin:36px 0 16px}
.text-legal-j h5{font-size:18px;font-weight:600;color:#111617;line-height:1.5;margin:28px 0 14px}
.text-legal-j h6{font-size:16px;font-weight:600;color:#111617;line-height:1.5;margin:24px 0 12px;text-transform:uppercase;letter-spacing:.5px}
.text-legal-j p{font-size:17px;line-height:1.7;color:#111617;margin:0 0 20px}
.text-legal-j a{color:#DD3B14;text-decoration:none;border-bottom:1px solid #dd3b144d;transition:border-color .25s ease,color .25s ease}
.text-legal-j a:hover{color:#111617;border-bottom-color:#111617}
.text-legal-j ul{margin:0 0 24px;padding:0 0 0 28px;list-style-type:disc}
.text-legal-j ol{margin:0 0 24px;padding:0 0 0 28px;list-style-type:decimal}
.text-legal-j li{font-size:17px;line-height:1.7;color:#111617;margin:0 0 12px;padding-left:8px}
.text-legal-j ul ul,.text-legal-j ol ol,.text-legal-j ul ol,.text-legal-j ol ul{margin:12px 0 0}
.text-legal-j ul li{list-style-type:disc}
.text-legal-j ul ul li{list-style-type:circle}
.text-legal-j ol li{list-style-type:decimal}
.text-legal-j ol ol li{list-style-type:lower-alpha}
.text-legal-j hr{border:none;border-top:2px solid #1116171f;margin:56px 0}
.text-legal-j table{width:100%;border-collapse:collapse;margin:32px 0;font-size:16px;background:#FDFCFC;box-shadow:0 2px 12px #11161714;border-radius:6px;overflow:hidden}
.text-legal-j thead{background:#111617}
.text-legal-j thead tr{border-bottom:2px solid #DD3B14}
.text-legal-j th{padding:16px 20px;text-align:left;font-weight:600;color:#FDFCFC;font-size:15px;letter-spacing:.3px;text-transform:uppercase}
.text-legal-j tbody tr{border-bottom:1px solid #11161714;transition:background-color .2s ease}
.text-legal-j tbody tr:last-child{border-bottom:none}
.text-legal-j tbody tr:hover{background-color:#dd3b140a}
.text-legal-j td{padding:18px 20px;color:#111617;line-height:1.6}
.text-legal-j div{margin:24px 0}
@media (max-width: 768px) {
.text-legal-j{margin:48px auto;padding:0 20px 80px}
.text-legal-j h1{font-size:32px;margin-bottom:12px}
.text-legal-j h2{font-size:26px;margin:48px 0 20px}
.text-legal-j h3{font-size:22px;margin:36px 0 16px}
.text-legal-j h4{font-size:19px;margin:28px 0 14px}
.text-legal-j h5{font-size:17px;margin:24px 0 12px}
.text-legal-j h6{font-size:15px;margin:20px 0 10px}
.text-legal-j p,.text-legal-j li{font-size:16px;line-height:1.65}
.text-legal-j ul,.text-legal-j ol{padding-left:24px}
.text-legal-j hr{margin:40px 0}
.text-legal-j table{font-size:14px;margin:24px -20px;width:calc(100% + 40px);border-radius:0}
.text-legal-j th,.text-legal-j td{padding:12px 16px}
.text-legal-j th{font-size:13px}
}
@media (max-width: 480px) {
.text-legal-j{padding:0 16px 60px}
.text-legal-j h1{font-size:28px}
.text-legal-j h2{font-size:23px;margin:40px 0 16px}
.text-legal-j table{margin:20px -16px;width:calc(100% + 32px);font-size:13px}
.text-legal-j th,.text-legal-j td{padding:10px 12px}
}
.heado-prog{position:relative;overflow:hidden;min-height:520px;background:linear-gradient(135deg,#FDFCFC 0%,#f5f3f3 100%)}
.heado-prog .layout-hold{max-width:1320px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;min-height:520px}
.heado-prog .txt-zone{padding:40px 0}
.heado-prog .main-title{font-size:48px;line-height:1.2;color:#111617;margin:0 0 24px;font-weight:700}
.heado-prog .subtitle-txt{font-size:18px;line-height:1.6;color:#4a4a4a;margin:0}
.heado-prog .img-zone{position:relative;height:100%;clip-path:polygon(15% 0,100% 0,100% 100%,0 100%)}
.heado-prog .img-zone img{width:100%;height:100%;object-fit:cover;opacity:.7}
.heado-prog .abstract-shape{position:absolute;width:180px;height:180px;border-radius:50%;background:#dd3b1414;top:-60px;right:-40px}
.program-structure{padding:80px 20px;background:#FDFCFC}
.program-structure .cont-wrapper{max-width:1320px;margin:0 auto}
.program-structure .sec-header{text-align:center;margin-bottom:60px}
.program-structure .sec-header h2{font-size:36px;color:#111617;margin:0 0 16px;font-weight:700}
.program-structure .sec-header p{font-size:17px;color:#5a5a5a;margin:0;max-width:720px;margin-left:auto;margin-right:auto}
.program-structure .phase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.program-structure .phase-item{background:#fff;padding:36px 28px;border-radius:8px;box-shadow:0 4px 16px #1116170f;transition:transform .3s ease,box-shadow .3s ease;position:relative}
.program-structure .phase-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #1116171f}
.program-structure .phase-num{position:absolute;top:-16px;left:28px;width:48px;height:48px;background:#DD3B14;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;color:#FDFCFC}
.program-structure .phase-title{font-size:22px;color:#111617;margin:28px 0 12px;font-weight:600}
.program-structure .phase-desc{font-size:15px;line-height:1.6;color:#666;margin:0}
.skills-track{padding:90px 20px;background:linear-gradient(180deg,#111617 0%,#2a2f30 100%);position:relative}
.skills-track::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#DD3B14 0%,#ff6b47 100%)}
.skills-track .track-container{max-width:1320px;margin:0 auto}
.skills-track .track-heading{font-size:38px;color:#FDFCFC;margin:0 0 52px;text-align:center;font-weight:700}
.skills-track .skill-rows{display:flex;flex-direction:column;gap:24px}
.skills-track .skill-row-item{display:grid;grid-template-columns:280px 1fr 100px;gap:32px;align-items:center;background:#fdfcfc0d;padding:24px 32px;border-radius:6px;border-left:4px solid #DD3B14}
.skills-track .skill-name{font-size:19px;color:#FDFCFC;margin:0;font-weight:600}
.skills-track .progress-holder{background:#fdfcfc1a;height:12px;border-radius:12px;overflow:hidden;position:relative}
.skills-track .progress-fill{height:100%;background:linear-gradient(90deg,#DD3B14 0%,#ff6b47 100%);border-radius:12px;transition:width .8s ease}
.skills-track .percent-txt{font-size:16px;color:#DD3B14;font-weight:700;text-align:right}
.instructors-sec{padding:85px 20px;background:#f8f7f7}
.instructors-sec .instr-wrapper{max-width:1320px;margin:0 auto}
.instructors-sec .section-top{margin-bottom:56px}
.instructors-sec .section-top h2{font-size:37px;color:#111617;margin:0 0 14px;font-weight:700}
.instructors-sec .section-top p{font-size:17px;color:#5a5a5a;margin:0;max-width:680px}
.instructors-sec .team-layout{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.instructors-sec .person-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 6px 20px #11161714;transition:transform .3s ease}
.instructors-sec .person-card:hover{transform:scale(1.03)}
.instructors-sec .person-card .photo-box{width:100%;height:260px;overflow:hidden}
.instructors-sec .person-card .photo-box img{width:100%;height:100%;object-fit:cover}
.instructors-sec .person-card .info-box{padding:20px;text-align:center}
.instructors-sec .person-card .name-txt{font-size:18px;color:#111617;margin:0 0 6px;font-weight:600}
.instructors-sec .person-card .role-txt{font-size:14px;color:#DD3B14;margin:0;font-weight:500}
.enroll-area{padding:95px 20px;background:#FDFCFC;position:relative}
.enroll-area .enroll-holder{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:center}
.enroll-area .left-content h2{font-size:40px;color:#111617;margin:0 0 24px;font-weight:700;line-height:1.3}
.enroll-area .left-content .benefit-list{list-style:none;padding:0;margin:0 0 32px}
.enroll-area .left-content .benefit-list li{font-size:16px;color:#4a4a4a;margin-bottom:16px;padding-left:32px;position:relative;line-height:1.6}
.enroll-area .left-content .benefit-list li::before{content:'';position:absolute;left:0;top:6px;width:18px;height:18px;background:#DD3B14;border-radius:50%}
.enroll-area .left-content .benefit-list li::after{content:'';position:absolute;left:5px;top:9px;width:8px;height:4px;border-left:2px solid #FDFCFC;border-bottom:2px solid #FDFCFC;transform:rotate(-45deg)}
.enroll-area .right-panel{background:linear-gradient(135deg,#111617 0%,#2a2f30 100%);padding:48px 40px;border-radius:12px;box-shadow:0 12px 32px #11161729}
.enroll-area .right-panel h3{font-size:28px;color:#FDFCFC;margin:0 0 28px;font-weight:700}
.enroll-area .form-holder input{width:100%;padding:16px 18px;margin-bottom:18px;border:2px solid #fdfcfc33;border-radius:6px;font-size:15px;background:#fdfcfc14;color:#FDFCFC;transition:border-color .3s ease}
.enroll-area .form-holder input::placeholder{color:#fdfcfc80}
.enroll-area .form-holder input:focus{outline:none;border-color:#DD3B14;background:#fdfcfc1f}
.enroll-area .form-holder .submit-butt{width:100%;padding:18px;background:#DD3B14;color:#FDFCFC;border:none;border-radius:6px;font-size:17px;font-weight:600;cursor:pointer;transition:background .3s ease,transform .2s ease;z-index:10;position:relative}
.enroll-area .form-holder .submit-butt:hover{background:#c2331a;transform:translateY(-2px)}
@media (max-width: 1024px) {
.heado-prog .layout-hold{grid-template-columns:1fr;gap:40px;min-height:auto}
.heado-prog .img-zone{height:400px;clip-path:none}
.program-structure .phase-grid{grid-template-columns:1fr}
.skills-track .skill-row-item{grid-template-columns:1fr;gap:16px}
.skills-track .percent-txt{text-align:left}
.instructors-sec .team-layout{grid-template-columns:repeat(2,1fr)}
.enroll-area .enroll-holder{grid-template-columns:1fr;gap:50px}
}
@media (max-width: 640px) {
.heado-prog .main-title{font-size:36px}
.program-structure .sec-header h2{font-size:28px}
.skills-track .track-heading{font-size:30px}
.instructors-sec .team-layout{grid-template-columns:1fr}
.enroll-area .left-content h2{font-size:32px}
.enroll-area .right-panel{padding:36px 28px}
}
.main-titre{background:linear-gradient(135deg,#DD3B14 0%,#dd3b14b3 100%);position:relative;overflow:hidden;padding:0;min-height:580px;display:flex;align-items:center}
.main-titre::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url(./template_images/halfbgpics.jpg) center/cover;opacity:.3;animation:filmgrain .8s steps(2) infinite}
@keyframes filmgrain {
0%,100%{transform:translate(0,0)}
25%{transform:translate(-1px,1px)}
50%{transform:translate(1px,-1px)}
75%{transform:translate(-1px,-1px)}
}
.main-titre::after{content:'';position:absolute;width:200px;height:200px;background:#fdfcfc1a;border-radius:50%;top:-100px;right:-50px;animation:floating 6s ease-in-out infinite}
@keyframes floating {
0%,100%{transform:translateY(0) translateX(0)}
50%{transform:translateY(20px) translateX(10px)}
}
.titre-wrap{max-width:1320px;margin:0 auto;padding:80px 20px;position:relative;z-index:2}
.titre-wrap h1{font-size:58px;color:#FDFCFC;font-weight:700;margin:0 0 40px;line-height:1.2;text-shadow:2px 2px 8px #1116174d}
.titre-butt{display:inline-block;padding:16px 38px;background:#FDFCFC;color:#111617;text-decoration:none;border-radius:6px;font-weight:600;font-size:17px;transition:all .3s ease;box-shadow:0 4px 16px #11161733}
.titre-butt:hover{background:#111617;color:#FDFCFC;transform:translateY(-2px);box-shadow:0 8px 24px #1116174d}
.pricing-holder{padding:90px 20px;background:#FDFCFC}
.pricing-container{max-width:1320px;margin:0 auto}
.pricing-head{text-align:center;margin-bottom:60px}
.pricing-head h2{font-size:42px;color:#111617;margin:0 0 16px;font-weight:700}
.pricing-head p{font-size:18px;color:#111617;opacity:.7;max-width:680px;margin:0 auto;line-height:1.6}
.price-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}
.price-card{background:linear-gradient(135deg,#dd3b140d 0%,#11161705 100%);padding:40px 32px;border-radius:8px;border:2px solid transparent;transition:all .3s ease;position:relative;overflow:hidden}
.price-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:#DD3B14;transform:scaleY(0);transition:transform .3s ease}
.price-card:hover::before{transform:scaleY(1)}
.price-card:hover{border-color:#DD3B14;box-shadow:0 12px 32px #dd3b1426}
.price-card h3{font-size:24px;color:#111617;margin:0 0 12px}
.price-value{font-size:48px;color:#DD3B14;font-weight:700;margin:0 0 20px;display:flex;align-items:baseline;gap:8px}
.price-value span{font-size:18px;color:#111617;font-weight:400}
.price-card p{color:#111617;font-size:16px;line-height:1.7;margin:0}
.tools-section{padding:90px 20px;background:#111617;position:relative}
.tools-section::before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;background:url(./template_images/test__MG_5516.jpg) center/cover;opacity:.08}
.tools-wrap{max-width:1320px;margin:0 auto;position:relative;z-index:2}
.tools-wrap h2{font-size:42px;color:#FDFCFC;margin:0 0 50px;text-align:center}
.tools-layout{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px}
.tool-item{background:#fdfcfc0d;padding:30px 24px;border-radius:8px;border-left:4px solid #DD3B14;backdrop-filter:blur(10px);transition:all .3s ease}
.tool-item:hover{background:#fdfcfc1a;transform:translateX(8px)}
.tool-item i{font-size:32px;color:#DD3B14;margin-bottom:16px;display:block}
.tool-item h3{font-size:20px;color:#FDFCFC;margin:0 0 12px}
.tool-item p{color:#FDFCFC;opacity:.8;font-size:15px;line-height:1.6;margin:0}
.story-holder{padding:90px 20px;background:linear-gradient(180deg,#FDFCFC 0%,#dd3b1408 100%)}
.story-container{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.story-txt h2{font-size:42px;color:#111617;margin:0 0 24px}
.story-txt h2::before{content:'';display:block;width:60px;height:4px;background:#DD3B14;margin-bottom:16px}
.story-txt p{font-size:17px;color:#111617;line-height:1.8;margin:0 0 20px}
.milestone-box{display:flex;gap:20px;margin-top:40px}
.milestone-stat{flex:1;padding:24px;background:#dd3b1414;border-radius:8px}
.milestone-stat strong{display:block;font-size:36px;color:#DD3B14;margin-bottom:8px}
.milestone-stat span{color:#111617;font-size:14px}
.story-visual{position:relative}
.story-visual img{width:100%;height:480px;object-fit:cover;border-radius:12px;box-shadow:0 16px 48px #11161733}
.relevance-zone{padding:90px 20px;background:#111617}
.relevance-inner{max-width:1320px;margin:0 auto}
.relevance-inner h2{font-size:42px;color:#FDFCFC;margin:0 0 50px;text-align:center}
.standards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.standard-card{background:#fdfcfc08;padding:36px 28px;border-radius:10px;border:1px solid #fdfcfc1a;position:relative;transition:all .3s ease}
.standard-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#DD3B14 0%,transparent 100%);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}
.standard-card:hover::after{transform:scaleX(1)}
.standard-card:hover{background:#fdfcfc0f;border-color:#dd3b144d}
.standard-card h4{font-size:22px;color:#FDFCFC;margin:0 0 14px}
.standard-card p{color:#FDFCFC;opacity:.85;font-size:15px;line-height:1.7;margin:0}
.journey-wrap{padding:90px 20px;background:#FDFCFC}
.journey-box{max-width:1320px;margin:0 auto}
.journey-box h2{font-size:42px;color:#111617;margin:0 0 60px;text-align:center}
.experience-timeline{position:relative;padding-left:60px}
.experience-timeline::before{content:'';position:absolute;left:20px;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#DD3B14 0%,#dd3b144d 100%)}
.timeline-step{position:relative;margin-bottom:48px;padding-left:40px}
.timeline-step::before{content:'';position:absolute;left:-47px;top:8px;width:16px;height:16px;background:#DD3B14;border-radius:50%;border:4px solid #FDFCFC;box-shadow:0 0 0 4px #dd3b1433}
.timeline-step h3{font-size:24px;color:#111617;margin:0 0 12px}
.timeline-step p{color:#111617;opacity:.8;font-size:16px;line-height:1.7;margin:0}
.testimonial-section{background:linear-gradient(135deg,#11161708 0%,#dd3b140d 100%);padding:60px 28px;border-radius:12px;margin-top:60px;display:flex;gap:40px;align-items:center}
.testimonial-photo{flex-shrink:0}
.testimonial-photo img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #DD3B14}
.testimonial-content blockquote{font-size:18px;color:#111617;line-height:1.7;margin:0 0 16px;font-style:italic}
.testimonial-content cite{display:block;font-size:16px;color:#DD3B14;font-style:normal;font-weight:600}
.flex-section{padding:90px 20px;background:#111617;position:relative;overflow:hidden}
.flex-section::after{content:'';position:absolute;width:400px;height:400px;background:radial-gradient(circle,#dd3b1426 0%,transparent 70%);bottom:-200px;left:-200px;border-radius:50%}
.flex-container{max-width:1320px;margin:0 auto;position:relative;z-index:2}
.flex-header{text-align:center;margin-bottom:60px}
.flex-header h2{font-size:42px;color:#FDFCFC;margin:0 0 20px}
.flex-header p{font-size:18px;color:#FDFCFC;opacity:.85;max-width:700px;margin:0 auto;line-height:1.6}
.flex-showcase{display:grid;grid-template-columns:repeat(2,1fr);gap:40px}
.flex-feature{display:flex;gap:24px;background:#fdfcfc0a;padding:32px;border-radius:10px;transition:all .3s ease;border:1px solid transparent}
.flex-feature:hover{background:#fdfcfc12;border-color:#dd3b1466;transform:translateY(-4px)}
.feature-icon-holder{flex-shrink:0;width:60px;height:60px;background:#dd3b1426;border-radius:8px;display:flex;align-items:center;justify-content:center}
.feature-icon-holder i{font-size:28px;color:#DD3B14}
.feature-txt h3{font-size:22px;color:#FDFCFC;margin:0 0 12px}
.feature-txt p{color:#FDFCFC;opacity:.8;font-size:15px;line-height:1.7;margin:0}
.expertise-proof{padding:90px 20px;background:#FDFCFC}
.proof-container{max-width:1320px;margin:0 auto}
.proof-container h2{font-size:42px;color:#111617;margin:0 0 50px;text-align:center}
.expert-layout{display:grid;grid-template-columns:1fr 2fr;gap:50px;align-items:start}
.expert-profile img{width:100%;height:420px;object-fit:cover;border-radius:10px;box-shadow:0 12px 36px #11161726}
.expert-details h3{font-size:32px;color:#111617;margin:0 0 24px}
.credentials-list{list-style:none;padding:0;margin:0 0 32px}
.credentials-list li{padding:16px 0;border-bottom:1px solid #1116171a;display:flex;align-items:center;gap:12px;font-size:16px;color:#111617}
.credentials-list li i{color:#DD3B14;font-size:18px}
.expert-bio{font-size:17px;color:#111617;line-height:1.8;opacity:.9}
@media (max-width: 1024px) {
.story-container{grid-template-columns:1fr;gap:40px}
.standards-grid{grid-template-columns:repeat(2,1fr)}
.flex-showcase{grid-template-columns:1fr}
.expert-layout{grid-template-columns:1fr}
}
@media (max-width: 768px) {
.titre-wrap h1{font-size:38px}
.pricing-head h2,.tools-wrap h2,.story-txt h2,.relevance-inner h2,.journey-box h2,.flex-header h2,.proof-container h2{font-size:32px}
.price-grid{grid-template-columns:1fr}
.tools-layout{grid-template-columns:1fr}
.milestone-box{flex-direction:column}
.standards-grid{grid-template-columns:1fr}
.testimonial-section{flex-direction:column;text-align:center}
}
@media (max-width: 480px) {
.main-titre{min-height:460px}
.titre-wrap h1{font-size:30px}
.titre-wrap{padding:60px 20px}
}
.cntct-hero{background:linear-gradient(165deg,#FDFCFC 0%,#f5f3f3 100%);padding:85px 20px 70px;position:relative;overflow:hidden}
.cntct-hero::before{content:'';position:absolute;top:0;right:0;width:420px;height:420px;background:radial-gradient(circle,#dd3b1414 0%,transparent 70%);border-radius:50%;transform:translate(30%,-30%)}
.cntct-hero .page-wrapper{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}
.cntct-hero .txt-area h1{font-size:52px;color:#111617;margin:0 0 24px;line-height:1.15;font-weight:700;letter-spacing:-.02em}
.cntct-hero .txt-area .sub-line{font-size:19px;color:#4a5255;line-height:1.65;max-width:520px;margin:0}
.cntct-hero .img-holder{position:relative}
.cntct-hero .img-holder img{width:100%;height:420px;object-fit:cover;border-radius:8px;box-shadow:0 12px 32px #1116171f;position:relative}
.cntct-hero .img-holder::after{content:'';position:absolute;inset:0;border-radius:8px;background:radial-gradient(circle at 30% 30%,#fdfcfc26 0%,transparent 60%);pointer-events:none}
.wave-divider{width:100%;height:85px;background:linear-gradient(165deg,#FDFCFC 0%,#f5f3f3 100%);position:relative}
.wave-divider svg{position:absolute;bottom:0;left:0;width:100%;height:85px}
.info-contact-block{padding:95px 20px;background:#FDFCFC}
.info-contact-block .sect-wrapper{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:380px 1fr;gap:80px}
.info-contact-block .details-col h2{font-size:38px;color:#111617;margin:0 0 32px;font-weight:700;line-height:1.25}
.info-contact-block .contact-item{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #e8e6e6}
.info-contact-block .contact-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.info-contact-block .contact-item .label-txt{font-size:14px;color:#DD3B14;text-transform:uppercase;letter-spacing:.08em;font-weight:600;margin:0 0 10px;display:block}
.info-contact-block .contact-item .val-txt{font-size:17px;color:#111617;line-height:1.6;margin:0}
.info-contact-block .contact-item a{color:#111617;text-decoration:none;transition:color .25s ease}
.info-contact-block .contact-item a:hover{color:#DD3B14}
.info-contact-block .messenger-links{display:flex;gap:16px;margin-top:16px}
.info-contact-block .messenger-links a{width:44px;height:44px;border-radius:6px;background:#111617;display:flex;align-items:center;justify-content:center;color:#FDFCFC;font-size:18px;transition:all .3s ease}
.info-contact-block .messenger-links a:hover{background:#DD3B14;transform:translateY(-2px);box-shadow:0 6px 18px #dd3b1440}
.info-contact-block .form-col{background:#fff;padding:48px;border-radius:10px;box-shadow:0 8px 28px #11161714}
.info-contact-block .form-col h3{font-size:28px;color:#111617;margin:0 0 28px;font-weight:700}
.info-contact-block .field-group{margin-bottom:26px}
.info-contact-block .field-group label{display:block;font-size:15px;color:#111617;font-weight:600;margin-bottom:10px}
.info-contact-block .field-group input,.info-contact-block .field-group textarea{width:100%;padding:14px 18px;border:2px solid #e8e6e6;border-radius:6px;font-size:16px;color:#111617;background:#FDFCFC;transition:all .25s ease;outline:none}
.info-contact-block .field-group input:focus,.info-contact-block .field-group textarea:focus{border-color:#DD3B14;box-shadow:0 0 0 3px #dd3b141a}
.info-contact-block .field-group textarea{resize:vertical;min-height:140px;font-family:inherit}
.info-contact-block .radio-toggle{display:none}
.info-contact-block .extra-fields{max-height:0;overflow:hidden;transition:max-height .4s ease,opacity .4s ease;opacity:0}
.info-contact-block .radio-toggle:checked ~ .extra-fields{max-height:500px;opacity:1;margin-top:26px}
.info-contact-block .topic-select-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:26px}
.info-contact-block .topic-option{position:relative}
.info-contact-block .topic-option input[type="radio"]{position:absolute;opacity:0;pointer-events:none}
.info-contact-block .topic-option label{display:block;padding:16px 20px;background:#FDFCFC;border:2px solid #e8e6e6;border-radius:6px;text-align:center;font-size:15px;font-weight:600;color:#4a5255;cursor:pointer;transition:all .25s ease;margin:0}
.info-contact-block .topic-option input[type="radio"]:checked + label{background:#DD3B14;border-color:#DD3B14;color:#FDFCFC}
.info-contact-block .topic-option label:hover{border-color:#DD3B14}
.info-contact-block .privacy-check{display:flex;align-items:flex-start;gap:12px;margin:32px 0 28px}
.info-contact-block .privacy-check input[type="checkbox"]{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0}
.info-contact-block .privacy-check label{font-size:14px;color:#4a5255;line-height:1.6;margin:0;font-weight:400}
.info-contact-block .privacy-check label a{color:#DD3B14;text-decoration:underline}
.info-contact-block .privacy-check label a:hover{text-decoration:none}
.info-contact-block .submit-butt{width:100%;padding:16px 32px;background:#DD3B14;color:#FDFCFC;border:none;border-radius:6px;font-size:17px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 14px #dd3b1433}
.info-contact-block .submit-butt:hover{background:#c23412;transform:translateY(-2px);box-shadow:0 8px 24px #dd3b144d}
.info-contact-block .submit-butt:active{transform:translateY(0)}
.map-visual-sect{padding:90px 20px;background:linear-gradient(180deg,#FDFCFC 0%,#f5f3f3 100%)}
.map-visual-sect .content-holder{max-width:1320px;margin:0 auto}
.map-visual-sect h2{font-size:42px;color:#111617;margin:0 0 18px;font-weight:700;text-align:center}
.map-visual-sect .intro-txt{font-size:18px;color:#4a5255;text-align:center;max-width:720px;margin:0 auto 56px;line-height:1.65}
.map-visual-sect .visual-card{background:#fff;border-radius:10px;padding:52px;box-shadow:0 12px 36px #1116171a;position:relative;overflow:hidden}
.map-visual-sect .visual-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(90deg,#DD3B14 0%,#111617 100%)}
.map-visual-sect .visual-card img{width:100%;height:480px;object-fit:cover;border-radius:8px}
.map-visual-sect .location-details{margin-top:42px;display:grid;grid-template-columns:repeat(3,1fr);gap:38px}
.map-visual-sect .detail-box{text-align:center;padding:28px 24px;background:#FDFCFC;border-radius:8px;border:1px solid #e8e6e6}
.map-visual-sect .detail-box .icon-circ{width:56px;height:56px;background:#DD3B14;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;color:#FDFCFC;font-size:24px}
.map-visual-sect .detail-box h4{font-size:16px;color:#111617;margin:0 0 10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.map-visual-sect .detail-box p{font-size:15px;color:#4a5255;margin:0;line-height:1.6}
@media (max-width: 1024px) {
.cntct-hero .page-wrapper{grid-template-columns:1fr;gap:48px}
.cntct-hero .txt-area h1{font-size:44px}
.info-contact-block .sect-wrapper{grid-template-columns:1fr;gap:56px}
.map-visual-sect .location-details{grid-template-columns:1fr;gap:24px}
}
@media (max-width: 768px) {
.cntct-hero{padding:65px 20px 55px}
.cntct-hero .txt-area h1{font-size:36px;margin-bottom:18px}
.cntct-hero .txt-area .sub-line{font-size:17px}
.cntct-hero .img-holder img{height:320px}
.info-contact-block{padding:70px 20px}
.info-contact-block .form-col{padding:32px 24px}
.info-contact-block .form-col h3{font-size:24px}
.info-contact-block .topic-select-wrapper{grid-template-columns:1fr}
.map-visual-sect{padding:70px 20px}
.map-visual-sect h2{font-size:34px}
.map-visual-sect .visual-card{padding:32px 24px}
.map-visual-sect .visual-card img{height:340px}
}
@media (max-width: 480px) {
.cntct-hero .txt-area h1{font-size:30px}
.info-contact-block .details-col h2{font-size:30px}
.info-contact-block .messenger-links a{width:40px;height:40px;font-size:16px}
.map-visual-sect h2{font-size:28px}
.map-visual-sect .intro-txt{font-size:16px}
}
.hero-about{position:relative;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#111617}
.hero-about .bg-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.28}
.hero-about .overlay-dark{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#111617d1 0%,#dd3b1426 100%)}
.hero-about .shape-accent{position:absolute;bottom:-2px;left:0;width:100%;height:140px;opacity:.2}
.hero-about .heado-text{position:relative;z-index:3;text-align:center;max-width:820px;padding:0 24px;margin:0 auto}
.hero-about .heado-text h1{font-size:3.2rem;font-weight:700;color:#FDFCFC;margin:0 0 18px;line-height:1.15;letter-spacing:-.02em}
.hero-about .heado-text .subtitle{font-size:1.35rem;color:#fdfcfce0;line-height:1.5;font-weight:400}
.story-wrap{max-width:1320px;margin:0 auto;padding:95px 24px 90px;display:grid;grid-template-columns:1fr 1.15fr;gap:68px;align-items:start}
.story-wrap .img-holder{position:relative}
.story-wrap .img-holder img{width:100%;height:580px;object-fit:cover;border-radius:8px;box-shadow:0 12px 28px #1116171f}
.story-wrap .img-holder::before{content:'';position:absolute;top:-18px;right:-18px;width:260px;height:260px;background:linear-gradient(145deg,#dd3b1424,#dd3b140d);border-radius:8px;z-index:-1}
.story-wrap .text-content h2{font-size:2.4rem;font-weight:700;color:#111617;margin:0 0 28px;line-height:1.25;position:relative;padding-left:22px}
.story-wrap .text-content h2::before{content:'';position:absolute;left:0;top:8px;width:5px;height:48px;background:linear-gradient(180deg,#DD3B14,#dd3b1466);border-radius:3px}
.story-wrap .text-content p{font-size:1.06rem;line-height:1.72;color:#111617d1;margin:0 0 20px}
.story-wrap .text-content p:last-child{margin-bottom:0}
.values-section{background:linear-gradient(165deg,#FDFCFC 0%,#dd3b1408 100%);padding:85px 24px}
.values-section .container-vals{max-width:1320px;margin:0 auto}
.values-section h3{font-size:2.1rem;font-weight:700;color:#111617;text-align:center;margin:0 0 58px;position:relative}
.values-section h3::after{content:'';position:absolute;bottom:-16px;left:50%;transform:translateX(-50%);width:85px;height:4px;background:#DD3B14;border-radius:2px}
.vals-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:38px}
.val-card{background:#FDFCFC;padding:38px 32px;border-radius:10px;box-shadow:0 6px 18px #11161714;border:1px solid #dd3b1414;transition:transform 0.28s,box-shadow .28s;position:relative;overflow:hidden}
.val-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#DD3B14,#dd3b1480);transform:scaleX(0);transform-origin:left;transition:transform .4s}
.val-card:hover{transform:translateY(-6px);box-shadow:0 14px 32px #11161724}
.val-card:hover::before{transform:scaleX(1)}
.val-card .icon-box{width:64px;height:64px;background:linear-gradient(135deg,#dd3b141f,#dd3b140d);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}
.val-card .icon-box i{font-size:1.8rem;color:#DD3B14}
.val-card h4{font-size:1.4rem;font-weight:600;color:#111617;margin:0 0 14px}
.val-card p{font-size:1.02rem;line-height:1.65;color:#111617c7;margin:0}
.expert-showcase{max-width:1320px;margin:0 auto;padding:90px 24px}
.expert-showcase .section-intro{text-align:center;max-width:720px;margin:0 auto 68px}
.expert-showcase .section-intro h3{font-size:2.15rem;font-weight:700;color:#111617;margin:0 0 18px;line-height:1.3}
.expert-showcase .section-intro p{font-size:1.08rem;line-height:1.7;color:#111617cc;margin:0}
.expert-layout{display:grid;grid-template-columns:380px 1fr;gap:58px;align-items:center;background:linear-gradient(135deg,#dd3b140a 0%,#FDFCFC 100%);padding:48px;border-radius:12px;box-shadow:0 8px 24px #11161717}
.expert-layout .profile-img{position:relative}
.expert-layout .profile-img img{width:100%;height:460px;object-fit:cover;border-radius:8px;box-shadow:0 10px 26px #11161726}
.expert-layout .profile-img::after{content:'';position:absolute;bottom:-12px;left:-12px;width:100%;height:100%;border:3px solid #dd3b1440;border-radius:8px;z-index:-1}
.expert-layout .expert-info h4{font-size:1.85rem;font-weight:700;color:#111617;margin:0 0 8px}
.expert-layout .expert-info .role{font-size:1.15rem;color:#DD3B14;font-weight:600;margin:0 0 28px;display:inline-block;padding-bottom:12px;border-bottom:2px solid #dd3b144d}
.expert-layout .expert-info p{font-size:1.05rem;line-height:1.7;color:#111617cc;margin:0 0 18px}
.skills-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.skill-tag{background:#FDFCFC;color:#111617;padding:10px 20px;border-radius:24px;font-size:.95rem;font-weight:500;border:2px solid #dd3b1433;transition:all .3s}
.skill-tag:hover{background:#DD3B14;color:#FDFCFC;border-color:#DD3B14}
@media (max-width: 968px) {
.hero-about{min-height:420px}
.hero-about .heado-text h1{font-size:2.4rem}
.hero-about .heado-text .subtitle{font-size:1.15rem}
.story-wrap{grid-template-columns:1fr;gap:48px;padding:70px 24px}
.story-wrap .img-holder img{height:440px}
.values-section{padding:65px 24px}
.vals-grid{gap:28px}
.expert-layout{grid-template-columns:1fr;gap:42px;padding:36px 28px}
.expert-layout .profile-img img{height:380px}
}
@media (max-width: 640px) {
.hero-about{min-height:360px}
.hero-about .heado-text h1{font-size:1.95rem}
.hero-about .heado-text .subtitle{font-size:1.05rem}
.story-wrap{padding:55px 18px}
.story-wrap .text-content h2{font-size:1.9rem}
.story-wrap .img-holder img{height:320px}
.values-section h3{font-size:1.75rem;margin-bottom:42px}
.vals-grid{grid-template-columns:1fr}
.expert-showcase{padding:65px 18px}
.expert-layout{padding:28px 20px}
.expert-layout .profile-img img{height:340px}
.expert-layout .expert-info h4{font-size:1.6rem}
}
.succ-wrap{max-width:1320px;margin:0 auto;padding:0 20px}
.circ-holder{min-height:85vh;display:flex;align-items:center;justify-content:center;padding:60px 20px;background:linear-gradient(135deg,#FDFCFC 0%,#dd3b1414 100%);position:relative;overflow:hidden}
.circ-holder::before{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:520px;height:520px;border:2px solid #dd3b1426;border-radius:50%;pointer-events:none}
.circ-holder::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:680px;height:680px;border:1px solid #11161714;border-radius:50%;pointer-events:none}
.centro-box{position:relative;z-index:2;text-align:center;max-width:580px;padding:50px 40px;background:#fdfcfcf2;border-radius:8px;box-shadow:0 12px 32px #1116171a}
.centro-box .icn-check{width:88px;height:88px;margin:0 auto 32px;background:linear-gradient(135deg,#DD3B14 0%,#dd3b14d9 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #dd3b144d}
.centro-box .icn-check svg{width:46px;height:46px;fill:#FDFCFC}
.centro-box .pretxt{font-size:15px;color:#DD3B14;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;margin-bottom:16px}
.centro-box .bigtitle{font-size:42px;font-weight:700;color:#111617;line-height:1.2;margin-bottom:24px}
.centro-box .desc-para{font-size:17px;line-height:1.65;color:#111617bf;margin-bottom:36px}
.centro-box .btns-row{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.centro-box .btn-prim{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:#DD3B14;color:#FDFCFC;text-decoration:none;border-radius:6px;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 16px #dd3b1440;position:relative;z-index:3}
.centro-box .btn-prim:hover{background:#dd3b14e6;transform:translateY(-2px);box-shadow:0 6px 20px #dd3b1459}
.centro-box .btn-sec{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:transparent;color:#111617;text-decoration:none;border:2px solid #111617;border-radius:6px;font-size:16px;font-weight:600;transition:all .3s ease;position:relative;z-index:3}
.centro-box .btn-sec:hover{background:#111617;color:#FDFCFC;transform:translateY(-2px)}
.centro-box .btn-prim svg,.centro-box .btn-sec svg{width:18px;height:18px;fill:currentColor}
.line-deco{position:absolute;width:120px;height:2px;background:linear-gradient(90deg,transparent 0%,#DD3B14 50%,transparent 100%);top:24px;left:50%;transform:translateX(-50%)}
.line-deco-2{position:absolute;width:90px;height:1px;background:linear-gradient(90deg,transparent 0%,#1116174d 50%,transparent 100%);bottom:24px;left:50%;transform:translateX(-50%)}
@media (max-width: 768px) {
.circ-holder{min-height:70vh;padding:40px 16px}
.circ-holder::before{width:360px;height:360px}
.circ-holder::after{width:480px;height:480px}
.centro-box{padding:36px 24px}
.centro-box .bigtitle{font-size:32px}
.centro-box .icn-check{width:72px;height:72px;margin-bottom:24px}
.centro-box .icn-check svg{width:38px;height:38px}
.centro-box .desc-para{font-size:16px;margin-bottom:28px}
.centro-box .btns-row{flex-direction:column}
.centro-box .btn-prim,.centro-box .btn-sec{width:100%;justify-content:center}
}
@media (max-width: 480px) {
.centro-box .bigtitle{font-size:28px}
.centro-box .pretxt{font-size:13px}
.centro-box .icn-check{width:64px;height:64px}
.centro-box .icn-check svg{width:32px;height:32px}
}