.elementor-11 .elementor-element.elementor-element-0b030b6{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-11 .elementor-element.elementor-element-0b030b6:not(.elementor-motion-effects-element-type-background), .elementor-11 .elementor-element.elementor-element-0b030b6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://captionswaveclub.com/wp-content/uploads/2026/07/Dynamics-Cloud-Hero-Section2.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-11 .elementor-element.elementor-element-949480a .elementor-heading-title{font-family:"Josefin Sans", Sans-serif;font-weight:700;color:#000000;}.elementor-11 .elementor-element.elementor-element-72b99ce{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-11 .elementor-element.elementor-element-bd4f012{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-11 .elementor-element.elementor-element-c006a55{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11 .elementor-element.elementor-element-b89097f .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:600;color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-11 .elementor-element.elementor-element-da428a9{font-family:"Poppins", Sans-serif;font-weight:400;color:#000000;}.elementor-11 .elementor-element.elementor-element-2694453{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11 .elementor-element.elementor-element-9eccbed{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11 .elementor-element.elementor-element-8fb51a5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11 .elementor-element.elementor-element-fe9c7ac{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-11 .elementor-element.elementor-element-b89097f{text-align:center;}.elementor-11 .elementor-element.elementor-element-da428a9{text-align:center;}}@media(min-width:768px){.elementor-11 .elementor-element.elementor-element-bd4f012{--width:50%;}.elementor-11 .elementor-element.elementor-element-c006a55{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-39487e0 */*{
margin:0;
padding:0;
box-sizing:border-box;
}

.why-choose-section{
padding:100px 8%;
background:#f8fbff;
font-family:'Poppins',sans-serif;
}

.section-heading{
text-align:center;
max-width:750px;
margin:auto;
margin-bottom:70px;
}

.section-heading span{
display:inline-block;
color:#FDB515;
font-size:14px;
font-weight:600;
letter-spacing:3px;
text-transform:uppercase;
margin-bottom:10px;
}

.section-heading h2{
font-size:48px;
font-weight:700;
color:#183B56;
margin-bottom:15px;
}

.section-heading p{
font-size:17px;
line-height:1.8;
color:#666;
}

.why-grid{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:25px;
}

.why-card{
background:#fff;
padding:35px 25px;
border-radius:20px;
text-align:center;
transition:.4s;
box-shadow:0 10px 35px rgba(0,0,0,.08);
border:1px solid rgba(46,163,220,.08);
position:relative;
overflow:hidden;
}

