.banner-left-col {   
    width: 50%;
}

.banner-right-col {   
    width: 50%;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-inner {   
    display: flex; 
}
.banner_section {  
    padding: 200px 0px 150px 0px;
    background: #775FF1;
    position: relative;
}  

.banner_section:after {  
    content: "";
    position: absolute;
    width: 250px;
    height: 200px;
    background-image: url(https://cfit.wordpressplanet.org/wp-content/uploads/2026/03/dot.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    bottom: 90px;
    left: 0;
}
.banner_section:before {  
    content: "";
    position: absolute;
    width: 210px;
    height: 250px;
    background-image: url(https://cfit.wordpressplanet.org/wp-content/uploads/2026/03/liner.png);
    background-repeat: no-repeat;
    background-position: top;
      top: 70px;    
    right: 0;
}
.banner-title p {    
    color: #fff;
    font-size: 30px;
    padding: 30px 0px 30px 0px;
    font-weight: 500;    
}
.banner-title h1 {  
    font-size: 52px;
    width: 90%;
    line-height: 1.6em;
    font-weight: 700;
  color:#fff;  
}
.camera-img img {   
    padding-bottom: 50px;
}

.yellow-bg span {
    background: #FABC14;
    padding: 0px 3px 0px 5px;
}
.line {
    background: none !important;
    position: relative;
    z-index: 0;
}
.line:before {
    content: "";
    position: absolute;
    background: url(https://cfit.wordpressplanet.org/wp-content/uploads/2026/03/line-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 10px;  
    left: 14px;
    bottom: 0;
    z-index: -1;
}

.circular-img {  
    text-align: end;
    position: relative;
}
.circular-img img {  
    position: absolute;
   right: -20px;
    top: -80px;
}
header{  
    position: relative;
    z-index: 99;
}
.social-icons {    
    display: grid;
    position: absolute;
     right: -15px;
   gap: 45px;  
    margin-left: 0px;
}

.social-icons a {  
    position: relative;
}  

.social-icons a:last-child:after {  
    content: "";
    position: absolute;
    top: 55px;
    left: 15px;
    height: 90px;
    width: 1px;
    background: #fff;
}
.social-icons a:last-child:before {  
    content: "";
    position: absolute;
    top: -370px;
    left: 15px;
    height: 90px;
    width: 1px;
    background: #fff;
 }

.heading-box h2 {  
    justify-content: center;
    align-items: end;
    display: flex;
    gap: 5px;
}

.feature_section {  
    padding: 80px 0px;
}
.feature-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;  
    column-gap: 30px;
}
.feature-item {        
  padding: 50px 28px 50px 28px;
  text-align: center;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  width: 25%;  
  position: relative;
background: #fff;   
}

.feature-content p {   
    font-size: 28px;
    font-weight: 600;
    color: #3A3A3A;
    padding-top: 25px;
    line-height: 1.3em;
}

.feature-item:last-child::after {  
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    background-image: url(https://cfit.wordpressplanet.org/wp-content/uploads/2026/03/nine.png);
    background-repeat: no-repeat;
    top: 0px;
    right: -74px;
    position: absolute;
    z-index: -1;
}

.why-inner {
    display: flex;
column-gap: 50px;  
}
.why-right-col {
    width: 50%;
}
.why-left-col {
    width: 50%;
}
.why-section {
    padding: 40px 0px 80px 0px;
}

.why-left-col h2 {  
    font-size: 65px;
 }






