
/* Color for visited links */
/*body.landing-page .main-nav .menu-lnk a:visited {
    color: green !important; 
}*/
body.landing-page .banner-content .btn-group .btn {
     background:#05FFFF !important ;
    color:#120FF8 !important; /* Anchor tag color */   
}
body.landing-page .banner-content .btn-group .btn:hover {
     background:#05FFFF !important ;
    color:#FF0505 !important; /* Anchor tag color */   
}

body.landing-page  .banner-content .btn-group .link-btn {
    color:#05FFFF !important; /* Anchor tag color */   
}

body.landing-page  .banner-content .btn-group .link-btn:hover {
    color:#FF0505 !important; /* Anchor tag color */   
}

/*
body.landing-page .banner-content .btn-group .link-btn {
    color: #FF0505 !important;
}*/
/*.logo-col {
    max-width: 240px !important;	
    width: 100% !important;
}*/


body.landing-page  .partners-logo-slider {
    margin: 0 0px !important;
}


body.landing-page  .exclusive-partners .container
{
	max-width:unset !important;
  }
body.landing-page  .header-style-one .main-navigationbar .menu-items-col .main-nav>li>a {
    color: #120FF8 !important ;  /*anchor link menu text color tora*/
}
body.landing-page  .header-style-one .main-navigationbar .menu-items-col .main-nav>li>a:hover {
    color: #05FFFF  !important ;  /*anchor link menu hover text color blue */
}

body.landing-page  .header-style-one .main-navigationbar .menu-items-col .main-nav>li.lnk-btn>a {
    background:#120FF8 !important ; /*button background color */
    color: #ffffff !important ;
}

body.landing-page .header-style-one .main-navigationbar .menu-items-col .main-nav>li.lnk-btn>a:hover {
    background: #05FFFF !important ; /*button Hover background color */
    color: #120FF8 !important;
}

body.landing-page .built-technology .container .section-title h2{
    color:#FF0505  !important; 
}
body.landing-page .built-technology .container .section-title p{
    /*color:#120FF8  !important; */
}
body.landing-page .dedicated-section .container .section-title h2{
    color:#FF0505  !important; 
}
body.landing-page .dedicated-section .container .section-title p{
    color:#120FF8  !important; 
}
body.landing-page .information-card-inner h5{
    color:#FF0505  !important;    
    text-align: center !important;
}

body.landing-page .watch-demo-anchor:hover {
        color: red;
}
body.landing-page .watch-demo-anchor:hover .watch-demo-svg-icon path{
       fill: red;
}
body.landing-page  .watch-demo-svg-icon path {
        fill: red; 
    }
body.landing-page .view-demo-anchor:hover {
        color: red;}
body.landing-page .view-demo-anchor:hover .view-demo-svg-icon path{
        fill: red;
}
body.landing-page .banner-text-center {
  text-align: center !important;
  display: block  !important;
}
body.landing-page .white-rounded-box {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); 
     display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto; /* Allow height to adjust based on content */
    width: 100%; /* Adjust width for smaller screens */
    max-width: 300px; /* Optional: Limit maximum width for larger screens */
   min-height: 220px;


}
/* Responsive styling */
@media (max-width: 600px) {
    body.landing-page .white-rounded-box {
      max-width: 400px; /* Adjust maximum width for larger screens */
    }
    .logo-col {
    max-width: 150px !important;	
    width: 100% !important;
}


}

body.landing-page .banner-img-wrapper{
    overflow: hidden;
    margin-left: -80px;
}
/*body.landing-page .banner-img-wrapper .inner-frame-img {
    right: -53px !important;
    width: 90% !important;
}*/

.btn.btn-custom-1 {
    background: #FF0505;
    color:var(--white);
    border-color: var(--white);
}

.buildtech_card_description {
    text-align: justify !important;
    font-size: 20px !important;
}
body.landing-page .footer-widget h4 {
    
    color:#FF0505  !important;
}
body.landing-page .site-footer  .all_rights_footer span{
    
    color:red  !important
}

body.landing-page .site-footer  .all_rights_footer a {
    /*color:#120ff8;*/ /* Default link color */
}

body.landing-page .site-footer  .all_rights_footer a:hover {
    color:#05FFFF  !important;
}

body.landing-page .site-footer {
      background:  var(--white) !important;
    /*color:#120FF8 !important;*/
}

body.landing-page .footer-widget a {
    /*color:#120ff8;*/ /* Default link color */
}

body.landing-page .footer-widget a:hover {
    color:#05FFFF  !important;
}
body.landing-page .find_more_dedi {
  text-align: center !important;
}

body.landing-page .partners-logo-slider {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); 
     display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto; /* Allow height to adjust based on content */
    width: 100%; /* Adjust width for smaller screens */
}

body.landing-page .dedicated-section .white-rounded-box {
   max-width: 100%; 
}

body.landing-page .about-site-right p{
    margin-left:15px;
    font-size:14px !important;
      /*color:#120ff8  !important;*/
   /*font-weight: bold !important;*/
}

body.landing-page .main-home-first-section{
   padding-bottom: 50px !important;
}
body.landing-page .custom-pg img{
   margin-left:5px;
   margin-right:15px;
}