.secondary-color{color:#fff700}*{box-sizing:border-box;padding:0;margin:0}body::-webkit-scrollbar,html::-webkit-scrollbar{display:none}body,html{-ms-overflow-style:none;scrollbar-width:none;max-width:100vw;overflow-x:hidden;scroll-behavior:smooth}a{color:inherit;text-decoration:none}ol,ul{margin-left:25px}.results-info{margin-bottom:30px;padding:20px 0;text-align:left;border-bottom:1px solid rgba(115,115,115,.233)}.results-info p{color:#697ba9;font-size:14px;margin:0;font-weight:500}.pagination .ellipsis{padding:8px 12px;color:#697ba9;font-weight:500}section.codians-section{padding:20px 50px}section.codians-section::-webkit-scrollbar{display:none}section.codians-section{-ms-overflow-style:none;scrollbar-width:none;width:100%;height:100%;padding:40px 0;overflow-y:scroll}section.codians-section.section-bg{background-color:#f5f9ff}section.codians-section .section-heading{padding:20px}section.codians-section .section-heading.horizontal-center{display:flex;flex-direction:column;align-items:center;gap:20px}section.codians-section .section-heading h1.title{text-align:center;font-size:44px;font-weight:800;color:#1d2437}section.codians-section .section-heading h1.title .gradient{display:inline;background:linear-gradient(90deg,#4285F4,#34A853);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0)}section.codians-section .section-heading h2.sub-heading{width:100%;font-size:20px;margin-top:8px;padding:0 3%;font-weight:400;text-align:center;opacity:.6}section.codians-section .section-heading h4.tag-section-heading{width:-moz-fit-content;width:fit-content;padding:6px 18px;border-radius:30px;font-size:14px;background-color:#fff;color:#919191;border:1px solid #919191;text-transform:uppercase}section.codians-section .more-btn{width:100%;display:flex;justify-content:center;align-items:center;padding:30px 0}section.codians-section .more-btn .btn{display:block;width:-moz-fit-content;width:fit-content;border:4px solid #4285f4;background-color:#4285f4;color:#fff;padding:10px 25px;cursor:pointer;font-size:20px;transition:.3s;border-radius:50px}section.codians-section .more-btn .btn:hover{background-color:#fff;color:#4285f4}@media only screen and (max-width:767px){section.codians-section{padding:20px 15px}}.special-big-tags{display:flex;flex-direction:row;align-items:center;justify-content:space-around;padding:30px 0;background-color:#f5f9ff;border-radius:20px;margin:30px 0}@media only screen and (max-width:767px){.special-big-tags{flex-direction:column;padding:20px;gap:20px}}.special-big-tags .tag{margin:20px 0;padding:0 30px;display:flex;flex-direction:column;gap:10px}@media only screen and (max-width:767px){.special-big-tags .tag{flex-direction:column;padding:10px 20px}}.special-big-tags .tag .head{display:flex;align-items:center;gap:20px}.special-big-tags .tag .head .icon{color:#e6b400;font-size:45px}.special-big-tags .tag .head .caption{font-size:30px;font-weight:700}.special-big-tags .tag p{font-size:16px;opacity:.6}.special-big-tags .separator{width:1px;height:100px;background-color:rgba(89,92,90,.4078431373)}@media only screen and (max-width:767px){.special-big-tags .separator{width:100%;height:1px}}.codians-list{display:flex;flex-wrap:wrap;flex-direction:row;gap:30px;padding:30px 0}@media only screen and (max-width:767px){.codians-list{flex-direction:column}}section.codians-section .codians-list{padding:30px 50px}.codian{flex:48% 1;padding:20px 30px 10px;border:1px solid rgba(115,115,115,.233);border-radius:15px}@media only screen and (max-width:767px){.codian{max-width:100%;padding-bottom:0}}.codian:hover{background-color:#f5f9ff}.codian:hover .head .name-and-review .name{color:#4285f4}.codian .head{display:flex;align-items:center;gap:20px;border-bottom:1px solid rgba(115,115,115,.233);padding-bottom:20px}@media only screen and (max-width:767px){.codian .head{flex-direction:column}}.codian .head .image{overflow:hidden;flex-shrink:0;position:relative}.codian .head .name-and-review{display:flex;flex-direction:column;gap:8px}.codian .head .name-and-review .name{font-size:25px;font-weight:700;display:flex;align-items:center}.codian .head .name-and-review .name .image-icon{margin-left:10px;height:25px;width:auto}.codian .head .name-and-review .review{display:flex;align-items:center;gap:12px}.codian .head .name-and-review .review .rating{font-size:20px;font-weight:700;opacity:.6}.codian .head .name-and-review .review .stars{color:#e6b400}.codian .head .name-and-review .review .count{text-transform:uppercase;font-size:14px;text-decoration:underline}.codian .details{display:flex;padding:20px 0}@media only screen and (max-width:767px){.codian .details{flex-direction:column}}.codian .details .statistics{width:40%;display:flex;flex-direction:column;gap:10px;padding:0 10px}@media only screen and (max-width:767px){.codian .details .statistics{width:100%}}.codian .details .statistics .row{display:flex;gap:15px}.codian .details .statistics .row.verified{font-weight:700;color:#34a853}.codian .details .statistics .row .icon{width:20px;font-size:16px;color:#34a853}.codian .details .statistics .row .caption{flex:1 1;font-size:14px;color:#1d2437;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.codian .details .description{width:60%;padding:0 15px 0 30px;border-left:1px solid rgba(115,115,115,.233)}@media only screen and (max-width:767px){.codian .details .description{width:100%;border-left:none;border-top:1px solid rgba(115,115,115,.233);margin-top:15px;padding:15px 0}}.codian .details .description .content{font-size:16px;line-height:1.5em;--max-lines:3;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;line-clamp:var(--max-lines);-webkit-line-clamp:var(--max-lines);opacity:.6}.codian .details .description .view-profile-btn{padding:10px 12px;background-color:#4285f4;color:#fff;width:-moz-fit-content;width:fit-content;margin-top:12px;border-radius:8px;border:2px solid #4285f4;transition:.25s;cursor:pointer}@media only screen and (max-width:767px){.codian .details .description .view-profile-btn{width:100%;text-align:center}}.codian .details .description .view-profile-btn:hover{color:#4285f4;background-color:#fff}.review-backdrop{position:fixed;top:0;left:0;z-index:99999;width:100vw;height:100vh;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center}.review-card{background:#fff;border-radius:12px;width:90%;max-width:500px;padding:24px;box-shadow:0 10px 40px rgba(0,0,0,.15);animation:fadeInUp .25s ease;font-family:Inter,sans-serif}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.review-header .review-title{font-size:18px;font-weight:600;color:#333}.review-header .review-close{background:#ff671e;border:none;border-radius:50%;width:45px;height:35px;text-align:center;font-size:18px;font-weight:700;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center}.review-stars{display:flex;gap:6px;margin-bottom:16px}.review-stars .star{font-size:26px;color:#ddd;cursor:pointer;transition:.2s}.review-stars .star.active,.review-stars .star:hover{color:#f4b400}.review-textarea{width:100%;height:100px;padding:12px;font-size:14px;border:1px solid #ddd;border-radius:8px;resize:vertical;margin-bottom:18px;font-family:inherit}.review-submit{width:100%;padding:12px;background:#0073ff;border:none;border-radius:8px;color:#fff;font-weight:600;font-size:15px;cursor:pointer;transition:background .2s}.review-submit:hover{background:#005ad4}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.feedback-rating-section{margin-top:30px;padding:20px}.feedback-rating-section .feedback-summary{display:flex;gap:40px;margin-bottom:20px}.feedback-rating-section .feedback-summary .score .big-rating{font-size:28px;font-weight:700;margin-bottom:4px}.feedback-rating-section .feedback-summary .score .stars{font-size:24px;color:#ffc107}.feedback-rating-section .feedback-summary .score .stars .star{opacity:.4}.feedback-rating-section .feedback-summary .score .stars .star.active{opacity:1}.feedback-rating-section .feedback-summary .score .total-count{font-size:13px;color:#666;margin-top:4px}.feedback-rating-section .feedback-summary .rating-bars{display:flex;flex-direction:column;gap:4px}.feedback-rating-section .feedback-summary .rating-bars .bar-row{display:flex;align-items:center;gap:8px}.feedback-rating-section .feedback-summary .rating-bars .bar-row .star-label{width:14px;font-size:13px}.feedback-rating-section .feedback-summary .rating-bars .bar-row .bar-container{background:#eee;width:120px;height:6px;border-radius:3px;overflow:hidden}.feedback-rating-section .feedback-summary .rating-bars .bar-row .bar-container .bar{background-color:#00c853;height:100%;transition:width .3s ease}.feedback-rating-section .feedback-summary .rating-bars .bar-row .count{font-size:13px;width:20px}.feedback-rating-section .confirmation-message{text-align:center;margin-bottom:15px}.feedback-rating-section .confirmation-message .message-box{background-color:#eefaf1;color:#2e7d32;padding:12px 16px;border:1px solid #2e7d32;border-radius:6px;font-weight:500}.feedback-rating-section .review-card{border:1px solid #e0e0e0;padding:15px 20px;border-radius:8px;background-color:#fff}.feedback-rating-section .review-card .profile-section{display:flex;align-items:center;gap:10px}.feedback-rating-section .review-card .profile-section .profile-img{width:40px;height:40px;border-radius:50%;object-fit:cover}.feedback-rating-section .review-card .profile-section .details .name{font-weight:600;font-size:15px}.feedback-rating-section .review-card .profile-section .details .date{font-size:12px;color:#777}.feedback-rating-section .review-card .review-stars{margin-top:10px}.feedback-rating-section .review-card .review-stars .star-box{background-color:#00c853;color:#fff;padding:2px 8px;border-radius:4px;font-weight:700;font-size:14px;display:inline-block}.feedback-rating-section .review-card .review-text{margin-top:10px;font-size:14px;color:#333}.review-section{margin-top:40px;background:#fff;border-radius:12px;padding:32px;box-shadow:0 2px 8px rgba(0,0,0,.06);max-width:100%;border:1px solid #e5e7eb}.review-section .review-heading{font-size:18px;font-weight:600;margin-bottom:24px;color:#1f2937;border-bottom:1px solid #e5e7eb;padding-bottom:12px}.review-section .review-card{background:#fafbfc;border:1px solid #e1e5e9;border-radius:8px;padding:20px;margin-bottom:16px;transition:all .2s ease}.review-section .review-card:hover{border-color:#c1c7cd;box-shadow:0 2px 8px rgba(0,0,0,.08)}.review-section .review-card:last-of-type{margin-bottom:24px}.review-section .review-card .top{display:flex;align-items:center;gap:12px;margin-bottom:12px}.review-section .review-card .top img{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid #e5e7eb}.review-section .review-card .top .meta{flex:1 1}.review-section .review-card .top .meta .name{font-weight:600;font-size:15px;color:#1f2937;margin-bottom:2px}.review-section .review-card .top .meta .time{font-size:13px;color:#6b7280}.review-section .review-card .top .badge{background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:13px;font-weight:600;padding:6px 12px;border-radius:20px;display:flex;align-items:center;gap:4px;box-shadow:0 2px 4px rgba(16,185,129,.3)}.review-section .review-card .top .badge:before{content:"★";font-size:12px}.review-section .review-card .body{font-size:14px;color:#374151;line-height:1.5;padding-left:56px}.review-section .pagination{display:flex;justify-content:left;align-items:left;gap:8px;margin-top:32px;padding-top:24px;border-top:1px solid #e5e7eb}.review-section .pagination .next,.review-section .pagination .previous{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500;padding:8px 16px;background-color:#f9fafb;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;color:#374151;transition:all .2s ease;min-width:80px;justify-content:center}.review-section .pagination .next .arrow,.review-section .pagination .previous .arrow{display:flex;align-items:center;font-size:14px}.review-section .pagination .next:hover:not(.inactive),.review-section .pagination .previous:hover:not(.inactive){background-color:#f3f4f6;border-color:#9ca3af;transform:translateY(-1px)}.review-section .pagination .next.inactive,.review-section .pagination .previous.inactive{opacity:.5;cursor:not-allowed;pointer-events:none}.review-section .pagination .count{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;border-radius:8px;background-color:#f9fafb;border:1px solid #d1d5db;color:#374151;cursor:pointer;transition:all .2s ease}.review-section .pagination .count.active{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-weight:600;border-color:#2563eb;box-shadow:0 2px 4px rgba(59,130,246,.3)}.review-section .pagination .count:hover:not(.active){background-color:#f3f4f6;border-color:#9ca3af;transform:translateY(-1px)}.review-section .no-reviews{text-align:center;padding:40px 20px;color:#6b7280}.review-section .no-reviews .icon{font-size:48px;margin-bottom:16px;opacity:.5}.review-section .no-reviews .message{font-size:16px;font-weight:500;margin-bottom:8px}.review-section .no-reviews .sub-message{font-size:14px;opacity:.8}@media only screen and (max-width:768px){.review-section{padding:24px 16px}.review-section .review-card{padding:16px}.review-section .review-card .top{gap:10px}.review-section .review-card .top img{width:36px;height:36px}.review-section .review-card .top .meta .name{font-size:14px}.review-section .review-card .top .badge{font-size:12px;padding:4px 8px}.review-section .review-card .body{padding-left:46px;font-size:13px}.review-section .pagination{gap:6px;flex-wrap:wrap}.review-section .pagination .next,.review-section .pagination .previous{padding:6px 12px;font-size:13px;min-width:70px}.review-section .pagination .count{width:32px;height:32px;font-size:13px}}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.review-card.new-review{animation:slideInFromTop .3s ease-out}.certificate-img,.image,.logo,.profile-img,.thumbnail{position:relative;overflow:hidden;border-radius:8px;flex-shrink:0;width:100px;height:100px}.certificate-img img,.image img,.logo img,.profile-img img,.thumbnail img{object-fit:cover;width:100%;height:100%}.codian .head .image{width:100px;height:100px;border-radius:10px}.review-card .profile-img,.review-section .top img{width:44px;height:44px;border-radius:50%;border:2px solid #e5e7eb}.certificate-img,.portfolio-thumbnail{width:170px;height:120px;border-radius:6px}.logo{width:100%;height:100%;border-radius:0}.codians-list .dp,.codians-list .image,.codians-list .profile-img,.codians-section .dp,.codians-section .image,.codians-section .profile-img{position:relative!important;overflow:hidden!important;flex-shrink:0!important;background:none!important;content:none!important}.codians-list .dp img,.codians-list .image img,.codians-list .profile-img img,.codians-section .dp img,.codians-section .image img,.codians-section .profile-img img{object-fit:cover!important;width:100%!important;height:100%!important}.codians-list .codian .head .name .image-icon,.codians-section .codian .head .name .image-icon{width:25px!important;height:25px!important;max-width:25px!important;max-height:25px!important;flex-shrink:0!important}.codians-list .codian .head .name .image-icon img,.codians-list .codian .head .name .image-icon img[data-nimg],.codians-section .codian .head .name .image-icon img,.codians-section .codian .head .name .image-icon img[data-nimg]{width:25px!important;height:25px!important;max-width:25px!important;max-height:25px!important;object-fit:contain!important}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;min-height:200px}.loading-container .loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top-color:#4285f4;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.loading-container p{color:#697ba9;font-size:1rem;font-weight:500;margin:0}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}