.why-card::before{
content:"";
position:absolute;
left:0;
top:0;
width:100%;
height:5px;
background:linear-gradient(90deg,#2EA3DC,#FDB515);
transform:scaleX(0);
transform-origin:left;
transition:.4s;
}

.why-card:hover::before{
transform:scaleX(1);
}

.why-card:hover{
transform:translateY(-12px);
box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.icon{
width:70px;
height:70px;
margin:auto;
margin-bottom:20px;
border-radius:18px;
background:linear-gradient(135deg,#2EA3DC,#1976d2);
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
font-weight:bold;
transition:.4s;
}

.why-card:hover .icon{
background:linear-gradient(135deg,#FDB515,#ffcb3d);
transform:rotate(-8deg) scale(1.1);
}

.why-card h3{
font-size:18px;
font-weight:600;
line-height:1.6;
color:#183B56;
}

@media(max-width:1200px){

.why-grid{
grid-template-columns:repeat(3,1fr);
}

}

@media(max-width:768px){

.why-grid{
grid-template-columns:1fr;
}

.section-heading h2{
font-size:34px;
}

.why-choose-section{
padding:70px 25px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7d56df9 */*{
margin:0;
padding:0;
box-sizing:border-box;
}

.recruitment-process{
padding:100px 8%;
background:#f8fbff;
font-family:'Poppins',sans-serif;
}

.process-heading{
text-align:center;
max-width:760px;
margin:auto;
margin-bottom:70px;
}

.process-heading span{
display:inline-block;
color:#FDB515;
font-size:14px;
font-weight:600;
letter-spacing:3px;
text-transform:uppercase;
margin-bottom:10px;
}

.process-heading h2{
font-size:48px;
color:#183B56;
margin-bottom:18px;
font-weight:700;
}

.process-heading p{
font-size:17px;
line-height:1.8;
color:#666;
}

.process-wrapper{
display:grid;
grid-template-columns:repeat(6,1fr);
gap:25px;
position:relative;
margin-top:70px;
}

.process-line{
position:absolute;
top:42px;
left:5%;
right:5%;
height:4px;
background:linear-gradient(90deg,#2EA3DC,#FDB515);
z-index:0;
border-radius:20px;
}

.process-step{
position:relative;
background:#fff;
padding:35px 25px;
border-radius:20px;
text-align:center;
box-shadow:0 15px 40px rgba(0,0,0,.08);
transition:.4s;
z-index:2;
}

.process-step:hover{
transform:translateY(-12px);
box-shadow:0 20px 55px rgba(0,0,0,.15);
}

.step-icon{
width:70px;
height:70px;
margin:auto;
margin-top:-70px;
margin-bottom:25px;
background:linear-gradient(135deg,#2EA3DC,#1976d2);
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
font-weight:700;
color:#fff;
border:6px solid #fff;
transition:.4s;
}

.process-step:hover .step-icon{
background:linear-gradient(135deg,#FDB515,#ffca28);
transform:rotate(360deg);
}

.process-step h3{
font-size:22px;
margin-bottom:15px;
color:#183B56;
}

.process-step p{
font-size:15px;
line-height:1.8;
color:#666;
}

@media(max-width:1200px){

.process-wrapper{
grid-template-columns:repeat(3,1fr);
}

.process-line{
display:none;
}

}

@media(max-width:768px){

.recruitment-process{
padding:70px 25px;
}

.process-wrapper{
grid-template-columns:1fr;
gap:40px;
}

.process-heading h2{
font-size:34px;
}

.process-step{
margin-top:35px;
}

.process-line{
display:none;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e1cc0c7 *//*==========================
  DYNAMICS CLOUD CTA
===========================*/

.dc-cta{
    padding:110px 20px;
    background:linear-gradient(135deg,#0B4F8A 0%,#2EA3DC 100%);
    position:relative;
    overflow:hidden;
    font-family:'Poppins',sans-serif;
}

.dc-cta::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    background:rgba(255,255,255,.08);
    border-radius:50%;
    top:-180px;
    left:-120px;
}

.dc-cta::after{
    content:"";
    position:absolute;
    width:320px;
    height:320px;
    background:rgba(255,255,255,.05);
    border-radius:50%;
    bottom:-120px;
    right:-80px;
}

.dc-cta-content{
    max-width:900px;
    margin:auto;
    text-align:center;
    position:relative;
    z-index:2;
}

.cta-tag{
    display:inline-block;
    padding:8px 22px;
    border-radius:50px;
    background:rgba(255,255,255,.15);
    color:#fff;
    letter-spacing:2px;
    font-size:13px;
    font-weight:600;
    margin-bottom:25px;
}

.dc-cta h2{
    color:#fff;
    font-size:54px;
    line-height:1.2;
    margin-bottom:25px;
    font-weight:700;
}

.dc-cta p{
    color:rgba(255,255,255,.92);
    font-size:19px;
    line-height:1.9;
    max-width:760px;
    margin:auto;
}

.cta-buttons{
    margin-top:45px;
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.btn-primary,
.btn-secondary{
    text-decoration:none;
    padding:16px 36px;
    border-radius:50px;
    font-size:16px;
    font-weight:600;
    transition:.35s;
}

.btn-primary{
    background:#FDB515;
    color:#183B56;
}

.btn-primary:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,.20);
}

.btn-secondary{
    border:2px solid rgba(255,255,255,.6);
    color:#fff;
    background:transparent;
}

.btn-secondary:hover{
    background:#fff;
    color:#183B56;
    transform:translateY(-6px);
}

@media(max-width:768px){

.dc-cta{
    padding:80px 25px;
}

.dc-cta h2{
    font-size:36px;
}

.dc-cta p{
    font-size:17px;
}

.cta-buttons{
    flex-direction:column;
}

.btn-primary,
.btn-secondary{
    width:100%;
}

}/* End custom CSS */