@media(max-width:991px){

    /********************* Header Css Start *********************/

    .custom-navbar {
        padding: 5px 0;
    }

    .navbar-brand img {
        width: 100px;
    }

    .navbar-collapse {
        height: 350px;
        overflow: auto;
    }

    .navbar-nav {
        gap: 3px;
        padding: 0 15px 15px;
    }

    .dropdown-menu {
        border: none;
        border-radius: 0;
        padding: 0px;
        background: var(--bg-clr);
    }
    .dropdown-item {
        padding: 5px 10px;
    }
    .quote-btn {
        margin-top:15px;
        padding: 8px 15px;
        font-size: 16px;
    }

    .btn-primary-custom-header {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    /********************* Header Css End *********************/
    /********************* Home Banner Css Start *********************/
    .hero-section {
        padding: 90px 0 0px;
        text-align: center;
    }
    
    .hero-desc{
        margin: auto;
    }

    .hero-title {
        font-size: 42px;
    }

    .hero-btns {
        justify-content: center;
        margin-top: 0;
    }

    .card-one {
        left: 20px;
        top: 20px;
    }

    .card-two {
        right: 20px;
        bottom: 20px;
    }

    .hero-list {
        display: inline-block;
        padding: 0;
        margin: 15px auto;
        text-align: left;
    }

    .hero-list li {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 10px;
    }

    .hero-content {
        text-align: center;
    }

    .hero-image,
    .process-line {
        display: none;
    }

    /********************* Home Banner Css End *********************/

    /*================ Services Section Css Start =================*/

    .raghaw-tech-heading-sec h2{
        font-size:34px;
    }

    /*================ Services Section Css End =================*/

    /*================ Why Us Section Css Start =================*/

    .floating-card {
        left: 10px;
        bottom: 10px;
        gap: 5px;
        padding: 10px 10px;
    }

    .floating-card .icon {
        width: 40px;
        height: 40px;
    }

    .image-display-none{
        display: none;
    }

    .image-display-block{
        display: block;
        margin-bottom: 15px;
    }
    
    /*================ Why Us Section Css End =================*/

    /********************* Counter Section Css Start *********************/

    .counter-box{
        border-right:none;
        border-bottom:1px solid rgba(255,255,255,.08);
    }

    .counter-section .col-6:nth-last-child(-n+2) .counter-box{
        border-bottom:none;
    }

    /********************* Counter Section Css End *********************/

    /********************* Process Section Css Start *********************/

    .process-heading-section{
        margin-bottom: 30px;
    }

    /********************* Process Section Css End *********************/

    /********************* Testimonials Section Css Start *********************/
    
    .nav-btn{
        width:48px;
        height:48px;
    }
    
    /********************* Testimonials Section Css End *********************/

    /********************* CTA Section Css End *********************/

    .cta-wrapper{
        padding:35px 30px;
    }

    .cta-content{
        flex-direction:column;
        text-align:center;
    }

    .cta-content h2{
        font-size:30px;
    }

    /********************* CTA Section Css End *********************/

    /********************* Footer Css Start *********************/

    .footer{
        padding-top:30px;
    }

    /********************* Footer Css End *********************/

    /************************** About us pages css start*****************/
    .raghaw-tech-heading-sec h1 {
        font-size: 48px;
    }

    .about-intro-right {
        margin-top: 40px;
        padding-left: 25px;
    }

    .about-intro-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-stat:nth-child(2) {
        border-right: 0;
    }
     .who-image-wrapper {
        margin-bottom: 25px;
    }

    .who-main-image img {
        height: 500px;
    }

    .mv-card {
        padding: 32px;
    }

     .journey-timeline::before {
        left: 25%;
    }

    .journey-item {
        grid-template-columns: 21% 8% 71%;
    }
    /********************* about us page css end ***********************/

    /********************* Services page css Start ***********************/
    .services-visual {
        height: 450px;
    }

    .service-circle-two {
        width: 430px;
        height: 430px;
    }

    .service-float-one,
    .service-float-three {
        left: 10px;
    }

    .service-float-two,
    .service-float-four {
        right: 10px;
    }

    .freelance-services-grid {
        grid-template-columns: 1fr 1fr;
    }

    .freelance-service-card:last-child {
        grid-column: 1 / -1;
    }

    .solution-item {
        grid-template-columns: 45px 58px 1fr;
    }

    .solution-service {
        grid-column: 3;
        padding-left: 0;
        padding-top: 12px;
        border-left: 0;
    }

    .featured-service-card {
        min-height: 430px;
    }

    .small-services-wrapper {
        margin-top: 5px;
    }
    /********************* Services page css end ***********************/
    /********************* Portfolio page css Start ***********************/
     .portfolio-hero-section {
        padding: 90px 0 30px;
    }

    .portfolio-hero-section h1 {
        font-size: 55px;
    }

    .portfolio-hero-visual {
        min-height: 450px;

        margin-top: 20px;
    }

    .portfolio-cta-box {
        padding: 50px 45px;
    }

    .portfolio-cta-box .raghaw-tech-heading-sec h2 {
        font-size: 38px;
    }
    /********************* Portolio page css end ***********************/

    /********************* Pricing Page Css Start **********************/
     .pricing-hero-section {
        padding: 85px 0 30px;
    }

    .pricing-hero-note {
        margin-top: 15px;
    }

    .pricing-plans-section {
        padding: 80px 0;
    }

    .pricing-plan-card {
        padding: 28px 24px;
    }

    .pricing-included-section {
        padding: 80px 0 30px;
    }

    .pricing-included-list {
        margin-top: 15px;
    }

    .pricing-faq-accordion {
        margin-top: 15px;
    }
    /********************** Pricing Page Css End ************************/
    /******************** Contact Us Page Css Start ***************************/
    .contact-form-box {
        margin-top: 10px;
    }
    /******************** Contact Us Page Css End ***************************/

}

@media (max-width: 767px){

    /********************* Services Section Css Start *********************/

    .services-section,
    .why-us,
    .counter-section,
    .projects-section,
    .process-section,
    .testimonial-section,
    .who-we-are-section,
    .mission-vision-section,
    .core-values-section,
    .our-journey-section,
    .freelance-services-section,
    .service-solution-section,
    .services-get-section,
    .services-feature-section,
    .portfolio-list-section,
    .portfolio-process-section,
    .portfolio-final-cta,
    .pricing-plans-sectio0,
    .pricing-faq-section,
    .contact-form-section {
        padding: 30px 0;
    }

    p{
        font-size: 16px;
    }
    
    /********************* Services Section Css End *********************/

    /********************* Why Us Section Css Start *********************/

    .why-list li {
        margin-bottom: 10px;
    }

    /********************* Why Us Section Css End *********************/

    /********************* Project Section Css Start *********************/

    .float-end-custom {
        float: left;
        display: none;
    }

    .float-end-custom-two {
        display: block;
        margin-top: 15px;
    }

    .project-image img{
        height:180px;
    }

    .project-content {
        padding: 20px;
    }

    /********************* Project Section Css End *********************/

    /********************* Testimonials Section Css Start *********************/
    
    .testimonial-card{
        padding:25px;
    }

    .client-info img{
        width:55px;
        height:55px;
    }

    .quote-icon{
        width:58px;
        height:58px;
    }

    .testimonial-nav-btn{
        display: none;
    }

    .testimonial-nav-heading{
        margin-bottom: 0px !important;
    }
    
    /********************* Testimonials Section Css End *********************/

    /********************* CTA Section Css End *********************/

    .cta-wrapper{
        padding:30px 22px;
    }

    .cta-icon{
        width:60px;
        height:60px;
    }

    .cta-content h2{
        font-size:25px;
    }

    /********************* CTA Section Css End *********************/

    /********************* Footer Css Start *********************/

    .footer-bottom{
        flex-direction:column;
        text-align:center;
    }

    .footer ul li a:hover{
        padding-left:0;
    }

    /********************* Footer Css End *********************/

    /********************* About Us Css Start *********************/
     .who-image-wrapper {
        padding: 0;
    }

    .who-main-image {
        border-radius: 15px;
    }

    .who-main-image img {
        height: 400px;
    }

    .experience-icon {
        width: 42px;
        height: 42px;

        font-size: 19px;
    }

    .who-feature {
        padding: 16px 0;
    }

    .mv-card {
        padding: 25px;
    }

    .mv-icon {
        width: 55px;
        height: 55px;
    }

    .mv-number {
        font-size: 38px;
    }

    .mv-card h3 {
        margin-top: 25px;
        font-size: 26px;
    }

    .mv-card > p {
        font-size: 15px;
    }

    .mv-bottom-text {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .core-purpose {
        align-items: flex-start;

        margin-top: 25px;

        padding: 22px;

        gap: 15px;
    }

    .core-purpose-icon {
        flex: 0 0 48px;

        width: 48px;
        height: 48px;
    }

    .core-purpose h4 {
        font-size: 18px;
        line-height: 1.5;
    }

    .values-quote {
        margin-top: 30px;
    }
     .journey-timeline::before {
        left: 20px;
    }

    .journey-item {
        display: grid;
        grid-template-columns: 40px 1fr;
        min-height: auto;
        border-top: 0;
        padding: 0 0 35px;
    }

    .journey-item:last-child {
        border-bottom: 0;
    }

    .journey-dot {
        grid-column: 1;
        grid-row: 1;
        justify-content: flex-start;
        padding-top: 5px;
    }

    .journey-dot span {
        width: 12px;
        height: 12px;
    }

    .journey-content {
        grid-column: 2;
        grid-row: 1;
        padding: 0 0 0 15px;
    }

    .journey-year {
        grid-column: 2;
        grid-row: 2;
        padding: 12px 0 0 15px;
    }

    .journey-year span {
        display: inline-block;
        margin-right: 8px;
    }

    .journey-year strong {
        font-size: 15px;
    }

    .journey-content h3 {
        font-size: 21px;
    }

    .journey-content p {
        font-size: 14px;
    }
    /********************* About Us Css End *********************/

    /********************* Services Css Start *********************/
    .services-visual {
        width: 100%;
        height: auto;
        margin-top: 25px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .service-circle {
        display: none;
    }

    .services-center {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        grid-column: 1 / -1;
        width: 150px;
        height: 150px;
        margin: 0 auto 15px;
    }

    .service-float {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        padding: 13px;
        gap: 9px;
    }

    .service-float-icon {
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
    }

    .service-float h2 {
        font-size: 12px;
        white-space: normal;
    }

    .freelance-services-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .freelance-service-card:last-child {
        grid-column: auto;
    }

    .freelance-service-card {
        min-height: 390px;
        padding: 28px;
    }

    .service-card-icon {
        margin-bottom: 45px;
    }

    .freelance-service-card h3 {
        font-size: 24px;
    }

    .service-card-footer {
        left: 28px;
        right: 28px;
        bottom: 25px;
    }

    .solution-item {
        grid-template-columns: 35px 52px 1fr;
        gap: 12px;
        padding: 25px 5px;
        align-items: start;
    }

    .solution-icon {
        width: 48px;
        height: 48px;
    }

    .solution-content h3 {
        margin-top: 6px;
        font-size: 18px;
        line-height: 1.35;
    }

    .solution-content p {
        font-size: 13px;
        line-height: 1.7;
    }

    .solution-service {
        grid-column: 3;
        margin-top: 5px;
        padding-top: 12px;
        border-top: 1px solid #eef0f3;
        font-size: 11px;
    }

     .get-features {
        margin-top: 15px;
    }

    .get-feature {
        grid-template-columns: 48px 1fr 25px;
        gap: 13px;
        padding: 22px 0;
    }

    .get-feature-icon {
        width: 44px;
        height: 44px;
    }

    .get-feature h3 {
        font-size: 17px;
    }

    .get-feature p {
        font-size: 12px;
    }

    
    .featured-service-card {
        min-height: 430px;
        padding: 28px;
    }

    .featured-service-content h3 {
        font-size: 34px;
    }

    .small-services-wrapper {
        gap: 12px;
    }

    .small-service {
        grid-template-columns: 48px 1fr 35px;
        gap: 12px;
        padding: 18px;
    }

    .small-service-icon {
        width: 44px;
        height: 44px;
    }
    /********************* Services Page Css End *********************/

    /********************* Portfolio Page Css Start *********************/
    .portfolio-hero-section {
        padding: 80px 0 30px;
    }

    .portfolio-hero-section h1 {
        font-size: 42px;

        letter-spacing: -1px;
    }

    .portfolio-hero-section p {
        font-size: 14px;
    }

    .portfolio-hero-stats {
        gap: 16px;

        margin-top: 20px;
    }

    .portfolio-stat strong {
        font-size: 20px;
    }

    .portfolio-stat span {
        font-size: 9px;
    }

    .portfolio-hero-visual {
        min-height: 390px;

        margin-top: 10px;
    }

    .portfolio-browser {
        max-width: 400px;
    }

    .portfolio-floating-card {
        left: 0;

        bottom: 35px;
    }

    .portfolio-code-card {
        right: 0;

        top: 45px;
    }

    .portfolio-image {
        height: 240px;
    }

    .portfolio-card-content {
        padding: 20px;
    }

    .portfolio-card-content h3 {
        font-size: 20px;
    }

    .process-card {
        padding: 25px 22px;
    }

    .process-card h3 {
        font-size: 18px;
    }

    .process-card p {
        font-size: 12px;
    }

    .portfolio-cta-box {
        padding: 40px 25px;
        border-radius: 8px;
    }

    .portfolio-cta-box .raghaw-tech-heading-sec h2 {
        font-size: 31px;
    }

    .portfolio-cta-box p {
        font-size: 13px;
    }
    /********************* Portfolio Page Css End *********************/

    /************************* Pricing Page Css Start ********************/
    .pricing-hero-section {
        padding: 65px 0 30px;
    }

    .pricing-hero-note {
        padding: 20px;
    }

    .pricing-plan-top h3 {
        font-size: 20px;
    }

    .pricing-plan-description {
        min-height: auto;

        font-size: 12px;
    }

    .pricing-amount strong {
        font-size: 25px;
    }

    .pricing-included-section {
        padding: 65px 0 30px;
    }

    .pricing-included-list {
        grid-template-columns: 1fr;
    }

    .pricing-included-item {
        padding: 22px 18px;
    }

    .pricing-included-item h3 {
        font-size: 15px;
    }

    .pricing-included-item p {
        font-size: 11px;
    }

    .pricing-faq-accordion .accordion-button {
        padding: 16px 17px;
        padding-right: 45px;
        font-size: 12px;
    }

    .pricing-faq-accordion .accordion-body {
        padding: 0 17px 17px;
        font-size: 11px;
    }

    .pricing-faq-contact-btn {
        width: 100%;
    }
    /************************* Pricing Page Css End *********************/
    /******************** Contact Us Page Css Start ***************************/
    .contact-form-box {
        padding: 25px 20px;
    }

    .contact-form-heading h3 {
        font-size: 22px;
    }
    /******************** Contact Us Page Css End ***************************/

}

@media(max-width:576px) {

    /********************* Home Banner Css Start *********************/

    .hero-title {
        font-size: 32px;
    }

    .hero-desc {
        font-size: 16px;
        line-height: 28px;
    }

    .card-one,
    .card-two {
        position: relative;
        display: inline-block;
        margin: 15px;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }

    .glow {
        width: 260px;
        height: 260px;
    }

    .btn-primary-custom,
    .btn-outline-custom,
    .btn-outline-custom-two {
        padding: 8px 20px;
        width: 100%;
    }

    /********************* Home Banner Css End *********************/

    /********************* Services Section Css Start *********************/

    .raghaw-tech-heading-sec h2{
        font-size:28px;
    }

    .service-card{
        padding:25px;
    }

    .service-card .icon{
        width:60px;
        height:60px;
        font-size:24px;
    }

    /********************* Services Section Css End *********************/

    /********************* Counter Section Css Start *********************/

    .counter-box{
        flex-direction:column;
        text-align:center;
        padding:25px 15px;
        gap:12px;
    }

    .counter-content h3{
        font-size:28px;
    }

    .counter-content p,
    .process-item p{
        font-size:14px;
    }

    /*********************Counter Section Css End *********************/

    /********************* Process Section Css Start *********************/

    .process-icon{

        width:55px;
        height:55px;
    }

    .process-item h3{

        font-size:18px;
    }

    /********************* Process Section Css End *********************/

    
    /********************* Testimonials Section Css Start *********************/
    
    .testimonial-card{
        padding:22px;
    }

    .testimonial-card p{
        font-size:15px;
    }

    .client-info h4{
        font-size:16px;
    }

    .client-info span{
        font-size:13px;
    }

    .nav-btn{
        width:44px;
        height:44px;
    }
    
    /********************* Testimonials Section Css End *********************/

    /********************* CTA Section Css End *********************/

    .cta-content h2{
        font-size:22px;
    }

    /********************* CTA Section Css End *********************/

    /********************* Footer Css Start *********************/

    .footer h2{
        font-size:18px;
        margin-bottom: 15px;
    }

    /********************* Footer Css End *********************/

    /******************** About Us page css start ***************/

    .raghaw-tech-heading-sec h1 {
        font-size: 38px;
        letter-spacing: -0.5px;
    }

    .about-intro-right {
        padding-left: 0px;
        border: none;
    }

    .about-intro-right p {
        font-size: 16px;
    }

    .about-intro-stats {
        margin-top: 30px;
    }

    .about-stat {
        padding: 25px 0;

        border-right: 0;
        border-bottom: 1px solid rgba(203, 213, 225, 0.15);
    }

    .who-main-image img {
        height: 330px;
    }

    .raghaw-tech-sub-title {
        font-size: 11px;
    }

    .mv-card {
        padding: 22px;
        border-radius: 14px;
    }

    .mv-number {
        font-size: 32px;
    }

    .core-purpose {
        flex-direction: column;
    }

     .journey-item {
        grid-template-columns: 32px 1fr;
    }

    .journey-timeline::before {
        left: 16px;
    }

    .journey-content {
        padding-left: 12px;
    }

    .journey-year {
        padding-left: 12px;
    }
    /**************** about us page css end *************************/
    /**************** Serivces page css Start *************************/
     .services-center {
        width: 130px;
        height: 130px;
    }

    .service-float {
        min-height: 70px;
    }

    .service-float-icon {
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
    }

    .service-float-icon svg {
        width: 18px;
        height: 18px;
    }

    .service-float h2 {
        font-size: 11px;
    }

    .freelance-service-card {
        min-height: 370px;
    }

    .freelance-service-card h3 {
        font-size: 22px;
    }

    .freelance-service-card p {
        font-size: 13px;
    }

    .service-card-footer > span {
        font-size: 9px;
    }

        .solution-item {
        grid-template-columns: 30px 46px 1fr;
        gap: 10px;
    }

    .solution-icon {
        width: 43px;
        height: 43px;
    }

    .solution-small-title {
        font-size: 8px;
    }

    .solution-content h3 {
        font-size: 17px;
    }

    .solution-content p {
        font-size: 12px;
    }

    .get-section-label + h2 {
        font-size: 30px;
    }

    .get-feature {
        grid-template-columns: 44px 1fr;

    }

    .get-feature-number {
        display: none;
    }

    .get-feature-icon {
        width: 42px;
        height: 42px;
    }

     .featured-service-content h3 {
        font-size: 30px;
    }

    .featured-service-content p {
        font-size: 13px;
    }

    .featured-service-card {
        min-height: 400px;
    }
    
    .small-service-content h3 {
        font-size: 15px;
    }
    
    .small-service-content p {
        font-size: 10px;
    }

    /**************** Serivces page css end *************************/

    /**************** Portfolio page css Start *************************/

    .portfolio-hero-section h1 {
        font-size: 36px;
    }

    .portfolio-hero-stats {
        justify-content: space-between;

        gap: 8px;
    }

    .portfolio-stat-line {
        height: 28px;
    }

    .portfolio-stat strong {
        font-size: 18px;
    }

    .portfolio-stat span {
        font-size: 8px;
    }

    .portfolio-hero-visual {
        min-height: 330px;
    }

    .portfolio-browser {
        transform: none;
    }

    .portfolio-floating-card {
        left: -5px;

        bottom: 20px;

        padding: 9px 11px;
    }

    .portfolio-code-card {
        right: -5px;

        top: 30px;

        padding: 8px 10px;
    }

    .portfolio-browser-content {
        min-height: 280px;

        padding: 18px;
    }

    .browser-main-content {
        padding: 30px 5px;
    }

    .portfolio-image {
        height: 210px;
    }

    .portfolio-cta-box {
        padding: 35px 20px;
    }

    .portfolio-cta-box .raghaw-tech-heading-sec h2 {
        font-size: 28px;
    }
    /**************** Portfolio page css end *************************/

    /******************** Pricing Page Css Start ***************************/
    .pricing-hero-note h3 {
        font-size: 17px;
    }
    /******************** Pricing Page Css End ***************************/
    /******************** Contact Us Page Css Start ***************************/
    
    .contact-info-list {
        gap: 16px;
    }

    .contact-form-box {
        padding: 22px 16px;
    }
    /******************** Contact Us Page Css End ***************************/
}