@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

:root {
    --purple: #7203ea;
    --green: #69be28;
    --bg: #f1f5f9;
    --text-dark: #2d3436;
    --text-light: #636e72;
}

* {
    box-sizing: border-box;
}
body{ font-family: Poppins,Century Gothic,Arial,sans-serif; color:#000; padding:0; margin:0; font-size: 1.3rem; font-weight:300;}
.h2-title{width: 100%;
  height: auto;
  float: left;
  font-size: 3rem;
  margin-top: 1.25rem;margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.2;}
  .tb-pad{padding: 10rem 0;}
  .t-pad{padding: 10rem 0 0;}
  .b-pad{padding: 0 0 10rem;}
  

.header-scroll {width: 100%; height: auto;
  position: fixed; z-index: 9999; transition: width 1s;
}
header{border-bottom: 1px solid #e3e3e3;}
/* Navbar */
.navbar {background-color: #fff; padding: 1rem 2rem;}
.navbar-brand img {height: 40px;}
.navbar-nav .nav-link {color: #000;
  font-weight: 300;
  margin-left: 20px;
  font-size: 1rem;}
.navbar-nav .nav-link:hover {color: #69be28;}


/* Hero Section */
.hero-section {position: relative; background:rgba(215,210,203,0.3); color:#000; /*background: url('../images/banner.jpg') no-repeat center center/cover; height: 100vh; color: white; display: flex; align-items: center; justify-content: center; */text-align: left;}
.overlay {position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.4); z-index: 1;}
.hero-text {position: relative; z-index: 2; max-width: 900px; padding: 20px;}
.hero-text p {font-size: 1.25rem; margin-top: 1rem;}
.btop{background: #7203ea;}
.in-hero {background:#7203ea; color: white; padding: 100px 0;}
.in-hero h1 {font-size: 3rem; font-weight: bold;}
.in-hero p {font-size: 1.2rem; }

.in-heroc {background:#7203ea; color: white; padding: 230px 0; background: url(../images/rilger-community.jpg); background-size: cover; background-position: top;}
.in-heroc h1 {font-size: 3rem; font-weight: bold;}
.in-heroc p {font-size: 1.2rem; }

.in-hero-ed {background:#7203ea; color: white; padding: 100px 0; background: url(../images/ed-banner.jpg); background-size: cover; background-position: center;}
.in-hero-ed h1 {font-size: 3rem; font-weight: bold;}
.in-hero-ed p {font-size: 1.2rem; }

.c-hero {background: url(../images/tech.jpg)  no-repeat center center/cover ; color: #000; padding: 150px 0; }
.c-hero h1 {font-size: 3rem; font-weight: bold; color: white;}
.c-hero p {font-size: 1.2rem; color: white; padding-bottom: 25px; padding-top: 15px;}

.rc-hero {background:#f2f1ef; color: #000; padding: 100px 0; text-align: left;}
.rc-hero h1 {font-size: 3rem; font-weight: bold;}
.rc-hero p {font-size: 1.2rem; }
.rc-hero img{width:100%;}


  .video-wrapper {
      position: relative;
      overflow: hidden;
    }
    .video-wrapper .bn_t {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 80px 0 0;
      z-index: 2;
    }
    video {
      width: 100%;
      height: auto;
      display: block;
    }
.bn_t h1{font-size: 4.375rem; font-weight:700;}

.ai-tools-section{background:#7203ea; color:#fff;}
.ai-tools-section .left-heading-home{color:#fff;}
.ai-tools-section .rilegr-btn{background:#69be28;}
.ai-tools-section .rilegr-btn:hover{background:#fff; color:#7203ea;}
.orbit-icon {
  color: #63c132;   /* Your theme green */
  display: flex;
  align-items: center;
  justify-content: center;
}

.orbit-icon svg {
  transition: transform 0.3s ease, color 0.3s ease;
}

.orbit-icon:hover svg {
  transform: scale(1.15);
  color: #7b2cff;   /* Purple hover */
}

/* Get Startet Button */
.get-started-btn{margin-left:22px;background:#7203ea;color:#fff;border-radius:0;padding:8px 25px;white-space:nowrap;transition:0.3s;font-size:14px;display:inline-block; text-decoration: none;font-weight:bold;}
.btn-custom {
      background-color: #fff;
      color: #7203ea;
      font-weight: bold;
      padding: 12px 20px;
      border-radius: 0;
      border: none;
      margin-top: 20px;
    }
.get-started-btn:hover, .btn-custom:hover{background:#69be28;color:#fff;}

.rilegr-btn{ background-color: #7203ea;
      color: #fff;
      font-weight: bold;
      padding: 12px 20px; font-size:1rem;
      border-radius: 0;
      border: none; text-decoration:none;
      margin-top: 20px;}
.rilegr-btn:hover{color: #fff; background-color:#69be28;}
/* Back to top button */
.back-to-top{position:fixed;display:none;right:15px;bottom:15px;z-index:99999; text-decoration: none;}
.back-to-top i{display:flex;align-items:center;justify-content:center;font-size:24px;width:40px;height:40px;border-radius:50px;background:#69be28;color:#fff;transition:all 0.4s}
.back-to-top i:hover{background:#3ac162;color:#fff}

.section-padding{padding:6rem 0;}
.section-padding-inner{padding:70px 0 0;}
.left-heading-home{width: 100%; height: auto; float:left; color: #000; font-size: 3.75rem;
    margin-top: 1.25rem;
    font-weight: 600; line-height: 1.2;}
.left-para-home{width: 100%; height: auto; float:left; line-height: 1.5; margin-bottom:30px;}

.heading-home-center{width: 100%; height: auto; float:left; text-align:center; color: #000; font-size: 32px; line-height: 1.2; font-weight: 700;}
.para-home-center{width: 100%; height: auto; float:left; text-align:center; color: #333; font-size:16px; line-height: 1.5; font-weight: 400; margin-bottom:30px;}

.box-img-col{width: 100%; height: auto; float:left;}
.box-img-col img{max-width: 100%;}
.col-box-txt-main{width: 100%; height: auto; float:left;}
.box-txt-heading{width: 100%; height: auto; float:left; color: #000; font-size: 32px; line-height: 1.2; font-weight: 700; margin-bottom: 15px;}
.box-txt-para{color: #333; line-height: 1.5; margin-bottom:30px;}
.box-txt-para ul{margin:0; padding:0;}
.box-txt-para ul li{list-style:none; position:relative; padding-left: 25px; margin-bottom: 5px;}
.box-txt-para ul li:before{content:'\F138'; font-family: bootstrap-icons; position: absolute; font-style: normal; color: #69be28; top: 0px; left: 0px;}
.btn-row{width: 100%; height: auto; float:left;}
.get-started-heading{font-size: 3rem; font-weight:700; color:#fff; line-height:1.3;}

.inspiring-talks-box{width: 100%;
  height: 100%;
  float: left;
  color: #333;
  padding: 10% 5%;
  border: 2px solid #69be28;
  border-radius: 0;}

.footer-section{padding:70px 0 20px; background-color: #000 !important; font-size: 16px; color: #fff;}
.footer-col-txt{width: 100%; height: auto; float:left; color: #fff; font-size:16px; line-height: 1.5; font-weight: 400; margin-bottom:30px;}
.footer-social-heading{width: 100%; height: auto; float:left; color: #fff; font-size: 24px; line-height: 1.2; font-weight: 700;}
.footer-social-main-box{color: #000; font-size:20px;}
.footer-social-main-box ul{margin:0; padding:0;}
.footer-social-main-box ul li{display:inline-block; list-style:none;}
.footer-social-main-box ul li a {display: inline-block; width: 30px; height: 30px; text-align: center; background: none; color: #fff;font-size: 40px; line-height: 1.3;margin:0 10px; }
.footer-social-main-box ul li a:hover {color: #69be28; }
.bottom-nav-links{width: 100%; height: auto; float:left; color: #000; font-size:16px;}
/*
# Contact
--------------------------------------------------------------*/
 .contact-box {
      padding: 40px 20px;
      border-bottom: 1px solid #ddd;
    }
    .contact-title {
      font-size: 1.8rem;
      font-weight: 600;
    }
    .contact-email {
      font-size: 1.2rem;
      color: #000;
    }








.contact {padding-top: 5px;}
.contact-info {width: 100%; background: #fff; }
.contact-info i {font-size:20px;color:#7203ea;float:left;width:44px;height:44px;background:#ecf9f0;display:flex;justify-content:center;align-items:center;border-radius:50px;transition:all 0.3s ease-in-out; padding:10px; margin-right: 15px;} 
.contact-info p {margin-left: 5px; text-align: left; font-weight: 300; margin-bottom: 40px;}
/* .contact-info h4 {padding:0 0 0 60px;font-size:22px;font-weight:600;margin-bottom:5px;color:#000} */
/* .contact-info p {padding:0 0 0 60px;margin-bottom:0;font-size:18px;color:#657a6d;}
.contact-info .email, .contact-info .phone {margin-top: 40px;}
.contact-info .email:hover i, .contact-info .address:hover i, .contact-info .phone:hover i {background: #69be28; color: #fff;} */




@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 768px) {
	.in-hero {
	padding: 60px 0;}
	.in-hero h1{font-size:2.5rem;}
	.get-started-heading {
	font-size: 2rem;}
	.ratio::before{padding-top:0;}
	.section-padding {
  padding: 3rem 0;
}
	.h2-title {
	font-size: 2.4rem;}
   .video-wrapper .bn_t {
      position: relative;
      top: 0;
      left: 0;
      transform: none;
      padding: 80px 0 0;
      z-index: 2;
    }
    video {
      width: 100%;
      height: auto;
      display: block;
    }
.bn_t h1{font-size: 2.375rem; font-weight:700;}
.hero-text h1 {font-size: 2rem;}
.hero-text p {font-size: 1rem;}
}

.promo-section {
      background-color: rgba(114, 3, 234, 0.9);
      padding: 2rem;
    }
    .highlight {
      color: #f3e600;
    }
    .right-img {
      max-width: 100%;
      height: auto;
    }
    .badge-ai {
      background-color: #1b005f;
      color: #fff;
      font-weight: bold;
      padding: 0.4rem 1rem;
      border-radius: 10px;
      font-size: 0.9rem;
      position: absolute;
      top: 20px;
      right: 20px;
    }
	.bgimg{background: url('../images/idea.jpg') no-repeat center center/cover;
      color: white;}
	  
	  
	   .contact-header {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 20px;
    }
    .contact-subheader {
      font-size: 1.25rem;
      margin-bottom: 40px;
    }
    .contact-box {
      background: #ffffff;
      padding: 30px;
      border-radius: 15px;
      box-shadow: 0 0 20px rgba(0,0,0,0.05);
    }
    .highlight {
      color: #81a819;
      font-weight: 600;
    }
	
	/* # blog*/
	.p1{font-size:20px;}
.post-bg-description {width: 100%; height: auto; float: left; background: #fff; margin-bottom:0px;}
.news-details-heading {margin: 0 0 10px !important; padding-top: 0; font-size: 40px; color: #121212; font-weight: 600;}
.news-multiple-details {display: flex; font-size: 12px; justify-content: space-between; padding: 10px 0; border-top: 1px dashed #e1e1e1;}
.news-left-details {position: relative; display: flex; -moz-column-gap: 15px; column-gap: 15px; min-width: auto; align-items: center;}
.news-left-details p {font-size: 11px; color: #666; display: flex; -moz-column-gap: 5px; column-gap: 5px; margin: 0;}
.news-left-details p i {font-size: 14px;}
.page-featured-image {width: 100%; height: auto; float: left; margin-bottom: 25px; text-align: center; position: relative; overflow: hidden;}
.page-featured-image img {width: 100%;}
.page-content {width: 100%; height: auto; float: left;  color: #333; font-size:16px; line-height: 1.5; margin-bottom: 0px;}
.page-content p {margin:30px 0; font-size:20px }
.page-content h2, .page-content h3{font-weight:700;}
.page-featured-image span{font-size:14px; color:#ccc; display:block ; text-align:center;}
.page-content ul {margin: 0; padding: 0;}
.page-content ul li {list-style: none; position: relative; padding-left: 25px; margin-bottom: 5px;     font-size: 20px;}
.page-content ul li::before {content: '\F138'; font-family: bootstrap-icons; position: absolute; font-style: normal; color: #69be28; top: 0px; left: 0px;}
/* # blog end*/

 
    .image-container img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }
	.blog-sec{background-color: #111;
      color: #fff;}
	  .b-head{font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 15px;}
	.bottom-nav-links a:hover{color:#69be28;}
	.bottom-nav-links li a{text-decoration:none; margin-right:20px; color:#fff;}
footer a:hover{color:#69be28;}
footer a{text-decoration:none; color:#fff;}
.qt{color: #fff;
  padding: 2% 5%;
  background: #69be28;
  border-left: 5px solid #7203ea;
  border-radius: 0;}
  .c-info{background:#7203ea; padding:5%; border-top:5px solid #69be28; margin-top:50px;}
  .c-info p{border-bottom:1px solid #69be28; padding:10px; color:#fff;}
  
  
  /*---Course Page---*/
   .course-box {
      background-color: #f8f9fa;
      border-radius: 10px;
      padding: 20px; margin-top:30px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05); line-height:1.3;
    }
    .divider {
      border-left: 1px solid #dee2e6;
      height: 100%;
    }
    .info-block {
      text-align: left;
    }
    .info-block h6 {
      font-weight: bold; font-size:12px;
    }
    .info-block small {
      color: #6c757d; font-size:10px; display:block;
    }
    .star {
      color: #0d6efd;
    }
	.courses .c-info .box-txt-para ul li{color:#fff;}
	
	 .card-box {
      background-color: #fff;
	  border:1px solid #e3e3e3;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
      padding: 20px;
      max-width: 500px;
    }
	.h3-title{font-size:2rem; font-weight:600;}
    .badge-custom {
     background-color: #acca96;
  color: #7203ea;
      font-weight: 600;
      font-size: 0.8rem;
      border-radius: 5px;
      padding: 2px 8px;
    }
    .instructor-img {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      object-fit: cover;
    }
    .university-img {
      width: 99px;
    }
    .divider {
      border-top: 1px solid #e0e0e0;
      margin: 20px 0;
    }
    .text-link {
      color: #0d6efd;
      text-decoration: none;
      font-weight: 500;
    }
    .text-link:hover {
      text-decoration: underline;
    }
	.int-text{font-size:14px;}
	.g-para{font-weight:bold; color:#7203ea;}
	h5, h4{font-weight: 700;}
	
	


	
	
	  .pillar-box {
        text-align: center;
        padding: 30px 20px;
        background-color: #f7f7f7;
        border: 1px solid #eee;
        height: 100%;
        transition: all 0.3s;
    }
    .pillar-box:hover {
        box-shadow: 0 4px 15px rgba(114, 3, 234, 0.1);
        transform: translateY(-5px);
    }
    .pillar-box i {
        font-size: 3rem;
        color: #7203ea;
        margin-bottom: 15px;
    }
    .pillar-box h4 {
        font-weight: 600;
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    .pillar-box p {
        font-size: 1rem;
        color: #555;
        font-weight: 300;
    }
	
	
	.service-box-main {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px;
    background-color: #fff;
    border: 2px solid #ddd; /* Simple border */
    /* Add smooth transition to the default state */
    transition: all 0.3s ease-in-out; 
}

.section-card img{width:100%;}
.section-card h3{margin-top:30px;}
.section-card  a{text-decoration:none; color:#000;}
.section-card  a:hover{text-decoration:underline; color:#7203ea;}
/* New Hover Effect */
.service-box-main:hover {
    border-color: #7203ea; /* Change border to Rilegr Purple on hover */
    box-shadow: 0 5px 20px rgba(114, 3, 234, 0.1); /* Subtle, purple-tinted shadow */
    transform: translateY(-3px); /* Gentle lift effect */
    cursor: pointer;
}
	   .service-box-main h3 {
        font-weight: 700;
        margin-top: 15px;
    }
    .service-box-main .logo-placeholder {
        height: 50px;
        width: 200px;
        background: url('images/Rilegr-logo.png') no-repeat center left/contain;
        margin-bottom: 10px;
    }

    /* Rilegr Logistics Banner */
    .logistics-bg {
        background: url(../images/logistics.jpg) no-repeat center center/cover;
        color: white;
        padding: 8rem 0;
        text-align: center;
        position: relative;
    }
    .logistics-bg::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        background: rgba(0, 0, 0, 0.6); /* Dark overlay */
        z-index: 1;
        /* Removed border-radius here to ensure full-width visual */
    }
    .logistics-content {
        position: relative;
        z-index: 2;
        max-width: 900px;
        margin: auto;
    }
    .logistics-content h2 {
        font-size: 3.5rem;
        font-weight: 700;
        color: #fff;
    }
    .logistics-content p {
        font-size: 1.25rem;
        margin-bottom: 30px;
    }
    .logistics-content .rilegr-btn {
        background-color: #69be28;
        color: #fff;
    }
    .logistics-content .rilegr-btn:hover {
        background-color: #7203ea;
    }
	 /* Industries Section - Alignment Fix */
    .industry-card { display: none; } /* Hide old card style */

    .industry-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    /* Wrapper defines the top and bottom borders */
    .industry-list-wrapper {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    /* Column 1 gets the vertical separator */
    .industry-list-col:first-child {
        border-right: 1px solid #ddd;
    }

    /* Individual list item gets the horizontal row divider */
    .industry-item {
        border-top: 1px solid #ddd;
    }
    
    /* Remove the top border from the very first item in EACH column */
    .industry-list .industry-item:first-child {
        border-top: none;
    }
    
    .industry-link {
        display: flex;
        align-items: center;
        padding: 20px;
        text-decoration: none;
        color: #000;
        font-size: 1.15rem; /* Reduced font size */
        font-weight: 500;
        transition: background-color 0.3s, color 0.3s;
    }
    .industry-link:hover, .industry-link:focus {
        background-color: #f0f0f0; 
        color: #7203ea; 
    }
    
    /* NEW: Styling for both Bootstrap icons (i) and inline SVGs (svg) */
    .industry-link i, .industry-link svg {
        font-size: 1.8rem;
        color: #69be28; 
        margin-right: 20px;
        transition: color 0.3s;
        /* Ensure SVGs inherit sizing correctly */
        width: 1.8rem; 
        height: 1.8rem;
        vertical-align: middle; 
    }
    .industry-link:hover i, .industry-link:focus i, .industry-link:hover svg, .industry-link:focus svg {
        color: #7203ea; 
    }

    .industry-name {
        line-height: 1.4;
        white-space: nowrap; /* Forces text to single line */
        overflow: hidden; /* Hides overflow */
        text-overflow: ellipsis; /* Adds ... if text is too long */
    }
    @media (max-width: 767.98px) {
        /* Mobile: Revert to single column list style */
        .industry-list-wrapper {
             border-top: 1px solid #ddd; 
             border-bottom: none; /* Only top border on wrapper */
        }
        .industry-list-col {
            border-right: none;
            width: 100%; 
        }
        /* All items get a top border, including the first one */
        .industry-item {
            border-top: 1px solid #ddd;
        }
        /* The second list's first item needs its border */
        .industry-list .industry-item:first-child {
            border-top: 1px solid #ddd;
        }
        /* But the very first item in the whole list does not */
        .industry-list-col:first-child .industry-list .industry-item:first-child {
             border-top: none; 
        }
        /* Add bottom border to the very last item in the list */
        .industry-list-col:last-child .industry-item:last-child {
            border-bottom: 1px solid #ddd;
        }

        .industry-link {
            padding: 15px 10px;
            font-size: 1.1rem;
        }
        .industry-link i, .industry-link svg {
            font-size: 1.5rem;
            margin-right: 15px;
            width: 1.5rem; 
            height: 1.5rem;
        }
    }



/* tech page */

/* Tech Hero Section */

.tech-bg {
        background: url(../images/tech-cta.jpg) no-repeat bottom center/cover;
        color: white;
        padding: 11rem 0;
        position: relative;
    }
    .tech-content {
        position: relative;
        z-index: 2;
        max-width: 900px;
        margin-left: 150px;
        
    }
    .tech-content h2 {
        font-size: 3.5rem;
        font-weight: 700;
        color: #fff;
    }
    .tech-content p {
        font-size: 1.25rem;
        margin-bottom: 50px;
    }
    .tech-content .rilegr-btn {
        background-color: #69be28;
        color: #fff;
    }
    .tech-content .rilegr-btn:hover {
        background-color: #7203ea;
    }
.tech1-bg {
        background: url(../images/grow.jpg) no-repeat top center/cover;
        color: white;
        padding: 11rem 0;
        position: relative;
    }
    .tech1-content {
        position: relative;
        z-index: 2;
        max-width: 900px;
        
        
    }
    .tech1-content h2 {
        font-size: 3.5rem;
        font-weight: 700;
        color: #fff;
    }
    .tech1-content p {
        font-size: 1.25rem;
        margin-bottom: 50px;
    }
    .tech1-content .rilegr-btn {
        background-color: #69be28;
        color: #fff;
    }
    .tech1-content .rilegr-btn:hover {
        background-color: #7203ea;
    }

.thankyou-box {
  text-align: center;
  padding: 200px 20px;
}
.thankyou-box h1 {
  color: #7203ea;
  font-size: 3rem;
}


/* === RILEGR TOOLS UI === */

.rilegr-tool-box {
  display: block;
  background: #fff;
  border-radius: 18px;
  padding: 30px 20px;
  text-align: center;
  text-decoration: none;
  color: #111;
  height: 100%;
  box-shadow: 0 15px 40px rgba(111,0,255,0.08);
  transition: all 0.35s ease;
}

.rilegr-tool-box:hover {
  transform: translateY(-8px);
  background: linear-gradient(135deg, #6f00ff, #4b00b5);
  color: #fff;
}

.rilegr-tool-box h5,
.rilegr-tool-box p {
  transition: 0.3s;
}

.rilegr-tool-box:hover h5,
.rilegr-tool-box:hover p {
  color: #fff;
}

.tool-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  border-radius: 14px;
  background: rgba(111,0,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.tool-icon i {
  font-size: 30px;
  color: #6f00ff;
}

.rilegr-tool-box:hover .tool-icon {
  background: rgba(255,255,255,0.15);
}

.rilegr-tool-box:hover .tool-icon i {
  color: #fff;
}

/* APP SECTION */
.rilegr-app-section {
  background: linear-gradient(135deg, #4b00b5, #6f00ff);
}

.rilegr-btn-primary {
  background: #fff;
  color: #6f00ff;
  font-weight: 600;
  border-radius: 30px;
  padding: 12px 25px;
}

.rilegr-btn-outline {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 30px;
  padding: 12px 25px;
}

.rilegr-btn-outline:hover {
  background: #fff;
  color: #6f00ff;
}
/* === PRIVACY + APP SECTION === */

.rilegr-app-privacy {
  background: linear-gradient(135deg, #4b00b5, #6f00ff);
}

.rilegr-privacy-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rilegr-privacy-list li {
  color: #fff;
  font-size: 16px;
  margin-bottom: 12px;
  padding-left: 5px;
}

/* BUTTONS */

.rilegr-btn-primary {
  background: #ffffff;
  color: #6f00ff;
  font-weight: 600;
  border-radius: 30px;
  padding: 12px 26px;
  border: none;
}

.rilegr-btn-primary i {
  margin-right: 6px;
}

.rilegr-btn-outline {
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 30px;
  padding: 12px 26px;
  background: transparent;
  font-weight: 600;
}

.rilegr-btn-outline i {
  margin-right: 6px;
}

.rilegr-btn-outline:hover {
  background: #ffffff;
  color: #6f00ff;
}




.pdf-m{max-width: 1000px;
    margin:auto;
    background: #fff;
    border-radius: 16px;
    padding:80px 0;
min-height: 500px;}
/* Headings */
.pdf-m h1 {
    text-align: center; font-weight:bold;
    margin-bottom: 6px;
    color: var(--text-dark); margin-bottom:50px;
}

.subtitle {
    text-align: center;
    font-size: 14px;
    color: var(--text-light);
    margin-bottom: 25px;
}

/* =========================
   UPLOAD BUTTON (PURPLE → GREEN)
   ========================= */
.upload-wrapper {
    text-align: center;
    margin-bottom: 25px;
}

.upload-section {
    display: inline-block;          /* ❌ full width nahi */
    padding: 14px 28px;
    background: var(--purple);      /* PURPLE */
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s ease;
}

.upload-section:hover {
    background: var(--green);       /* GREEN */
}

/* =========================
   PDF GRID
   ========================= */
#sortable-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 16px;
    margin-top: 20px;
}

/* PAGE CARD */
.page-card {
    background: #fff;
    border: 1px solid #e5e9f0;
    padding: 10px;
    border-radius: 12px;
    position: relative;
    cursor: grab;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

.page-card:active {
    cursor: grabbing;
}

.page-card canvas {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #eef1f5;
}

/* PAGE INFO */
.page-info {
    display: block;
    font-size: 12px;
    margin-top: 6px;
    color: var(--text-light);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* =========================
   DELETE (X) BUTTON (PURPLE → GREEN)
   ========================= */
.delete-btn {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--purple);   /* PURPLE */
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 26px;
    transition: 0.3s ease;
}

.delete-btn:hover {
    background: var(--green);    /* GREEN */
}

/* STATUS */
#status {
    text-align: center;
    margin: 22px 0;
    font-weight: 500;
    color: var(--text-dark);
}

/* =========================
   DOWNLOAD BUTTON (GREEN → PURPLE)
   ========================= */
.download-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.btn-merge {
    display: none;
    padding: 14px 28px;          /* button jaisa look */
    background: var(--green);   /* GREEN */
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.btn-merge:hover {
    background: var(--purple);  /* PURPLE */
}

/* MOBILE */
@media (max-width: 480px) {
    .page-info {
        font-size: 11px;
    }
}
.page-card span{font-size:10px;}





.pdf-tool-card {
  max-width: 520px;
  margin: auto;
  padding: 40px;
  background: #fff;
  border-radius: 18px;
}

.upload-btn {
  background: linear-gradient(135deg,#6f00ff,#8f2bff);
  color: #fff;
  border: none;
  padding: 16px 30px;
  border-radius: 14px;
  font-size: 18px;
  cursor: pointer;
}

.status-text {
  margin-top: 20px;
  font-weight: 600;
}

.size-info {
  margin-top: 20px;
}
button.btn.rilegr-btn-primary:hover{background:var(--green); color:#fff;}

:root {
  --purple: #6a00ff;
  --green: #6fbf2e;
  --bg: #f6f2ea;
  --text: #111;
}

/* ================= HERO BASE ================= */

.hero {
  position: relative;
  min-height: 100vh;
  background: var(--bg);
  display: flex;
  align-items: center;
  padding: 80px;
  overflow: hidden;
  font-family: Inter, sans-serif;
}

/* GRID BACKGROUND */
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0,0,0,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.12) 1px, transparent 1px);
  background-size: 60px 60px;
  opacity: .35;
}

/* ================= CONTENT (60%) ================= */

.hero-content {
  width: 60%;
  position: relative;
  z-index: 2;
}

.hero-tag {
  font-size: 12px;
  letter-spacing: 2px;
  opacity: .7;
}

.hero-content h1 {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
  margin: 20px 0;
  color: var(--text);
}

.hero-content .green {
  color: var(--green);
}

.hero-content p {
  max-width: 520px;
  font-size: 18px;
  opacity: .8;
  line-height: 1.6;
}

.hero-btn {
  display: inline-block;
  margin-top: 32px;
  padding: 14px 30px;
  background: var(--purple);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  border-radius: 4px;
  transition: transform .25s ease;
}

.hero-btn:hover {
  transform: translateY(-2px);
}

/* ================= VISUAL (40%) ================= */

.hero-visual {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* ORBIT SYSTEM */
.orbit {
  position: relative;
  width: 320px;
  height: 320px;
  animation: rotateOrbit 40s linear infinite; /* SLOW */
}

/* MAIN CIRCLE */
.orbit-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid rgba(106, 0, 255, 0.35);
  box-shadow:
    0 0 40px rgba(106, 0, 255, 0.25),
    inset 0 0 30px rgba(111, 191, 46, 0.15);
}

/* CENTER GLOW */
.core {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(106,0,255,.35),
    transparent 70%
  );
  animation: pulse 4s ease-in-out infinite;
}

/* ICON BASE */
.orbit-icon {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  box-shadow: 0 10px 24px rgba(0,0,0,.15);
  animation: counterRotate 40s linear infinite; /* MATCH ROTATION */
}

/* ===== 6 ICON POSITIONS (60° GAP) ===== */

.icon-1 { top: -24px; left: 50%; transform: translateX(-50%); }            /* Top */
.icon-2 { top: 20%; right: -7px; }                                        /* Top Right */
.icon-3 { bottom: 20%; right: -7px; }                                     /* Bottom Right */
.icon-4 { bottom: -24px; left: 50%; transform: translateX(-50%); }         /* Bottom */
.icon-5 { bottom: 20%; left: -7px; }                                      /* Bottom Left */
.icon-6 { top: 20%; left: -7px; }                                         /* Top Left */

/* ================= ANIMATIONS ================= */

@keyframes rotateOrbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes counterRotate {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

@keyframes pulse {
  0%,100% { transform: scale(1); opacity: .6; }
  50% { transform: scale(1.2); opacity: .9; }
}

/* ================= MOBILE ================= */

@media (max-width: 900px) {
  .hero {
    flex-direction: column;
    padding: 60px 24px;
    text-align: center;
  }

  .hero-content,
  .hero-visual {
    width: 100%;
  }

  .hero-content h1 {
    font-size: 38px;
  }

  .hero-visual {
    margin-top: 48px;
  }

  .orbit {
    width: 240px;
    height: 240px;
  }

  .orbit-icon {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
}
/* STATIC CENTER LOGO */
.orbit-logo {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;

  /* PERFECT CENTER */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  box-shadow:
    0 8px 30px rgba(0,0,0,.15),
    0 0 30px rgba(106, 0, 255, 0.25);
}

.orbit-logo img {
  max-width: 65%;
  height: auto;
  display: block;
}

/* MOBILE */
@media (max-width: 900px) {
  .orbit-logo {
    width: 70px;
    height: 70px;
  }

  .orbit-logo img {
    max-width: 70%;
  }
}
.lt_n{padding-bottom:0 !important;}
.bg-green{padding:50px; background:#69be28; color:#fff;}

.rilegr-tech-banner {
  position: relative;
  height: 100vh;
  background: radial-gradient(circle at 40% 40%, #111 5%, #36026f 80%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  overflow: hidden;
  color: #fff;
}

/* Glow Background */
.rilegr-bg-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(123,44,255,0.25), transparent 70%);
  filter: blur(120px);
  animation: glowMove 8s ease-in-out infinite alternate;
}

@keyframes glowMove {
  from { transform: translate(-100px, -50px); }
  to { transform: translate(100px, 50px); }
}

.rilegr-tech-content {
  max-width: 900px;
  position: relative;
  z-index: 2;
}

.rilegr-tag {
  color: #63c132;
  letter-spacing: 3px;
  font-size: 13px;
}

.rilegr-tech-content h1 {
  font-size: 56px;
  margin: 20px 0;
  font-weight: 700;
  transition: all 0.8s cubic-bezier(.25,.8,.25,1);
}

.rilegr-tech-content p {
  font-size: 18px;
  opacity: 0.85;
  max-width: 700px;
  margin: 0 auto 40px;
}

/* Smooth Transition Classes */
.fade-out {
  opacity: 0;
  transform: translateY(-20px);
  filter: blur(8px);
}

.fade-in {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* Buttons - Flat Square */
.rilegr-buttons a {
  display: inline-block;
  padding: 16px 45px;
  margin: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.rilegr-btn-primary {
  background: #63c132;
  color: #fff; text-decoration:none;
}

.rilegr-btn-primary:hover {
  background: #4ea520;
}

.rilegr-btn-outline {
  border: 2px solid #7b2cff;
  color: #7b2cff;
}

.rilegr-btn-outline:hover {
  background: #7b2cff;
  color: #fff;
}

/* Floating Code Background */
.rilegr-floating-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.rilegr-code {
  position: absolute;
  font-family: monospace;
  font-size: 14px;
  opacity: 0.05;
  color: #fff;
  animation: floatCode 14s ease-in-out infinite;
}

.rilegr-code:nth-child(1) { top: 15%; left: 10%; }
.rilegr-code:nth-child(2) { top: 70%; left: 20%; }
.rilegr-code:nth-child(3) { top: 40%; right: 15%; }
.rilegr-code:nth-child(4) { bottom: 20%; right: 25%; }

@keyframes floatCode {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-30px); }
  100% { transform: translateY(0px); }
}

.why-rilegr-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 120px 8%;
  /*background: #0c0c0f;*/
  background:#36026f;
  color: #fff;
}

.why-left {
  width: 50%;
}

.why-left h2 {
  font-size: 42px;
  margin-bottom: 20px;
}

.why-left p {
  font-size: 18px;
  opacity: 0.8;
  line-height: 1.7;
}

.why-right {
  width: 45%;
  display: flex;
  justify-content: center;
}

/* Ecosystem Graphic */
.rtx-ecosystem {
  position: relative;
  width: 420px;
  height: 420px;
  margin: auto;
}

/* Center Logo - Static */
.rtx-center {
  position: absolute;
  width: 160px;
  height: 160px;
  background: linear-gradient(135deg, #63c132, #7b2cff);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  box-shadow: 0 0 40px rgba(123,44,255,0.6);
  z-index: 2;
}

/* Rotating Ring */
.rtx-orbit-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(123,44,255,0.4);
  animation: rtxRotateOrbit 30s linear infinite;
}

@keyframes rtxRotateOrbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Orbit Items */
.rtx-orbit-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110px;
  height: 110px;
  margin: -55px;
  background: #36026f;
  border-radius: 50%;
  border: 1px solid rgba(99,193,50,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #fff;
  font-size: 14px;

  transform:
    rotate(calc(var(--i) * 72deg))
    translate(210px)
    rotate(calc(var(--i) * -72deg));
}

/* Text Always Straight */
.rtx-orbit-item span {
  animation: rtxCounterRotate 30s linear infinite;
}

@keyframes rtxCounterRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); }
}

.b0{border-radius:0 !important; font-size:18px !important;}
.blogs h2, .blogs h3{margin:40px 0 20px;}